|
1370 | 1370 | dependencies:
|
1371 | 1371 | "@types/node" "*"
|
1372 | 1372 |
|
1373 |
| -"@types/cookie@^0.6.0": |
1374 |
| - version "0.6.0" |
1375 |
| - resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5" |
1376 |
| - integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA== |
1377 |
| - |
1378 | 1373 | "@types/debug@^4.0.0":
|
1379 | 1374 | version "4.1.12"
|
1380 | 1375 | resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
|
@@ -1901,26 +1896,25 @@ astro-social-share@^2.0.3:
|
1901 | 1896 | resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.1.0.tgz#7c0da29b24e8c900d46164cdc306e2509e1b4403"
|
1902 | 1897 | integrity sha512-t5DykR+T7gGNLTnrFXASCyufCpXcWhLdXFLSRYRKvMOFSUaaPIWMPu1ncIhxdFD7hm7SWHboAb33nJUUZxJH2Q==
|
1903 | 1898 |
|
1904 |
| -astro@^5.5.3: |
1905 |
| - version "5.5.3" |
1906 |
| - resolved "https://registry.yarnpkg.com/astro/-/astro-5.5.3.tgz#9f6a66f0dd4183939da6776af6dd737155cd4e61" |
1907 |
| - integrity sha512-FvqIo5jkunP5R6FkY5vuFYElTOqjnazuiN0x/yf1F+nvedsGDemm5K7mS6RTmFVB291mE9WWn1AbuJsFWEcHgg== |
| 1899 | +astro@^5.5.4: |
| 1900 | + version "5.5.4" |
| 1901 | + resolved "https://registry.yarnpkg.com/astro/-/astro-5.5.4.tgz#bb1ebaa3c4af3418ef9ee317ee4c8dca49f07471" |
| 1902 | + integrity sha512-rc9Mj6dIKM9ylTSQ0/S1l5f1iSDNs0PEjRMnvVpZ0W+wfBCu99JEuXy+fiWDNT6gf60bC4dKQehZxZGdSJB9kg== |
1908 | 1903 | dependencies:
|
1909 | 1904 | "@astrojs/compiler" "^2.11.0"
|
1910 | 1905 | "@astrojs/internal-helpers" "0.6.1"
|
1911 | 1906 | "@astrojs/markdown-remark" "6.3.1"
|
1912 | 1907 | "@astrojs/telemetry" "3.2.0"
|
1913 | 1908 | "@oslojs/encoding" "^1.1.0"
|
1914 | 1909 | "@rollup/pluginutils" "^5.1.4"
|
1915 |
| - "@types/cookie" "^0.6.0" |
1916 | 1910 | acorn "^8.14.1"
|
1917 | 1911 | aria-query "^5.3.2"
|
1918 | 1912 | axobject-query "^4.1.0"
|
1919 | 1913 | boxen "8.0.1"
|
1920 | 1914 | ci-info "^4.2.0"
|
1921 | 1915 | clsx "^2.1.1"
|
1922 | 1916 | common-ancestor-path "^1.0.1"
|
1923 |
| - cookie "^0.7.2" |
| 1917 | + cookie "^1.0.2" |
1924 | 1918 | cssesc "^3.0.0"
|
1925 | 1919 | debug "^4.4.0"
|
1926 | 1920 | deterministic-object-hash "^2.0.2"
|
@@ -2424,10 +2418,10 @@ cookie-es@^1.2.2:
|
2424 | 2418 | resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-1.2.2.tgz#18ceef9eb513cac1cb6c14bcbf8bdb2679b34821"
|
2425 | 2419 | integrity sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==
|
2426 | 2420 |
|
2427 |
| -cookie@^0.7.2: |
2428 |
| - version "0.7.2" |
2429 |
| - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7" |
2430 |
| - integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== |
| 2421 | +cookie@^1.0.2: |
| 2422 | + version "1.0.2" |
| 2423 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" |
| 2424 | + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== |
2431 | 2425 |
|
2432 | 2426 | cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
|
2433 | 2427 | version "7.0.6"
|
|
0 commit comments