mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore(deps): update dependency nock to v13.5.5 (#4836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cdf7810f1d
commit
d9a80747c1
4 changed files with 11 additions and 11 deletions
10
.pnp.cjs
generated
10
.pnp.cjs
generated
|
@ -121,7 +121,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lru-cache", "npm:7.18.3"],\
|
||||
["mime", "npm:3.0.0"],\
|
||||
["mkdirp", "npm:1.0.4"],\
|
||||
["nock", "npm:13.5.4"],\
|
||||
["nock", "npm:13.5.5"],\
|
||||
["node-mocks-http", "npm:1.15.0"],\
|
||||
["pinst", "npm:2.1.6"],\
|
||||
["pkginfo", "npm:0.4.1"],\
|
||||
|
@ -12188,10 +12188,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["nock", [\
|
||||
["npm:13.5.4", {\
|
||||
"packageLocation": "./.yarn/cache/nock-npm-13.5.4-2c4f77b249-d31f924e34.zip/node_modules/nock/",\
|
||||
["npm:13.5.5", {\
|
||||
"packageLocation": "./.yarn/cache/nock-npm-13.5.5-ccb57f0a2f-91947b6839.zip/node_modules/nock/",\
|
||||
"packageDependencies": [\
|
||||
["nock", "npm:13.5.4"],\
|
||||
["nock", "npm:13.5.5"],\
|
||||
["debug", "virtual:69c3455e973f914a9da079b465f412398aa9db4de6c967c5de9b7df9f75964a40ef9a5e9756b59c737917bf508a15667d830fc1be46cb0566180c490a2062629#npm:4.3.4"],\
|
||||
["json-stringify-safe", "npm:5.0.1"],\
|
||||
["propagate", "npm:2.0.1"]\
|
||||
|
@ -15185,7 +15185,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["lru-cache", "npm:7.18.3"],\
|
||||
["mime", "npm:3.0.0"],\
|
||||
["mkdirp", "npm:1.0.4"],\
|
||||
["nock", "npm:13.5.4"],\
|
||||
["nock", "npm:13.5.5"],\
|
||||
["node-mocks-http", "npm:1.15.0"],\
|
||||
["pinst", "npm:2.1.6"],\
|
||||
["pkginfo", "npm:0.4.1"],\
|
||||
|
|
Binary file not shown.
|
@ -119,7 +119,7 @@
|
|||
"jest-environment-node": "29.7.0",
|
||||
"jest-junit": "15.0.0",
|
||||
"lockfile-lint": "4.14.0",
|
||||
"nock": "13.5.4",
|
||||
"nock": "13.5.5",
|
||||
"node-mocks-http": "^1.15.0",
|
||||
"pinst": "2.1.6",
|
||||
"prettier": "3.3.3",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -8898,14 +8898,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nock@npm:13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "nock@npm:13.5.4"
|
||||
"nock@npm:13.5.5":
|
||||
version: 13.5.5
|
||||
resolution: "nock@npm:13.5.5"
|
||||
dependencies:
|
||||
debug: ^4.1.0
|
||||
json-stringify-safe: ^5.0.1
|
||||
propagate: ^2.0.0
|
||||
checksum: d31f924e34c87ae985edfb7b5a56e8a4dcfc3a072334ceb6d686326581f93090b3e23492663a64ce61b8df4f365b113231d926bc300bcfe9e5eb309c3e4b8628
|
||||
checksum: 91947b683992096a694140714323f11493b8ad9961c172e3e574c4801131fea259755e95c48e7e01527c14209967c20f151ff03b6bf6700471f0f76fa4071d32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -11612,7 +11612,7 @@ __metadata:
|
|||
lru-cache: 7.18.3
|
||||
mime: 3.0.0
|
||||
mkdirp: 1.0.4
|
||||
nock: 13.5.4
|
||||
nock: 13.5.5
|
||||
node-mocks-http: ^1.15.0
|
||||
pinst: 2.1.6
|
||||
pkginfo: 0.4.1
|
||||
|
|
Loading…
Add table
Reference in a new issue