|
1403 | 1403 | redux-thunk "^2.4.2" |
1404 | 1404 | reselect "^4.1.8" |
1405 | 1405 |
|
1406 | | - |
1407 | | - version "1.23.1" |
1408 | | - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f" |
1409 | | - integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ== |
1410 | | - |
1411 | 1406 | "@rtsao/scc@^1.1.0": |
1412 | 1407 | version "1.1.0" |
1413 | 1408 | resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" |
|
2534 | 2529 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9" |
2535 | 2530 | integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w== |
2536 | 2531 |
|
| 2532 | +cookie@^1.0.1: |
| 2533 | + version "1.0.2" |
| 2534 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" |
| 2535 | + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== |
| 2536 | + |
2537 | 2537 | core-js-compat@^3.43.0: |
2538 | 2538 | version "3.46.0" |
2539 | 2539 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.46.0.tgz#0c87126a19a1af00371e12b02a2b088a40f3c6f7" |
@@ -5006,20 +5006,20 @@ react-redux@^8.0.4: |
5006 | 5006 | react-is "^18.0.0" |
5007 | 5007 | use-sync-external-store "^1.0.0" |
5008 | 5008 |
|
5009 | | -react-router-dom@^6.8.0: |
5010 | | - version "6.30.2" |
5011 | | - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.2.tgz#ee8c161bce4890d34484b552f8510f9af0e22b01" |
5012 | | - integrity sha512-l2OwHn3UUnEVUqc6/1VMmR1cvZryZ3j3NzapC2eUXO1dB0sYp5mvwdjiXhpUbRb21eFow3qSxpP8Yv6oAU824Q== |
| 5009 | +react-router-dom@^7.9.6: |
| 5010 | + version "7.9.6" |
| 5011 | + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.6.tgz#f2a0d12961d67bd87ab48e5ef42fa1f45beae357" |
| 5012 | + integrity sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA== |
5013 | 5013 | dependencies: |
5014 | | - "@remix-run/router" "1.23.1" |
5015 | | - react-router "6.30.2" |
| 5014 | + react-router "7.9.6" |
5016 | 5015 |
|
5017 | | -react-router@6.30.2: |
5018 | | - version "6.30.2" |
5019 | | - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359" |
5020 | | - integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA== |
| 5016 | +react-router@7.9.6: |
| 5017 | + version "7.9.6" |
| 5018 | + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.6.tgz#003c8de335fdd7390286a478dcfd9579c1826137" |
| 5019 | + integrity sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA== |
5021 | 5020 | dependencies: |
5022 | | - "@remix-run/router" "1.23.1" |
| 5021 | + cookie "^1.0.1" |
| 5022 | + set-cookie-parser "^2.6.0" |
5023 | 5023 |
|
5024 | 5024 | react-spinners@^0.13.6: |
5025 | 5025 | version "0.13.8" |
|
5385 | 5385 | parseurl "~1.3.3" |
5386 | 5386 | send "0.19.0" |
5387 | 5387 |
|
| 5388 | +set-cookie-parser@^2.6.0: |
| 5389 | + version "2.7.2" |
| 5390 | + resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz#ccd08673a9ae5d2e44ea2a2de25089e67c7edf68" |
| 5391 | + integrity sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw== |
| 5392 | + |
5388 | 5393 | set-function-length@^1.2.2: |
5389 | 5394 | version "1.2.2" |
5390 | 5395 | resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" |
|
0 commit comments