diff --git a/workspaces/conformance/package.json b/workspaces/conformance/package.json index cd625012..3ee60b87 100644 --- a/workspaces/conformance/package.json +++ b/workspaces/conformance/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@nodesecure/mama": "^2.1.0", - "@openally/result": "2.0.0", + "@openally/result": "3.1.0", "astring": "^1.9.0", "fastest-levenshtein": "^1.0.16", "spdx-expression-parse": "^5.0.0" diff --git a/workspaces/rc/package.json b/workspaces/rc/package.json index 30225a8e..c92a81a5 100644 --- a/workspaces/rc/package.json +++ b/workspaces/rc/package.json @@ -48,8 +48,8 @@ "@nodesecure/js-x-ray": "16.0.0", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/vulnera": "3.1.0", - "@openally/config": "^1.0.1", - "@openally/result": "2.0.0", + "@openally/config": "^2.0.0", + "@openally/result": "3.1.0", "lodash.merge": "^4.6.2", "type-fest": "^5.0.1" }, diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index bf45d2b0..e7c3afe8 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -78,7 +78,7 @@ "@nodesecure/tree-walker": "^4.0.2", "@nodesecure/utils": "^2.3.0", "@nodesecure/vulnera": "3.1.0", - "@openally/mutex": "^2.0.0", + "@openally/mutex": "^3.0.0", "fastest-levenshtein": "^1.0.16", "frequency-set": "^2.1.0", "pacote": "^22.0.0", diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 47b9bccf..3d05c255 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -51,9 +51,9 @@ "@nodesecure/mama": "^2.3.1", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/utils": "^2.3.0", - "@openally/result": "2.0.0", + "@openally/result": "3.1.0", "hyperid": "4.0.0", - "ipaddr.js": "2.4.0", + "ipaddr.js": "2.5.0", "pacote": "^22.0.0" }, "devDependencies": { diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 17087b55..59b1ea53 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": "10.0.1", + "@npmcli/arborist": "10.0.2", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^12.0.0",