devDeps: Bump msw from 2.10.3 to 2.10.4

This bumps msw from 2.10.3 to 2.10.4
This commit is contained in:
regexowl 2025-07-17 08:50:22 +02:00 committed by Gianluca Zuccarelli
parent f40e67a98a
commit 4fe4872be4
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View file

@ -81,7 +81,7 @@
"madge": "8.0.0", "madge": "8.0.0",
"mini-css-extract-plugin": "2.9.2", "mini-css-extract-plugin": "2.9.2",
"moment": "2.30.1", "moment": "2.30.1",
"msw": "2.10.3", "msw": "2.10.4",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"path-browserify": "1.0.1", "path-browserify": "1.0.1",
"postcss-scss": "4.0.9", "postcss-scss": "4.0.9",
@ -13755,9 +13755,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/msw": { "node_modules/msw": {
"version": "2.10.3", "version": "2.10.4",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.10.3.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-2.10.4.tgz",
"integrity": "sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA==", "integrity": "sha512-6R1or/qyele7q3RyPwNuvc0IxO8L8/Aim6Sz5ncXEgcWUNxSKE+udriTOWHtpMwmfkLYlacA2y7TIx4cL5lgHA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
@ -28663,9 +28663,9 @@
"version": "2.1.3" "version": "2.1.3"
}, },
"msw": { "msw": {
"version": "2.10.3", "version": "2.10.4",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.10.3.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-2.10.4.tgz",
"integrity": "sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA==", "integrity": "sha512-6R1or/qyele7q3RyPwNuvc0IxO8L8/Aim6Sz5ncXEgcWUNxSKE+udriTOWHtpMwmfkLYlacA2y7TIx4cL5lgHA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@bundled-es-modules/cookie": "^2.0.1", "@bundled-es-modules/cookie": "^2.0.1",

View file

@ -79,7 +79,7 @@
"madge": "8.0.0", "madge": "8.0.0",
"mini-css-extract-plugin": "2.9.2", "mini-css-extract-plugin": "2.9.2",
"moment": "2.30.1", "moment": "2.30.1",
"msw": "2.10.3", "msw": "2.10.4",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"path-browserify": "1.0.1", "path-browserify": "1.0.1",
"postcss-scss": "4.0.9", "postcss-scss": "4.0.9",

View file

@ -7,7 +7,7 @@
* - Please do NOT modify this file. * - Please do NOT modify this file.
*/ */
const PACKAGE_VERSION = '2.10.3' const PACKAGE_VERSION = '2.10.4'
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af' const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set() const activeClientIds = new Set()