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

build(deps-dev): bump msw from 2.2.0 to 2.2.11 #366

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vitest": "^0.3.22",
"msw": "^2.2.0",
"msw": "^2.2.11",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.1.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3979,9 +3979,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:^2.2.0":
version: 2.2.0
resolution: "msw@npm:2.2.0"
"msw@npm:^2.2.11":
version: 2.2.11
resolution: "msw@npm:2.2.11"
dependencies:
"@bundled-es-modules/cookie": ^2.0.0
"@bundled-es-modules/statuses": ^1.0.1
Expand All @@ -4001,13 +4001,13 @@ __metadata:
type-fest: ^4.9.0
yargs: ^17.7.2
peerDependencies:
typescript: ">= 4.7.x <= 5.3.x"
typescript: ">= 4.7.x"
peerDependenciesMeta:
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 085ac2996fd1f65d697d3c3d2971e4fdf7b721e9a77a8b1bcd92afb2cc4b11cbb3adaa5adf31421a7824115ed2a0665ecf98d3e6826e4dd211012dca050c8ea4
checksum: b0cd5f051867380bd815fc67e99df67d4379932ae40935542d7dbf8b4b2ecb3bdae640f41257be2f3b871656360095692314fa79bd660cdf0e93051a2d51378f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4812,7 +4812,7 @@ __metadata:
eslint-plugin-no-only-tests: ^3.1.0
eslint-plugin-prettier: ^5.1.3
eslint-plugin-vitest: ^0.3.22
msw: ^2.2.0
msw: ^2.2.11
node-fetch: ^3.3.2
prettier: ^3.2.5
typescript: ^5.2.2
Expand Down
Loading