fix(deps): update dependency msw to ^2.12.1 (#1956)

* fix(deps): update dependency msw to ^2.12.1

* Update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2025-11-12 15:03:38 +00:00 committed by GitHub
parent 1039d6c827
commit 36f1f36471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.10.1",
"msw": "^2.11.6",
"msw": "^2.12.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
@ -50,6 +50,8 @@
"webpack-dev-server": "^5.2.2"
},
"msw": {
"workerDirectory": "public"
"workerDirectory": [
"public"
]
}
}

View File

@ -7,7 +7,7 @@
* - Please do NOT modify this file.
*/
const PACKAGE_VERSION = '2.11.6'
const PACKAGE_VERSION = '2.12.1'
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()

View File

@ -2063,7 +2063,7 @@ importers:
specifier: ^2.10.1
version: 2.10.1(react-redux@9.2.0(@types/react@19.2.3)(react@19.2.0)(redux@5.0.1))(react@19.2.0)
msw:
specifier: ^2.11.6
specifier: ^2.12.1
version: 2.12.1(@types/node@24.10.1)(typescript@5.9.3)
react:
specifier: ^19.2.0