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.4.5 #8194

Merged
merged 1 commit into from
Sep 19, 2024
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 @@ -93,7 +93,7 @@
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "4.5.0",
"millify": "^6.0.0",
"msw": "2.4.4",
"msw": "2.4.5",
"pkginfo": "0.4.1",
"plausible-tracker": "0.3.9",
"prop-types": "15.8.1",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7304,9 +7304,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:2.4.4":
version: 2.4.4
resolution: "msw@npm:2.4.4"
"msw@npm:2.4.5":
version: 2.4.5
resolution: "msw@npm:2.4.5"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.0"
"@bundled-es-modules/statuses": "npm:^1.0.1"
Expand All @@ -7332,7 +7332,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 10c0/0be51fbd6ef1b4fd8906353b6e40473f9466ea7ef9cc805e49c5937886721db20801b2322535b456d523040c012afb34e0e76a5beaa4891cbdde2408d2652094
checksum: 10c0/62db15411bd8ef5e7f40d2b4cf50176550a569c686307fab5f230b7d1fa2306d4b3bcad5077e2279e54f629607abc511a6f71fa012de167b29a08bb32b8894b1
languageName: node
linkType: hard

Expand Down Expand Up @@ -9802,7 +9802,7 @@ __metadata:
lodash.mapvalues: "npm:^4.6.0"
lodash.omit: "npm:4.5.0"
millify: "npm:^6.0.0"
msw: "npm:2.4.4"
msw: "npm:2.4.5"
orval: "npm:^6.17.0"
pkginfo: "npm:0.4.1"
plausible-tracker: "npm:0.3.9"
Expand Down
Loading