fix(deps): update dependency msw to ^2.11.5 (#1933)

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

* 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-10-14 10:05:45 -04:00 committed by GitHub
parent f80b555457
commit 16087352e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.9.0",
"msw": "^2.11.2",
"msw": "^2.11.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",

View File

@ -7,7 +7,7 @@
* - Please do NOT modify this file.
*/
const PACKAGE_VERSION = '2.11.2'
const PACKAGE_VERSION = '2.11.5'
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
@ -205,6 +205,7 @@ async function resolveMainClient(event) {
* @param {FetchEvent} event
* @param {Client | undefined} client
* @param {string} requestId
* @param {number} requestInterceptedAt
* @returns {Promise<Response>}
*/
async function getResponse(event, client, requestId, requestInterceptedAt) {

View File

@ -2066,7 +2066,7 @@ importers:
specifier: ^2.9.0
version: 2.9.0(react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1))(react@19.2.0)
msw:
specifier: ^2.11.2
specifier: ^2.11.5
version: 2.11.5(@types/node@22.18.10)(typescript@5.9.3)
react:
specifier: ^19.2.0