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.0.13 to 2.0.14 #310

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.0.1",
"eslint-plugin-vitest": "^0.3.20",
"msw": "^2.0.11",
"msw": "^2.0.14",
"prettier": "^3.1.1",
"typescript": "^5.2.2",
"vite": "^5.0.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3915,9 +3915,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:^2.0.11":
version: 2.0.13
resolution: "msw@npm:2.0.13"
"msw@npm:^2.0.14":
version: 2.0.14
resolution: "msw@npm:2.0.14"
dependencies:
"@bundled-es-modules/cookie": ^2.0.0
"@bundled-es-modules/js-levenshtein": ^2.0.1
Expand Down Expand Up @@ -3947,7 +3947,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: e01691ac1b721d87cafa08ba883742242be16776b297efd085e53945d5d29181f65b9bddb1fe0083d4f771df364daeff794dd04a9cd831dbd068f35b272967c9
checksum: fef97a83e029056fd61929784012b4163494308dfd49520b6d02b733c5a47e109b460d05f3790ce57a2ce66be36c11543e0d08b712bf85206469b0c38fa83794
languageName: node
linkType: hard

Expand Down Expand Up @@ -4836,7 +4836,7 @@ __metadata:
eslint-plugin-no-only-tests: ^3.1.0
eslint-plugin-prettier: ^5.0.1
eslint-plugin-vitest: ^0.3.20
msw: ^2.0.11
msw: ^2.0.14
node-fetch: ^3.3.2
prettier: ^3.1.1
typescript: ^5.2.2
Expand Down
Loading