Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump msw from 2.4.3 to 2.4.7 #878

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7",
"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.6":
version: 0.35.6
resolution: "@mswjs/interceptors@npm:0.35.6"
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: aee024149ae5f034d628e8685a4e12ab4eca6706a5d1ba459987fcc7994f93c3598cf21099352a776657b92cbb410eab0d3231f3ab2317056c6a399e0dd3f118
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.7
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.7":
version: 2.4.7
resolution: "msw@npm:2.4.7"
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.6
"@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: 53f67df13e2c91648d8c7e41c2210096018bb1b3eceeb584de9da5006d903cc16e557cd8b725103ce467e8daa1ada60a270033cdd28ca8ecbcb48308b5098f2d
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
Loading