mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency msw to v0.49.3 (#3963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce9f49d897
commit
4acc4a46ec
3 changed files with 13 additions and 9 deletions
|
@ -50,7 +50,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"marked": "4.3.0",
|
||||
"mini-css-extract-plugin": "2.7.2",
|
||||
"msw": "0.49.2",
|
||||
"msw": "0.49.3",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
"node-mocks-http": "1.12.1",
|
||||
"normalize.css": "8.0.1",
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"babel-loader": "^8.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
"msw": "0.49.2"
|
||||
"msw": "0.49.3"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
|
|
|
@ -1264,8 +1264,8 @@ importers:
|
|||
specifier: 2.7.2
|
||||
version: 2.7.2(webpack@5.82.1)
|
||||
msw:
|
||||
specifier: 0.49.2
|
||||
version: 0.49.2(typescript@4.9.4)
|
||||
specifier: 0.49.3
|
||||
version: 0.49.3(typescript@4.9.4)
|
||||
mutationobserver-shim:
|
||||
specifier: 0.3.7
|
||||
version: 0.3.7
|
||||
|
@ -1958,8 +1958,8 @@ importers:
|
|||
specifier: 3.0.5
|
||||
version: 3.0.5
|
||||
msw:
|
||||
specifier: 0.49.2
|
||||
version: 0.49.2(typescript@4.9.4)
|
||||
specifier: 0.49.3
|
||||
version: 0.49.3(typescript@4.9.4)
|
||||
|
||||
packages/utils:
|
||||
dependencies:
|
||||
|
@ -21461,8 +21461,8 @@ packages:
|
|||
/ms@2.1.3:
|
||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||
|
||||
/msw@0.49.2(typescript@4.9.4):
|
||||
resolution: {integrity: sha512-70/E10f+POE2UmMw16v8PnKatpZplpkUwVRLBqiIdimpgaC3le7y2yOq9JmOrL15jpwWM5wAcPTOj0f550LI3g==}
|
||||
/msw@0.49.3(typescript@4.9.4):
|
||||
resolution: {integrity: sha512-kRCbDNbNnRq5LC1H/NUceZlrPAvSrMH6Or0mirIuH69NY84xwDruPn/hkXTovIK1KwDwbk+ZdoSyJlpiekLxEA==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
|
@ -21488,7 +21488,7 @@ packages:
|
|||
node-fetch: 2.6.7
|
||||
outvariant: 1.4.0
|
||||
path-to-regexp: 6.2.1
|
||||
strict-event-emitter: 0.2.8
|
||||
strict-event-emitter: 0.4.6
|
||||
type-fest: 2.19.0
|
||||
typescript: 4.9.4
|
||||
yargs: 17.7.1
|
||||
|
@ -26090,6 +26090,10 @@ packages:
|
|||
events: 3.3.0
|
||||
dev: true
|
||||
|
||||
/strict-event-emitter@0.4.6:
|
||||
resolution: {integrity: sha512-12KWeb+wixJohmnwNFerbyiBrAlq5qJLwIt38etRtKtmmHyDSoGlIqFE9wx+4IwG0aDjI7GV8tc8ZccjWZZtTg==}
|
||||
dev: true
|
||||
|
||||
/string-argv@0.3.1:
|
||||
resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==}
|
||||
engines: {node: '>=0.6.19'}
|
||||
|
|
Loading…
Reference in a new issue