mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency fast-safe-stringify to v2.1.1 (#2891)
This commit is contained in:
parent
a6131f0748
commit
bd738ecf60
4 changed files with 22 additions and 8 deletions
11
.pnp.js
generated
11
.pnp.js
generated
|
@ -114,7 +114,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["eslint-plugin-verdaccio", "npm:9.6.1"],
|
||||
["express", "npm:4.17.2"],
|
||||
["express-rate-limit", "npm:5.5.1"],
|
||||
["fast-safe-stringify", "npm:2.0.8"],
|
||||
["fast-safe-stringify", "npm:2.1.1"],
|
||||
["fs-extra", "npm:10.0.0"],
|
||||
["handlebars", "npm:4.7.7"],
|
||||
["http-errors", "npm:2.0.0"],
|
||||
|
@ -9721,6 +9721,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["fast-safe-stringify", "npm:2.0.8"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:2.1.1", {
|
||||
"packageLocation": "./.yarn/cache/fast-safe-stringify-npm-2.1.1-7ce89033ca-79c9940151.zip/node_modules/fast-safe-stringify/",
|
||||
"packageDependencies": [
|
||||
["fast-safe-stringify", "npm:2.1.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["fastq", [
|
||||
|
@ -17730,7 +17737,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["eslint-plugin-verdaccio", "npm:9.6.1"],
|
||||
["express", "npm:4.17.2"],
|
||||
["express-rate-limit", "npm:5.5.1"],
|
||||
["fast-safe-stringify", "npm:2.0.8"],
|
||||
["fast-safe-stringify", "npm:2.1.1"],
|
||||
["fs-extra", "npm:10.0.0"],
|
||||
["handlebars", "npm:4.7.7"],
|
||||
["http-errors", "npm:2.0.0"],
|
||||
|
|
BIN
.yarn/cache/fast-safe-stringify-npm-2.1.1-7ce89033ca-79c9940151.zip
vendored
Normal file
BIN
.yarn/cache/fast-safe-stringify-npm-2.1.1-7ce89033ca-79c9940151.zip
vendored
Normal file
Binary file not shown.
|
@ -36,7 +36,7 @@
|
|||
"eslint-import-resolver-node": "0.3.6",
|
||||
"express": "4.17.2",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"fast-safe-stringify": "2.0.8",
|
||||
"fast-safe-stringify": "2.1.1",
|
||||
"handlebars": "4.7.7",
|
||||
"http-errors": "2.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -7212,10 +7212,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-safe-stringify@npm:2.0.8, fast-safe-stringify@npm:^2.0.8":
|
||||
version: 2.0.8
|
||||
resolution: "fast-safe-stringify@npm:2.0.8"
|
||||
checksum: 2198ef6c4917ac6ad7a3cff8b80abc2762c89a0c700548459288fce45598a2488c0ae393cd456b4212a8259fed9d1630303106efe4ae3b1c35dab2fb66526cdd
|
||||
"fast-safe-stringify@npm:2.1.1":
|
||||
version: 2.1.1
|
||||
resolution: "fast-safe-stringify@npm:2.1.1"
|
||||
checksum: 79c9940151284bcd46d5a46c6e93f3037aca0d151f65fa20dac6d914aeb755393dc1c7ef124f4813921c47b8c629af7638e765c2bfeb0127fad2a9f32c676b64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -7226,6 +7226,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-safe-stringify@npm:^2.0.8":
|
||||
version: 2.0.8
|
||||
resolution: "fast-safe-stringify@npm:2.0.8"
|
||||
checksum: 2198ef6c4917ac6ad7a3cff8b80abc2762c89a0c700548459288fce45598a2488c0ae393cd456b4212a8259fed9d1630303106efe4ae3b1c35dab2fb66526cdd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fastq@npm:^1.6.0":
|
||||
version: 1.11.0
|
||||
resolution: "fastq@npm:1.11.0"
|
||||
|
@ -14664,7 +14671,7 @@ typescript@4.1.3:
|
|||
eslint-plugin-verdaccio: 9.6.1
|
||||
express: 4.17.2
|
||||
express-rate-limit: 5.5.1
|
||||
fast-safe-stringify: 2.0.8
|
||||
fast-safe-stringify: 2.1.1
|
||||
fs-extra: 10.0.0
|
||||
handlebars: 4.7.7
|
||||
http-errors: 2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue