Skip to content

Commit

Permalink
fix(deps): update dependency msw to v0.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2022
1 parent 0a7f9f6 commit c11c1a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"listr2": "5.0.6",
"lodash.template": "4.5.0",
"make-dir-cli": "3.0.0",
"msw": "0.49.1",
"msw": "0.49.2",
"ncp": "2.0.0",
"node-notifier": "10.0.1",
"nodemon": "2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"jest": "29.3.1",
"msw": "0.49.1",
"msw": "0.49.2",
"typescript": "4.7.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest-watch-typeahead": "2.2.1",
"msw": "0.49.1",
"msw": "0.49.2",
"ts-toolbelt": "9.6.0",
"whatwg-fetch": "3.6.2"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7011,7 +7011,7 @@ __metadata:
"@testing-library/react-hooks": 8.0.1
core-js: 3.26.1
jest: 29.3.1
msw: 0.49.1
msw: 0.49.2
react: 17.0.2
typescript: 4.7.4
languageName: unknown
Expand Down Expand Up @@ -7518,7 +7518,7 @@ __metadata:
jest: 29.3.1
jest-environment-jsdom: 29.3.1
jest-watch-typeahead: 2.2.1
msw: 0.49.1
msw: 0.49.2
ts-toolbelt: 9.6.0
typescript: 4.7.4
whatwg-fetch: 3.6.2
Expand Down Expand Up @@ -23459,9 +23459,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:0.49.1":
version: 0.49.1
resolution: "msw@npm:0.49.1"
"msw@npm:0.49.2":
version: 0.49.2
resolution: "msw@npm:0.49.2"
dependencies:
"@mswjs/cookies": ^0.2.2
"@mswjs/interceptors": ^0.17.5
Expand Down Expand Up @@ -23489,7 +23489,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 35e088ab31657132a7f060cb969e28c43b0cc3d7f3b34ef1412c2d2017d66aa283e0400c733b790104d52239e7c89de3dd980f9afd20cb3af9ea3b81c3c89916
checksum: f39f4fd6a30bddb9c87c158781c0fbe057b71fe80a6cbdc157fec155fcf61edcba90fff230363e702b07c3f1119bdf151b878205fa4b480b2e8bf2f07f15422e
languageName: node
linkType: hard

Expand Down Expand Up @@ -27690,7 +27690,7 @@ __metadata:
listr2: 5.0.6
lodash.template: 4.5.0
make-dir-cli: 3.0.0
msw: 0.49.1
msw: 0.49.2
ncp: 2.0.0
node-notifier: 10.0.1
nodemon: 2.0.20
Expand Down

0 comments on commit c11c1a6

Please sign in to comment.