Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-04-05 23:37:14 +0300
committerGar <wraithgar@github.com>2022-04-07 00:29:40 +0300
commita2781a367d62328d7f870de878f1b63d66593f4f (patch)
tree7233e68244ea1127ab6a8c67e49a6ff8e33ada09 /workspaces
parentb1863bf87adeb6deec83869f0f7bb1df4a5731ef (diff)
deps: ssri@9.0.0
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/libnpmpublish/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 8d22a4122..405997676 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -34,7 +34,7 @@
"readdir-scoped-modules": "^1.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
- "ssri": "^8.0.1",
+ "ssri": "^9.0.0",
"treeverse": "^2.0.0",
"walk-up-path": "^1.0.0"
},
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index bb911039e..4abe01ec9 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -49,7 +49,7 @@
"npm-package-arg": "^9.0.1",
"npm-registry-fetch": "^13.0.0",
"semver": "^7.1.3",
- "ssri": "^8.0.1"
+ "ssri": "^9.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"