devDeps: Manual bump msw from 2.4.9 to 2.4.10

Bumps msw from 2.4.9 to 2.4.10.
This commit is contained in:
regexowl 2024-10-11 09:13:08 +02:00 committed by Lucas Garfield
parent 10f2669827
commit edc4a70c25
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View file

@ -71,7 +71,7 @@
"madge": "8.0.0",
"mini-css-extract-plugin": "2.9.1",
"moment": "2.30.1",
"msw": "2.4.9",
"msw": "2.4.10",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.9",
"react-chartjs-2": "5.2.0",
@ -14662,9 +14662,9 @@
"dev": true
},
"node_modules/msw": {
"version": "2.4.9",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz",
"integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==",
"version": "2.4.10",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.10.tgz",
"integrity": "sha512-bDQh9b25JK4IKMs5hnamwAkcNZ9RwA4mR/4YcgWkzwHOxj7UICbVJfmChJvY1UCAAMraPpvjHdxjoUDpc3F+Qw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -69,7 +69,7 @@
"madge": "8.0.0",
"mini-css-extract-plugin": "2.9.1",
"moment": "2.30.1",
"msw": "2.4.9",
"msw": "2.4.10",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.9",
"react-chartjs-2": "5.2.0",

View file

@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/
const PACKAGE_VERSION = '2.4.9'
const PACKAGE_VERSION = '2.4.10'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()