fix(deps): update dependency msw to ^2.3.2 (#1699)

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

* 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] 2024-07-20 13:33:49 +00:00 committed by GitHub
parent fce9074175
commit ae3f4e59f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@
"@redux-devtools/rtk-query-monitor": "^5.0.0",
"@reduxjs/toolkit": "^1.9.7",
"framer-motion": "^11.3.8",
"msw": "^2.3.1",
"msw": "^2.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",

View File

@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/
const PACKAGE_VERSION = '2.3.1'
const PACKAGE_VERSION = '2.3.2'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()

View File

@ -2563,8 +2563,8 @@ importers:
specifier: ^11.3.8
version: 11.3.8(react-dom@18.3.1)(react@18.3.1)
msw:
specifier: ^2.3.1
version: 2.3.1(typescript@5.5.3)
specifier: ^2.3.2
version: 2.3.2(typescript@5.5.3)
react:
specifier: ^18.3.1
version: 18.3.1
@ -7631,7 +7631,7 @@ packages:
strict-event-emitter: 0.5.1
uuid: 8.3.2
optionalDependencies:
msw: 2.3.1(typescript@5.5.3)
msw: 2.3.2(typescript@5.5.3)
transitivePeerDependencies:
- supports-color
- typescript
@ -16265,8 +16265,8 @@ packages:
/ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
/msw@2.3.1(typescript@5.5.3):
resolution: {integrity: sha512-ocgvBCLn/5l3jpl1lssIb3cniuACJLoOfZu01e3n5dbJrpA5PeeWn28jCLgQDNt6d7QT8tF2fYRzm9JoEHtiig==}
/msw@2.3.2(typescript@5.5.3):
resolution: {integrity: sha512-vDn6d6a50vxPE+HnaKQfpmZ4SVXlOjF97yD5FJcUT3v2/uZ65qvTYNL25yOmnrfCNWZ4wtAS7EbtXxygMug2Tw==}
engines: {node: '>=18'}
hasBin: true
requiresBuild: true