Skip to content

Commit

Permalink
Update dependency msw to ^1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 3, 2023
1 parent b797927 commit 4222cd8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
1 change: 1 addition & 0 deletions .changelog/847.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependency msw to ^1.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"markdownlint-cli": "0.35.0",
"msw": "^1.2.5",
"msw": "^1.3.0",
"msw-storybook-addon": "^1.8.0",
"parcel": "2.9.3",
"prettier": "3.0.3",
Expand Down
24 changes: 16 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4521,7 +4521,7 @@
"@types/mime" "*"
"@types/node" "*"

"@types/set-cookie-parser@^2.4.0":
"@types/set-cookie-parser@^2.4.0", "@types/set-cookie-parser@^2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@types/set-cookie-parser/-/set-cookie-parser-2.4.3.tgz#963a7437ed026c6adec2a71478ed6e3df2837160"
integrity sha512-7QhnH7bi+6KAhBB+Auejz1uV9DHiopZqu7LfR/5gZZTkejJV5nYeZZpgfFoE0N8aDsXuiYpfKyfyMatCwQhyTQ==
Expand Down Expand Up @@ -7899,11 +7899,19 @@ he@^1.2.0:
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==

headers-polyfill@^3.1.0, headers-polyfill@^3.1.2:
headers-polyfill@^3.1.0:
version "3.1.2"
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-3.1.2.tgz#9a4dcb545c5b95d9569592ef7ec0708aab763fbe"
integrity sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==

headers-polyfill@^3.2.0:
version "3.2.1"
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-3.2.1.tgz#f760811ed6c042803436f42157a0f6d59f805d59"
integrity sha512-jpY9fNMWPWwkqRN9CpSRNqL9svpiuSmg4CsbPl4s43KltIDIVHlPv75UOXVgc/PTP6BzHSUvd9UMdxSW1I+ETQ==
dependencies:
"@types/set-cookie-parser" "^2.4.3"
set-cookie-parser "^2.6.0"

hmac-drbg@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
Expand Down Expand Up @@ -9715,10 +9723,10 @@ msw-storybook-addon@^1.8.0:
dependencies:
is-node-process "^1.0.1"

msw@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/msw/-/msw-1.2.5.tgz#797a23e5cef7b6cad22a4a6948a9c91a3ffa1ede"
integrity sha512-Y3MwnAHX3d162eSWrEUeRdCv3+8hmgz/+Wh7OUkE6VB55+YTswxrep3yU3evZnKWHJGAM63G1s+olAgzIFdYtQ==
msw@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-1.3.0.tgz#dc1f80a79f4719610e45a87e77d1ec32720bbb6d"
integrity sha512-nnWAZlQyQOKeYRblCpseT1kSPt1aF5e/jHz1hn/18IxbsMFreSVV1cJriT0uV+YG6+wvwFRMHXU3zVuMvuwERQ==
dependencies:
"@mswjs/cookies" "^0.2.2"
"@mswjs/interceptors" "^0.17.5"
Expand All @@ -9729,7 +9737,7 @@ msw@^1.2.5:
chokidar "^3.4.2"
cookie "^0.4.2"
graphql "^15.0.0 || ^16.0.0"
headers-polyfill "^3.1.2"
headers-polyfill "^3.2.0"
inquirer "^8.2.0"
is-node-process "^1.2.0"
js-levenshtein "^1.1.6"
Expand Down Expand Up @@ -11334,7 +11342,7 @@ [email protected]:
parseurl "~1.3.3"
send "0.18.0"

set-cookie-parser@^2.4.6:
set-cookie-parser@^2.4.6, set-cookie-parser@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz#131921e50f62ff1a66a461d7d62d7b21d5d15a51"
integrity sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==
Expand Down

0 comments on commit 4222cd8

Please sign in to comment.