diff --git a/workspaces/conformance/package.json b/workspaces/conformance/package.json index 7b850c9c..0c15aac4 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" }, 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/rc/package.json b/workspaces/rc/package.json index 8a98d81f..5adf7879 100644 --- a/workspaces/rc/package.json +++ b/workspaces/rc/package.json @@ -45,7 +45,7 @@ "ajv": "8.20.0" }, "dependencies": { - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/vulnera": "3.1.0", "@openally/config": "^1.0.1", diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 81257ca3..08286d00 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -69,7 +69,7 @@ "@nodesecure/contact": "^3.3.0", "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/mama": "^2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 840247ef..6e63e21e 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -47,7 +47,7 @@ "dependencies": { "@nodesecure/conformance": "^1.2.1", "@nodesecure/fs-walk": "^2.0.0", - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/mama": "^2.3.1", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/utils": "^2.3.0", diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index aef10f13..a5cbc9d2 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -37,11 +37,11 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme", "dependencies": { - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@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",