Skip to content

Commit 3dad66b

Browse files
authored
Bump react-cookie to 7.2.2 (#13788)
8.0.1 breaks tests
1 parent bfa2610 commit 3dad66b

2 files changed

Lines changed: 28 additions & 26 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"rc-tooltip": "5.2.2",
220220
"react": "18.3.1",
221221
"react-autosuggest": "10.1.0",
222-
"react-cookie": "4.1.1",
222+
"react-cookie": "7.2.2",
223223
"react-dom": "18.3.1",
224224
"react-helmet": "6.1.0",
225225
"react-keydown": "1.9.12",

yarn.lock

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,10 +1795,10 @@
17951795
dependencies:
17961796
"@babel/types" "^7.3.0"
17971797

1798-
"@types/cookie@^0.3.3":
1799-
version "0.3.3"
1800-
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.3.tgz#85bc74ba782fb7aa3a514d11767832b0e3bc6803"
1801-
integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==
1798+
"@types/cookie@^0.6.0":
1799+
version "0.6.0"
1800+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
1801+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
18021802

18031803
"@types/eslint-scope@^3.7.7":
18041804
version "3.7.7"
@@ -1828,14 +1828,21 @@
18281828
dependencies:
18291829
"@types/node" "*"
18301830

1831-
"@types/hoist-non-react-statics@^3.0.1", "@types/hoist-non-react-statics@^3.3.1":
1831+
"@types/hoist-non-react-statics@^3.3.1":
18321832
version "3.3.1"
18331833
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
18341834
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
18351835
dependencies:
18361836
"@types/react" "*"
18371837
hoist-non-react-statics "^3.3.0"
18381838

1839+
"@types/hoist-non-react-statics@^3.3.5":
1840+
version "3.3.7"
1841+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.7.tgz#306e3a3a73828522efa1341159da4846e7573a6c"
1842+
integrity sha512-PQTyIulDkIDro8P+IHbKCsw7U2xxBYflVzW/FgWdCAePD9xGSidgA76/GeJ6lBKoblyhf9pBY763gbrN+1dI8g==
1843+
dependencies:
1844+
hoist-non-react-statics "^3.3.0"
1845+
18391846
"@types/html-minifier-terser@^6.0.0":
18401847
version "6.1.0"
18411848
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35"
@@ -3353,12 +3360,7 @@ cookie@^0.3.1:
33533360
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
33543361
integrity sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==
33553362

3356-
cookie@^0.4.0:
3357-
version "0.4.2"
3358-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
3359-
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
3360-
3361-
cookie@^0.7.1:
3363+
cookie@^0.7.1, cookie@^0.7.2:
33623364
version "0.7.2"
33633365
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
33643366
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
@@ -5680,7 +5682,7 @@ history@4.10.1, history@^4.9.0:
56805682
tiny-warning "^1.0.0"
56815683
value-equal "^1.0.1"
56825684

5683-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
5685+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
56845686
version "3.3.2"
56855687
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
56865688
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -8838,14 +8840,14 @@ react-autosuggest@10.1.0:
88388840
section-iterator "^2.0.0"
88398841
shallow-equal "^1.2.1"
88408842

8841-
react-cookie@4.1.1:
8842-
version "4.1.1"
8843-
resolved "https://registry.yarnpkg.com/react-cookie/-/react-cookie-4.1.1.tgz#832e134ad720e0de3e03deaceaab179c4061a19d"
8844-
integrity sha512-ffn7Y7G4bXiFbnE+dKhHhbP+b8I34mH9jqnm8Llhj89zF4nPxPutxHT1suUqMeCEhLDBI7InYwf1tpaSoK5w8A==
8843+
react-cookie@7.2.2:
8844+
version "7.2.2"
8845+
resolved "https://registry.yarnpkg.com/react-cookie/-/react-cookie-7.2.2.tgz#a7559e552ea9cca39a4b3686723a5acf504b8f84"
8846+
integrity sha512-e+hi6axHcw9VODoeVu8WyMWyoosa1pzpyjfvrLdF7CexfU+WSGZdDuRfHa4RJgTpfv3ZjdIpHE14HpYBieHFhg==
88458847
dependencies:
8846-
"@types/hoist-non-react-statics" "^3.0.1"
8847-
hoist-non-react-statics "^3.0.0"
8848-
universal-cookie "^4.0.0"
8848+
"@types/hoist-non-react-statics" "^3.3.5"
8849+
hoist-non-react-statics "^3.3.2"
8850+
universal-cookie "^7.0.0"
88498851

88508852
react-dom@18.3.1:
88518853
version "18.3.1"
@@ -11109,13 +11111,13 @@ universal-cookie-express@8.0.1:
1110911111
dependencies:
1111011112
universal-cookie "^8.0.0"
1111111113

11112-
universal-cookie@^4.0.0:
11113-
version "4.0.4"
11114-
resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-4.0.4.tgz#06e8b3625bf9af049569ef97109b4bb226ad798d"
11115-
integrity sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==
11114+
universal-cookie@^7.0.0:
11115+
version "7.2.2"
11116+
resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-7.2.2.tgz#93ae9ec55baab89b24300473543170bb8112773c"
11117+
integrity sha512-fMiOcS3TmzP2x5QV26pIH3mvhexLIT0HmPa3V7Q7knRfT9HG6kTwq02HZGLPw0sAOXrAmotElGRvTLCMbJsvxQ==
1111611118
dependencies:
11117-
"@types/cookie" "^0.3.3"
11118-
cookie "^0.4.0"
11119+
"@types/cookie" "^0.6.0"
11120+
cookie "^0.7.2"
1111911121

1112011122
universal-cookie@^8.0.0:
1112111123
version "8.0.1"

0 commit comments

Comments
 (0)