Skip to content

Commit

Permalink
chore(deps-dev): bump msw from 2.4.3 to 2.4.5
Browse files Browse the repository at this point in the history
Bumps [msw](https://github.com/mswjs/msw) from 2.4.3 to 2.4.5.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.3...v2.4.5)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent c82adf1 commit 161edde
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/msw-npm-2.4.3-d357f75dd0-bfbc9b5691.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"jest": "^29.7.0",
"msw": "^2.4.3",
"msw": "^2.4.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
Expand Down
31 changes: 19 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1152,17 +1152,17 @@ __metadata:
languageName: node
linkType: hard

"@mswjs/interceptors@npm:^0.29.0":
version: 0.29.1
resolution: "@mswjs/interceptors@npm:0.29.1"
"@mswjs/interceptors@npm:^0.35.0":
version: 0.35.2
resolution: "@mswjs/interceptors@npm:0.35.2"
dependencies:
"@open-draft/deferred-promise": ^2.2.0
"@open-draft/logger": ^0.3.0
"@open-draft/until": ^2.0.0
is-node-process: ^1.2.0
outvariant: ^1.2.1
outvariant: ^1.4.3
strict-event-emitter: ^0.5.1
checksum: c217f922c68024f6a8b526fb7df00bbfccb71e432bfb270322976dd40a9d312698e40bfd105b74df7aeb5a46276531a56ca5b8e3e9b0112f1577eb0d8d289e1f
checksum: 7e79b0e7eb9c08b7dc60c32734614ace0156b9eeff4bd3ccd2092a4c59b9d9c41dfb56726fffef9d33b6d8a351df32ba3f8493c7ceaba03a7e2c79f48cecd994
languageName: node
linkType: hard

Expand Down Expand Up @@ -1304,7 +1304,7 @@ __metadata:
io-ts: ^2.2.21
jest: ^29.7.0
jose: ^5.8.0
msw: ^2.4.3
msw: ^2.4.5
npm-run-all: ^4.1.5
prettier: ^3.3.3
prettier-plugin-packagejson: ^2.5.2
Expand Down Expand Up @@ -5964,15 +5964,15 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:^2.4.3":
version: 2.4.3
resolution: "msw@npm:2.4.3"
"msw@npm:^2.4.5":
version: 2.4.5
resolution: "msw@npm:2.4.5"
dependencies:
"@bundled-es-modules/cookie": ^2.0.0
"@bundled-es-modules/statuses": ^1.0.1
"@bundled-es-modules/tough-cookie": ^0.1.6
"@inquirer/confirm": ^3.0.0
"@mswjs/interceptors": ^0.29.0
"@mswjs/interceptors": ^0.35.0
"@open-draft/until": ^2.1.0
"@types/cookie": ^0.6.0
"@types/statuses": ^2.0.4
Expand All @@ -5992,7 +5992,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: bfbc9b569111372ad98b3b16cebb77f1b9e83798a9cdb3ad4dcdeec9679235881d14d99bb687c09a9262872b3c603ff213e00e9511b57b6ac3b87f3fd5af8e39
checksum: cf524e07d76d1f0533001695e5eda887dfeec0b931ac893929d9af01a5f1439ed94518d2bbc1b89c1c1d37ea1e502025bad15e95f580418433d609708f29b7a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -6312,13 +6312,20 @@ __metadata:
languageName: node
linkType: hard

"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0, outvariant@npm:^1.4.2":
"outvariant@npm:^1.4.0, outvariant@npm:^1.4.2":
version: 1.4.2
resolution: "outvariant@npm:1.4.2"
checksum: 5d9e2b3edb1cc8be9cbfc1c8c97e8b05137c4384bbfc56e0a465de26c5d2f023e65732ddcda9d46599b06d667fbc0de32c30d2ecd11f6f3f43bcf8ce0d320918
languageName: node
linkType: hard

"outvariant@npm:^1.4.3":
version: 1.4.3
resolution: "outvariant@npm:1.4.3"
checksum: 4a3551fb2b45309e585eebf88bad094dbe56ac6d3a28d59dd2e4050b431aa2beb6097a0763fce3cd82ca0f077026f380a9b60fffc306aaf430141421e7a7b6ed
languageName: node
linkType: hard

"p-limit@npm:^2.2.0":
version: 2.3.0
resolution: "p-limit@npm:2.3.0"
Expand Down

0 comments on commit 161edde

Please sign in to comment.