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): update dependency msw to v2.7.1 #9387

Merged
merged 1 commit into from
Feb 27, 2025
Merged
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "4.5.0",
"millify": "^6.0.0",
"msw": "2.7.0",
"msw": "2.7.1",
"orval": "^6.31.0",
"pkginfo": "0.4.1",
"plausible-tracker": "0.3.9",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7578,9 +7578,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:2.7.0":
version: 2.7.0
resolution: "msw@npm:2.7.0"
"msw@npm:2.7.1":
version: 2.7.1
resolution: "msw@npm:2.7.1"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.1"
"@bundled-es-modules/statuses": "npm:^1.0.1"
Expand All @@ -7607,7 +7607,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 10c0/14fb8299dcb6bcf2c6b3777a3127ed6be795a281598394022650b82889f1b70e0ada96559fefead351b18ed5db4e0a3a64367b758dd64f74dea63edc8eb2b551
checksum: 10c0/3a25fecbdcaae565509f53a8cda93dc53db113af6d987dfb825ec7471814415f8853c8dc199ae91cc7c3918f9e1877c87607da40ccf1793be6c36b9bf81aa391
languageName: node
linkType: hard

Expand Down Expand Up @@ -10131,7 +10131,7 @@ __metadata:
lodash.mapvalues: "npm:^4.6.0"
lodash.omit: "npm:4.5.0"
millify: "npm:^6.0.0"
msw: "npm:2.7.0"
msw: "npm:2.7.1"
orval: "npm:^6.31.0"
pkginfo: "npm:0.4.1"
plausible-tracker: "npm:0.3.9"
Expand Down
Loading