diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 1fc50730..c5491b53 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -20,7 +20,7 @@ "@redux-devtools/rtk-query-monitor": "^5.0.0", "@reduxjs/toolkit": "^1.9.7", "framer-motion": "^10.16.16", - "msw": "^2.0.11", + "msw": "^2.0.12", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.12.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 911b937a..41bb3587 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2623,8 +2623,8 @@ importers: specifier: ^10.16.16 version: 10.16.16(react-dom@18.2.0)(react@18.2.0) msw: - specifier: ^2.0.11 - version: 2.0.11(typescript@5.2.2) + specifier: ^2.0.12 + version: 2.0.12(typescript@5.2.2) react: specifier: ^18.2.0 version: 18.2.0 @@ -7525,7 +7525,7 @@ packages: strict-event-emitter: 0.5.1 uuid: 8.3.2 optionalDependencies: - msw: 2.0.11(typescript@5.2.2) + msw: 2.0.12(typescript@5.2.2) transitivePeerDependencies: - supports-color - typescript @@ -16496,6 +16496,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -17298,13 +17299,13 @@ packages: /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw@2.0.11(typescript@5.2.2): - resolution: {integrity: sha512-dAXFS2DxZX0uFqMPhS3oUAu8S/5IQ5qKKSwtXl3/dMTeML0C8JfSvbeWtowYg6pu4Iehgp5L/pHLrlIcG++y/A==} + /msw@2.0.12(typescript@5.2.2): + resolution: {integrity: sha512-TN9HuRDRf8dA2tmIhc7xpX45A37zBMcjBBem490lBK+zz/eyveGoQZQTARAIiEHld6rz9bpzl1GSuxmy1mG87A==} engines: {node: '>=18'} hasBin: true requiresBuild: true peerDependencies: - typescript: '>= 4.7.x <= 5.2.x' + typescript: '>= 4.7.x <= 5.3.x' peerDependenciesMeta: typescript: optional: true