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:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json25
1 files changed, 15 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index f34578380..cb98120ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -100,7 +100,7 @@
"@npmcli/run-script": "^4.2.1",
"abbrev": "~1.1.1",
"archy": "~1.0.0",
- "cacache": "^16.1.1",
+ "cacache": "^16.1.3",
"chalk": "^4.1.2",
"chownr": "^2.0.0",
"cli-columns": "^4.0.0",
@@ -1656,9 +1656,9 @@
}
},
"node_modules/cacache": {
- "version": "16.1.2",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.2.tgz",
- "integrity": "sha512-Xx+xPlfCZIUHagysjjOAje9nRo8pRDczQCcXb4J2O0BLtH+xeVue6ba4y1kfJfQMAnM2mkcoMIAyOctlaRGWYA==",
+ "version": "16.1.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
+ "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==",
"inBundle": true,
"dependencies": {
"@npmcli/fs": "^2.1.0",
@@ -1678,7 +1678,7 @@
"rimraf": "^3.0.2",
"ssri": "^9.0.0",
"tar": "^6.1.11",
- "unique-filename": "^1.1.1"
+ "unique-filename": "^2.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
@@ -9857,17 +9857,22 @@
}
},
"node_modules/unique-filename": {
- "version": "1.1.1",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.0.tgz",
+ "integrity": "sha512-tpzoz2RpZ//6Zt4GPpOFTyrnfZuSvjIfe8lvx6Thp4yTQwJtAFwPlssEBE62VhGA2We5/COyNpcIu+OABu3/Yg==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
- "unique-slug": "^2.0.0"
+ "unique-slug": "^2.0.2"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/unique-slug": {
"version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
+ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
"imurmurhash": "^0.1.4"
}
@@ -10497,7 +10502,7 @@
"@npmcli/query": "^1.1.1",
"@npmcli/run-script": "^4.1.3",
"bin-links": "^3.0.0",
- "cacache": "^16.0.6",
+ "cacache": "^16.1.3",
"common-ancestor-path": "^1.0.1",
"json-parse-even-better-errors": "^2.3.1",
"json-stringify-nice": "^1.1.4",