devDeps: Manual bump msw from 2.3.5 to 2.4.1
This bumps msw from 2.3.5 to 2.4.1
This commit is contained in:
parent
adb9ed6bbb
commit
c0a28b3620
3 changed files with 12 additions and 7 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -64,7 +64,7 @@
|
|||
"identity-obj-proxy": "3.0.0",
|
||||
"jsdom": "25.0.0",
|
||||
"moment": "2.30.1",
|
||||
"msw": "2.3.5",
|
||||
"msw": "2.4.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-scss": "4.0.9",
|
||||
"react-chartjs-2": "5.2.0",
|
||||
|
|
@ -8850,6 +8850,8 @@
|
|||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
|
||||
"integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
||||
}
|
||||
|
|
@ -11604,9 +11606,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/msw": {
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.3.5.tgz",
|
||||
"integrity": "sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==",
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.1.tgz",
|
||||
"integrity": "sha512-HXcoQPzYTwEmVk+BGIcRa0vLabBT+J20SSSeYh/QfajaK5ceA6dlD4ZZjfz2dqGEq4vRNCPLP6eXsB94KllPFg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
@ -11620,7 +11622,6 @@
|
|||
"@types/cookie": "^0.6.0",
|
||||
"@types/statuses": "^2.0.4",
|
||||
"chalk": "^4.1.2",
|
||||
"graphql": "^16.8.1",
|
||||
"headers-polyfill": "^4.0.2",
|
||||
"is-node-process": "^1.2.0",
|
||||
"outvariant": "^1.4.2",
|
||||
|
|
@ -11639,9 +11640,13 @@
|
|||
"url": "https://github.com/sponsors/mswjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": ">= 16.8.x",
|
||||
"typescript": ">= 4.7.x"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"graphql": {
|
||||
"optional": true
|
||||
},
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
"identity-obj-proxy": "3.0.0",
|
||||
"jsdom": "25.0.0",
|
||||
"moment": "2.30.1",
|
||||
"msw": "2.3.5",
|
||||
"msw": "2.4.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-scss": "4.0.9",
|
||||
"react-chartjs-2": "5.2.0",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* - Please do NOT serve this file on production.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.3.5'
|
||||
const PACKAGE_VERSION = '2.4.1'
|
||||
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue