From 347d8f63951441562b90bbb92d0843f01a4e3c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:05:04 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [@myunisoft/httpie](https://github.com/MyUnisoft/httpie), [@pnpm/audit](https://github.com/pnpm/pnpm) and [@pnpm/lockfile-file](https://github.com/pnpm/pnpm). Updates `@myunisoft/httpie` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/MyUnisoft/httpie/releases) - [Commits](https://github.com/MyUnisoft/httpie/compare/v4.0.1...v5.0.0) Updates `@pnpm/audit` from 7.0.27 to 8.1.5 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Commits](https://github.com/pnpm/pnpm/commits) Updates `@pnpm/lockfile-file` from 8.1.8 to 9.1.1 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Commits](https://github.com/pnpm/pnpm/commits/v9.1.1) --- updated-dependencies: - dependency-name: "@myunisoft/httpie" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@pnpm/audit" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@pnpm/lockfile-file" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9467c3b..6eed96b 100644 --- a/package.json +++ b/package.json @@ -59,10 +59,10 @@ "typescript": "^5.4.2" }, "dependencies": { - "@myunisoft/httpie": "^4.0.1", + "@myunisoft/httpie": "^5.0.0", "@nodesecure/npm-registry-sdk": "^2.1.1", "@npmcli/arborist": "^7.1.0", - "@pnpm/audit": "^7.0.13", - "@pnpm/lockfile-file": "^8.1.2" + "@pnpm/audit": "^8.1.5", + "@pnpm/lockfile-file": "^9.1.1" } }