|
1352 | 1352 | redux-thunk "^2.4.2" |
1353 | 1353 | reselect "^4.1.8" |
1354 | 1354 |
|
1355 | | - |
1356 | | - version "1.21.0" |
1357 | | - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5" |
1358 | | - integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA== |
1359 | | - |
1360 | 1355 | "@rtsao/scc@^1.1.0": |
1361 | 1356 | version "1.1.0" |
1362 | 1357 | resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" |
|
1397 | 1392 | dependencies: |
1398 | 1393 | "@types/node" "*" |
1399 | 1394 |
|
| 1395 | +"@types/cookie@^0.6.0": |
| 1396 | + version "0.6.0" |
| 1397 | + resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5" |
| 1398 | + integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA== |
| 1399 | + |
1400 | 1400 | "@types/eslint-scope@^3.7.7": |
1401 | 1401 | version "3.7.7" |
1402 | 1402 | resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5" |
|
2469 | 2469 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9" |
2470 | 2470 | integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w== |
2471 | 2471 |
|
| 2472 | +cookie@^1.0.1: |
| 2473 | + version "1.0.2" |
| 2474 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" |
| 2475 | + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== |
| 2476 | + |
2472 | 2477 | core-js-compat@^3.38.0, core-js-compat@^3.38.1: |
2473 | 2478 | version "3.39.0" |
2474 | 2479 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.39.0.tgz#b12dccb495f2601dc860bdbe7b4e3ffa8ba63f61" |
@@ -4940,20 +4945,22 @@ react-redux@^8.0.4: |
4940 | 4945 | react-is "^18.0.0" |
4941 | 4946 | use-sync-external-store "^1.0.0" |
4942 | 4947 |
|
4943 | | -react-router-dom@^6.8.0: |
4944 | | - version "6.28.1" |
4945 | | - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.1.tgz#b78fe452d2cd31919b80e57047a896bfa1509f8c" |
4946 | | - integrity sha512-YraE27C/RdjcZwl5UCqF/ffXnZDxpJdk9Q6jw38SZHjXs7NNdpViq2l2c7fO7+4uWaEfcwfGCv3RSg4e1By/fQ== |
| 4948 | +react-router-dom@^7.1.0: |
| 4949 | + version "7.1.0" |
| 4950 | + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.0.tgz#5e48f6499a1b788edd5aacb4009d929d5f3dd4e1" |
| 4951 | + integrity sha512-F4/nYBC9e4s0/ZjxM8GkZ9a68DpX76LN1a9W9mfPl2GfbDJ9/vzJro6MThNR5qGBH6KkgcK1BziyEzXhHV46Xw== |
4947 | 4952 | dependencies: |
4948 | | - "@remix-run/router" "1.21.0" |
4949 | | - react-router "6.28.1" |
| 4953 | + react-router "7.1.0" |
4950 | 4954 |
|
4951 | | -react-router@6.28.1: |
4952 | | - version "6.28.1" |
4953 | | - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.1.tgz#f82317ab24eee67d7beb7b304c0378b2b48fa178" |
4954 | | - integrity sha512-2omQTA3rkMljmrvvo6WtewGdVh45SpL9hGiCI9uUrwGGfNFDIvGK4gYJsKlJoNVi6AQZcopSCballL+QGOm7fA== |
| 4955 | +react-router@7.1.0: |
| 4956 | + version "7.1.0" |
| 4957 | + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.0.tgz#85911e27aae8c4a57482f2404aef65ac9ca68a10" |
| 4958 | + integrity sha512-VcFhWqkNIcojDRYaUO8qV0Jib52s9ULpCp3nkBbmrvtoCVFRp6tmk3tJ2w9BZauVctA1YRnJlFYDn9iJRuCpGA== |
4955 | 4959 | dependencies: |
4956 | | - "@remix-run/router" "1.21.0" |
| 4960 | + "@types/cookie" "^0.6.0" |
| 4961 | + cookie "^1.0.1" |
| 4962 | + set-cookie-parser "^2.6.0" |
| 4963 | + turbo-stream "2.4.0" |
4957 | 4964 |
|
4958 | 4965 | react-spinners@^0.13.6: |
4959 | 4966 | version "0.13.8" |
|
5330 | 5337 | parseurl "~1.3.3" |
5331 | 5338 | send "0.19.0" |
5332 | 5339 |
|
| 5340 | +set-cookie-parser@^2.6.0: |
| 5341 | + version "2.7.1" |
| 5342 | + resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943" |
| 5343 | + integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ== |
| 5344 | + |
5333 | 5345 | set-function-length@^1.2.2: |
5334 | 5346 | version "1.2.2" |
5335 | 5347 | resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" |
@@ -5729,6 +5741,11 @@ tsutils@^3.21.0: |
5729 | 5741 | dependencies: |
5730 | 5742 | tslib "^1.8.1" |
5731 | 5743 |
|
| 5744 | + |
| 5745 | + version "2.4.0" |
| 5746 | + resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0" |
| 5747 | + integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g== |
| 5748 | + |
5732 | 5749 | type-check@^0.4.0, type-check@~0.4.0: |
5733 | 5750 | version "0.4.0" |
5734 | 5751 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" |
|
0 commit comments