|
1965 | 1965 | dependencies: |
1966 | 1966 | "@types/node" "*" |
1967 | 1967 |
|
| 1968 | +"@types/cookie@^0.6.0": |
| 1969 | + version "0.6.0" |
| 1970 | + resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5" |
| 1971 | + integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA== |
| 1972 | + |
1968 | 1973 | "@types/dompurify@^3.0.5": |
1969 | 1974 | version "3.0.5" |
1970 | 1975 | resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.0.5.tgz#02069a2fcb89a163bacf1a788f73cb415dd75cb7" |
@@ -3377,6 +3382,11 @@ cookie@0.6.0: |
3377 | 3382 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" |
3378 | 3383 | integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== |
3379 | 3384 |
|
| 3385 | +cookie@^1.0.1: |
| 3386 | + version "1.0.2" |
| 3387 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" |
| 3388 | + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== |
| 3389 | + |
3380 | 3390 | copy-to-clipboard@^3.3.1: |
3381 | 3391 | version "3.3.3" |
3382 | 3392 | resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz#55ac43a1db8ae639a4bd99511c148cdd1b83a1b0" |
@@ -7947,13 +7957,23 @@ react-router-dom@^6.26.1: |
7947 | 7957 | "@remix-run/router" "1.19.1" |
7948 | 7958 | react-router "6.26.1" |
7949 | 7959 |
|
7950 | | -react-router@6.26.1, react-router@^6.26.1: |
| 7960 | +react-router@6.26.1: |
7951 | 7961 | version "6.26.1" |
7952 | 7962 | resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce" |
7953 | 7963 | integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ== |
7954 | 7964 | dependencies: |
7955 | 7965 | "@remix-run/router" "1.19.1" |
7956 | 7966 |
|
| 7967 | +react-router@^7.1.5: |
| 7968 | + version "7.1.5" |
| 7969 | + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.5.tgz#c9e19d329d9ce2215fdae844ab6b023b911094db" |
| 7970 | + integrity sha512-8BUF+hZEU4/z/JD201yK6S+UYhsf58bzYIDq2NS1iGpwxSXDu7F+DeGSkIXMFBuHZB21FSiCzEcUb18cQNdRkA== |
| 7971 | + dependencies: |
| 7972 | + "@types/cookie" "^0.6.0" |
| 7973 | + cookie "^1.0.1" |
| 7974 | + set-cookie-parser "^2.6.0" |
| 7975 | + turbo-stream "2.4.0" |
| 7976 | + |
7957 | 7977 | react-scripts@5.0.1: |
7958 | 7978 | version "5.0.1" |
7959 | 7979 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003" |
@@ -8503,6 +8523,11 @@ serve-static@1.16.0: |
8503 | 8523 | parseurl "~1.3.3" |
8504 | 8524 | send "0.18.0" |
8505 | 8525 |
|
| 8526 | +set-cookie-parser@^2.6.0: |
| 8527 | + version "2.7.1" |
| 8528 | + resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943" |
| 8529 | + integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ== |
| 8530 | + |
8506 | 8531 | set-function-length@^1.2.1: |
8507 | 8532 | version "1.2.2" |
8508 | 8533 | resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" |
@@ -9199,6 +9224,11 @@ tsutils@^3.21.0: |
9199 | 9224 | dependencies: |
9200 | 9225 | tslib "^1.8.1" |
9201 | 9226 |
|
| 9227 | +turbo-stream@2.4.0: |
| 9228 | + version "2.4.0" |
| 9229 | + resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0" |
| 9230 | + integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g== |
| 9231 | + |
9202 | 9232 | type-check@^0.4.0, type-check@~0.4.0: |
9203 | 9233 | version "0.4.0" |
9204 | 9234 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" |
|
0 commit comments