From c6db07176c9b5b3838d3073cdb1c0d2b431f35d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:08:14 +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: [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist), [spdx-expression-parse](https://github.com/jslicense/spdx-expression-parse.js) and [@openally/httpie](https://github.com/OpenAlly/httpie). Updates `@npmcli/arborist` from 9.9.0 to 10.0.1 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/config-v10.0.1/workspaces/arborist) Updates `spdx-expression-parse` from 4.0.0 to 5.0.0 - [Commits](https://github.com/jslicense/spdx-expression-parse.js/compare/v4.0.0...v5.0.0) Updates `@openally/httpie` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/OpenAlly/httpie/releases) - [Commits](https://github.com/OpenAlly/httpie/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: spdx-expression-parse dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@openally/httpie" dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/conformance/package.json | 4 ++-- workspaces/github/package.json | 2 +- workspaces/gitlab/package.json | 2 +- workspaces/tree-walker/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/workspaces/conformance/package.json b/workspaces/conformance/package.json index 7b850c9c..cd625012 100644 --- a/workspaces/conformance/package.json +++ b/workspaces/conformance/package.json @@ -41,7 +41,7 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/conformance#readme", "devDependencies": { - "@openally/httpie": "1.1.2", + "@openally/httpie": "1.1.3", "@types/spdx-expression-parse": "^4.0.0", "node-estree": "^4.0.0" }, @@ -50,6 +50,6 @@ "@openally/result": "2.0.0", "astring": "^1.9.0", "fastest-levenshtein": "^1.0.16", - "spdx-expression-parse": "^4.0.0" + "spdx-expression-parse": "^5.0.0" } } diff --git a/workspaces/github/package.json b/workspaces/github/package.json index f44500c1..7d6cfdf6 100644 --- a/workspaces/github/package.json +++ b/workspaces/github/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/NodeSecure/scanner/tree/master/workspaces/github#readme", "dependencies": { - "@openally/httpie": "1.1.2", + "@openally/httpie": "1.1.3", "tar-fs": "^3.0.5" }, "devDependencies": { diff --git a/workspaces/gitlab/package.json b/workspaces/gitlab/package.json index 182a5d3a..698f780a 100644 --- a/workspaces/gitlab/package.json +++ b/workspaces/gitlab/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/NodeSecure/scanner/tree/master/workspaces/gitlab#readme", "dependencies": { - "@openally/httpie": "1.1.2", + "@openally/httpie": "1.1.3", "tar-fs": "^3.0.6" }, "devDependencies": { diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 00f2d7fa..17087b55 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -41,7 +41,7 @@ "@nodesecure/mama": "2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", - "@npmcli/arborist": "9.9.0", + "@npmcli/arborist": "10.0.1", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^12.0.0",