From d64944bfd50e6d4803b6ac9739a5999d2b6f34aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:59:20 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [@myunisoft/httpie](https://github.com/MyUnisoft/httpie) and [tar-fs](https://github.com/mafintosh/tar-fs). Updates `@myunisoft/httpie` from 1.11.0 to 4.0.1 - [Release notes](https://github.com/MyUnisoft/httpie/releases) - [Commits](https://github.com/MyUnisoft/httpie/compare/v1.11.0...v4.0.1) Updates `tar-fs` from 2.1.1 to 3.0.5 - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v3.0.5) --- updated-dependencies: - dependency-name: "@myunisoft/httpie" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tar-fs dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18d58d3..93738ba 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/NodeSecure/github#readme", "dependencies": { - "@myunisoft/httpie": "^1.10.0", - "tar-fs": "^2.1.1" + "@myunisoft/httpie": "^4.0.1", + "tar-fs": "^3.0.5" }, "devDependencies": { "@nodesecure/eslint-config": "^1.5.0",