devDeps: Bump msw from 2.10.4 to 2.10.5

This bumps msw from 2.10.4 to 2.10.5
This commit is contained in:
Gianluca Zuccarelli 2025-08-20 14:51:52 +01:00
parent 4d783537fb
commit 44c3674072
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View file

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

View file

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

View file

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