Skip to content

Commit b092700

Browse files
upgrade msw/cookie
1 parent b5413ee commit b092700

File tree

2 files changed

+19
-23
lines changed

2 files changed

+19
-23
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"rawproto/protobufjs": "^7.2.5",
8282
"webpack-bundle-analyzer/ws": "^7.5.10",
8383
"msw/path-to-regexp": "^6.3.0",
84+
"msw/cookie": "^0.7.0",
8485
"react-router-dom/react-router/path-to-regexp": "^1.9.0"
8586
},
8687
"devDependencies": {

yarn.lock

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
dependencies:
2828
"@babel/highlight" "^7.10.4"
2929

30-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.2", "@babel/code-frame@^7.25.7":
30+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.7":
3131
version "7.25.7"
3232
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
3333
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
3434
dependencies:
3535
"@babel/highlight" "^7.25.7"
3636
picocolors "^1.0.0"
3737

38-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4", "@babel/compat-data@^7.25.7":
38+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.4", "@babel/compat-data@^7.25.7":
3939
version "7.25.8"
4040
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
4141
integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==
@@ -61,7 +61,7 @@
6161
json5 "^2.2.3"
6262
semver "^6.3.1"
6363

64-
"@babel/generator@^7.24.4", "@babel/generator@^7.25.7", "@babel/generator@^7.7.2":
64+
"@babel/generator@^7.25.7", "@babel/generator@^7.7.2":
6565
version "7.25.7"
6666
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
6767
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
@@ -230,7 +230,7 @@
230230
dependencies:
231231
"@babel/types" "^7.24.7"
232232

233-
"@babel/helper-string-parser@^7.23.4", "@babel/helper-string-parser@^7.25.7":
233+
"@babel/helper-string-parser@^7.25.7":
234234
version "7.25.7"
235235
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
236236
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
@@ -254,15 +254,15 @@
254254
"@babel/template" "^7.22.15"
255255
"@babel/types" "^7.22.19"
256256

257-
"@babel/helpers@^7.24.4", "@babel/helpers@^7.25.7":
257+
"@babel/helpers@^7.25.7":
258258
version "7.25.7"
259259
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
260260
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
261261
dependencies:
262262
"@babel/template" "^7.25.7"
263263
"@babel/types" "^7.25.7"
264264

265-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.2", "@babel/highlight@^7.25.7":
265+
"@babel/highlight@^7.10.4", "@babel/highlight@^7.25.7":
266266
version "7.25.7"
267267
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
268268
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
@@ -272,7 +272,7 @@
272272
js-tokens "^4.0.0"
273273
picocolors "^1.0.0"
274274

275-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.4", "@babel/parser@^7.25.7", "@babel/parser@^7.25.8":
275+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.7", "@babel/parser@^7.25.8":
276276
version "7.25.8"
277277
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
278278
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
@@ -1063,7 +1063,7 @@
10631063
"@babel/parser" "^7.25.7"
10641064
"@babel/types" "^7.25.7"
10651065

1066-
"@babel/traverse@^7.24.1", "@babel/traverse@^7.25.7":
1066+
"@babel/traverse@^7.25.7":
10671067
version "7.25.7"
10681068
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
10691069
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
@@ -1076,7 +1076,7 @@
10761076
debug "^4.3.1"
10771077
globals "^11.1.0"
10781078

1079-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.25.7", "@babel/types@^7.25.8", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1079+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.7", "@babel/types@^7.25.7", "@babel/types@^7.25.8", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10801080
version "7.25.8"
10811081
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
10821082
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
@@ -4126,7 +4126,7 @@ browserify-zlib@^0.1.4:
41264126
dependencies:
41274127
pako "~0.2.0"
41284128

4129-
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.8, browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.23.0, browserslist@^4.24.0:
4129+
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.8, browserslist@^4.21.10, browserslist@^4.23.0, browserslist@^4.24.0:
41304130
version "4.24.0"
41314131
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
41324132
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
@@ -4320,7 +4320,7 @@ caniuse-api@^3.0.0:
43204320
lodash.memoize "^4.1.2"
43214321
lodash.uniq "^4.5.0"
43224322

4323-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001663:
4323+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001663:
43244324
version "1.0.30001669"
43254325
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz#fda8f1d29a8bfdc42de0c170d7f34a9cf19ed7a3"
43264326
integrity sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==
@@ -4719,10 +4719,10 @@ convert-source-map@^2.0.0:
47194719
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
47204720
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
47214721

4722-
cookie@^0.4.2:
4723-
version "0.4.2"
4724-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
4725-
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
4722+
cookie@^0.4.2, cookie@^0.7.0:
4723+
version "0.7.2"
4724+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
4725+
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
47264726

47274727
cookiejar@^2.1.0:
47284728
version "2.1.4"
@@ -5858,7 +5858,7 @@ electron-store@*, electron-store@^8.0.0:
58585858
conf "^10.2.0"
58595859
type-fest "^2.17.0"
58605860

5861-
electron-to-chromium@^1.4.668, electron-to-chromium@^1.5.28:
5861+
electron-to-chromium@^1.5.28:
58625862
version "1.5.41"
58635863
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.41.tgz#eae1ba6c49a1a61d84cf8263351d3513b2bcc534"
58645864
integrity sha512-dfdv/2xNjX0P8Vzme4cfzHqnPm5xsZXwsolTYr0eyW18IUmNyG08vL+fttvinTfhKfIKdRoqkDIC9e9iWQCNYQ==
@@ -9994,11 +9994,6 @@ mrmime@^2.0.0:
99949994
resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4"
99959995
integrity sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==
99969996

9997-
9998-
version "2.1.2"
9999-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
10000-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
10001-
100029997
ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
100039998
version "2.1.3"
100049999
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
@@ -10143,7 +10138,7 @@ node-int64@^0.4.0:
1014310138
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
1014410139
integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
1014510140

10146-
node-releases@^2.0.14, node-releases@^2.0.18:
10141+
node-releases@^2.0.18:
1014710142
version "2.0.18"
1014810143
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
1014910144
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
@@ -13556,7 +13551,7 @@ unzip-crx-3@^0.2.0:
1355613551
mkdirp "^0.5.1"
1355713552
yaku "^0.16.6"
1355813553

13559-
update-browserslist-db@^1.0.13, update-browserslist-db@^1.1.0:
13554+
update-browserslist-db@^1.1.0:
1356013555
version "1.1.1"
1356113556
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
1356213557
integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==

0 commit comments

Comments
 (0)