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",