diff --git a/workspaces/i18n/package.json b/workspaces/i18n/package.json index 7d44820f..cba0043e 100644 --- a/workspaces/i18n/package.json +++ b/workspaces/i18n/package.json @@ -44,7 +44,7 @@ "node": ">=20" }, "dependencies": { - "cacache": "^20.0.0", + "cacache": "^21.0.0", "deepmerge": "^4.3.1", "lodash.get": "^4.4.2" } diff --git a/workspaces/mama/package.json b/workspaces/mama/package.json index 4298dda7..720ea7df 100644 --- a/workspaces/mama/package.json +++ b/workspaces/mama/package.json @@ -41,7 +41,7 @@ "@nodesecure/npm-types": "^1.4.0", "@nodesecure/utils": "^2.3.0", "object-hash": "^3.0.0", - "ssri": "13.0.1" + "ssri": "14.0.0" }, "devDependencies": { "@types/object-hash": "^3.0.6" diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 9bbc8e19..52019813 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -52,8 +52,8 @@ "@nodesecure/npm-types": "^1.2.0", "@nodesecure/utils": "^2.3.0", "@openally/result": "2.0.0", - "hyperid": "3.3.0", - "ipaddr.js": "2.3.0", + "hyperid": "4.0.0", + "ipaddr.js": "2.4.0", "pacote": "^21.0.0" }, "devDependencies": { diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 670270a8..f313edc6 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -41,10 +41,10 @@ "@nodesecure/mama": "2.3.1", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", - "@npmcli/arborist": "9.4.2", + "@npmcli/arborist": "9.5.0", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", - "npm-pick-manifest": "^11.0.1", + "npm-pick-manifest": "^12.0.0", "pacote": "^21.0.0", "semver": "^7.6.0" },