chore(deps): update to msw@2.8.4 (#5709)
This commit is contained in:
parent
08afa47f6a
commit
a9fc600f2b
|
|
@ -75,7 +75,7 @@
|
|||
"karma-webpack": "5.0.1",
|
||||
"lerna": "6.6.2",
|
||||
"mocha": "11.1.0",
|
||||
"msw": "2.7.6",
|
||||
"msw": "2.8.4",
|
||||
"nyc": "17.1.0",
|
||||
"sinon": "15.1.2",
|
||||
"ts-loader": "9.5.2",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
// because the `util` package expects there to be a global variable named `process`.
|
||||
// Thanks to https://stackoverflow.com/a/65018686/14239942
|
||||
// NOTE: I wish there was a better way as this pollutes the tests with a defined 'process' global.
|
||||
process: 'process/browser'
|
||||
process: 'process/browser.js'
|
||||
})
|
||||
],
|
||||
module: {
|
||||
|
|
|
|||
|
|
@ -1668,7 +1668,7 @@
|
|||
"karma-webpack": "5.0.1",
|
||||
"lerna": "6.6.2",
|
||||
"mocha": "11.1.0",
|
||||
"msw": "2.7.6",
|
||||
"msw": "2.8.4",
|
||||
"nyc": "17.1.0",
|
||||
"sinon": "15.1.2",
|
||||
"ts-loader": "9.5.2",
|
||||
|
|
@ -21484,9 +21484,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/msw": {
|
||||
"version": "2.7.6",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.7.6.tgz",
|
||||
"integrity": "sha512-P+rwn43ktxN8ghcl8q+hSAUlEi0PbJpDhGmDkw4zeUnRj3hBCVynWD+dTu38yLYKCE9ZF1OYcvpy7CTBRcqkZA==",
|
||||
"version": "2.8.4",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.8.4.tgz",
|
||||
"integrity": "sha512-GLU8gx0o7RBG/3x/eTnnLd5S5ZInxXRRRMN8GJwaPZ4jpJTxzQfWGvwr90e8L5dkKJnz+gT4gQYCprLy/c4kVw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
@ -35580,7 +35580,7 @@
|
|||
"karma-webpack": "5.0.1",
|
||||
"lerna": "6.6.2",
|
||||
"mocha": "11.1.0",
|
||||
"msw": "2.7.6",
|
||||
"msw": "2.8.4",
|
||||
"nyc": "17.1.0",
|
||||
"sinon": "15.1.2",
|
||||
"ts-loader": "9.5.2",
|
||||
|
|
@ -46891,9 +46891,9 @@
|
|||
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
||||
},
|
||||
"msw": {
|
||||
"version": "2.7.6",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.7.6.tgz",
|
||||
"integrity": "sha512-P+rwn43ktxN8ghcl8q+hSAUlEi0PbJpDhGmDkw4zeUnRj3hBCVynWD+dTu38yLYKCE9ZF1OYcvpy7CTBRcqkZA==",
|
||||
"version": "2.8.4",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.8.4.tgz",
|
||||
"integrity": "sha512-GLU8gx0o7RBG/3x/eTnnLd5S5ZInxXRRRMN8GJwaPZ4jpJTxzQfWGvwr90e8L5dkKJnz+gT4gQYCprLy/c4kVw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@bundled-es-modules/cookie": "^2.0.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue