mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore(deps): update dependency nock to v13.2.1 (#2817)
This commit is contained in:
parent
fe6fcb9950
commit
5983625ff7
3 changed files with 8 additions and 8 deletions
|
@ -58,7 +58,7 @@
|
|||
"@types/node": "16.11.17",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.10",
|
||||
"get-stream": "^6.0.1",
|
||||
"nock": "13.0.11",
|
||||
"nock": "13.2.1",
|
||||
"node-mocks-http": "1.10.1",
|
||||
"semver": "7.3.5"
|
||||
},
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"@verdaccio/types": "workspace:11.0.0-6-next.10",
|
||||
"@verdaccio/helper": "workspace:1.0.0",
|
||||
"undici": "4.7.3",
|
||||
"nock": "13.0.11",
|
||||
"nock": "13.2.1",
|
||||
"undici-fetch": "1.0.0-rc.4",
|
||||
"tmp-promise": "3.0.3",
|
||||
"node-mocks-http": "1.10.1"
|
||||
|
|
|
@ -907,7 +907,7 @@ importers:
|
|||
get-stream: ^6.0.1
|
||||
JSONStream: 1.3.5
|
||||
lodash: 4.17.21
|
||||
nock: 13.0.11
|
||||
nock: 13.2.1
|
||||
node-fetch: 2.6.6
|
||||
node-mocks-http: 1.10.1
|
||||
request: 2.87.0
|
||||
|
@ -933,7 +933,7 @@ importers:
|
|||
'@types/node': 16.11.17
|
||||
'@verdaccio/types': link:../core/types
|
||||
get-stream: 6.0.1
|
||||
nock: 13.0.11
|
||||
nock: 13.2.1
|
||||
node-mocks-http: 1.10.1
|
||||
semver: 7.3.5
|
||||
|
||||
|
@ -1029,7 +1029,7 @@ importers:
|
|||
lunr: 2.3.9
|
||||
lunr-mutable-indexes: 2.3.2
|
||||
merge2: 1.4.1
|
||||
nock: 13.0.11
|
||||
nock: 13.2.1
|
||||
node-mocks-http: 1.10.1
|
||||
semver: 7.3.5
|
||||
tmp-promise: 3.0.3
|
||||
|
@ -1059,7 +1059,7 @@ importers:
|
|||
'@verdaccio/helper': link:../tools/helpers
|
||||
'@verdaccio/mock': link:../tools/mock
|
||||
'@verdaccio/types': link:../core/types
|
||||
nock: 13.0.11
|
||||
nock: 13.2.1
|
||||
node-mocks-http: 1.10.1
|
||||
tmp-promise: 3.0.3
|
||||
undici: 4.7.3
|
||||
|
@ -16562,8 +16562,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/nock/13.0.11:
|
||||
resolution: {integrity: sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ==}
|
||||
/nock/13.2.1:
|
||||
resolution: {integrity: sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==}
|
||||
engines: {node: '>= 10.13'}
|
||||
dependencies:
|
||||
debug: 4.3.3
|
||||
|
|
Loading…
Reference in a new issue