|
247 | 247 | resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.0.3.tgz#276bec60eae18768f96baf8a52f668f657f50ab4" |
248 | 248 | integrity sha512-XtzzPX2R4+MIyu1waEQUo2tiNwWVEkmObA6pboRCDTPOs4Ri8ckaIE08lN5A5opyF6GVN+IEq/J8KQrgsePsZQ== |
249 | 249 |
|
250 | | -"@types/hoist-non-react-statics@*": |
| 250 | +"@types/cookie@^0.3.3": |
| 251 | + version "0.3.3" |
| 252 | + resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.3.tgz#85bc74ba782fb7aa3a514d11767832b0e3bc6803" |
| 253 | + integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow== |
| 254 | + |
| 255 | +"@types/hoist-non-react-statics@*", "@types/hoist-non-react-statics@^3.0.1": |
251 | 256 | version "3.3.1" |
252 | 257 | resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" |
253 | 258 | integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== |
@@ -1178,6 +1183,11 @@ convert-source-map@^0.3.3: |
1178 | 1183 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" |
1179 | 1184 | integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA= |
1180 | 1185 |
|
| 1186 | +cookie@^0.4.0: |
| 1187 | + version "0.4.1" |
| 1188 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" |
| 1189 | + integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== |
| 1190 | + |
1181 | 1191 | copy-concurrently@^1.0.0: |
1182 | 1192 | version "1.0.5" |
1183 | 1193 | resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" |
@@ -3357,6 +3367,15 @@ rc@^1.2.7: |
3357 | 3367 | minimist "^1.2.0" |
3358 | 3368 | strip-json-comments "~2.0.1" |
3359 | 3369 |
|
| 3370 | +react-cookie@^4.0.3: |
| 3371 | + version "4.0.3" |
| 3372 | + resolved "https://registry.yarnpkg.com/react-cookie/-/react-cookie-4.0.3.tgz#ba8e5ea0047c916516e1181a3ad394c9b7580b56" |
| 3373 | + integrity sha512-cmi6IpdVgTSvjqssqIEvo779Gfqc4uPGHRrKMEdHcqkmGtPmxolGfsyKj95bhdLEKqMdbX8MLBCwezlnhkHK0g== |
| 3374 | + dependencies: |
| 3375 | + "@types/hoist-non-react-statics" "^3.0.1" |
| 3376 | + hoist-non-react-statics "^3.0.0" |
| 3377 | + universal-cookie "^4.0.0" |
| 3378 | + |
3360 | 3379 | react-div-100vh@^0.5.6: |
3361 | 3380 | version "0.5.6" |
3362 | 3381 | resolved "https://registry.yarnpkg.com/react-div-100vh/-/react-div-100vh-0.5.6.tgz#1d73866e96379433dea066d3e55026efd77f4b29" |
@@ -4241,6 +4260,14 @@ unique-slug@^2.0.0: |
4241 | 4260 | dependencies: |
4242 | 4261 | imurmurhash "^0.1.4" |
4243 | 4262 |
|
| 4263 | +universal-cookie@^4.0.0: |
| 4264 | + version "4.0.4" |
| 4265 | + resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-4.0.4.tgz#06e8b3625bf9af049569ef97109b4bb226ad798d" |
| 4266 | + integrity sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw== |
| 4267 | + dependencies: |
| 4268 | + "@types/cookie" "^0.3.3" |
| 4269 | + cookie "^0.4.0" |
| 4270 | + |
4244 | 4271 | universalify@^0.1.0: |
4245 | 4272 | version "0.1.2" |
4246 | 4273 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" |
|
0 commit comments