Skip to content

Commit e0165b2

Browse files
committed
upgrade
1 parent 5555795 commit e0165b2

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@astrojs/sitemap": "^3.3.0",
3535
"@astrojs/tailwind": "^5.1.5",
3636
"@fontsource-variable/inter": "^5.2.5",
37-
"astro": "^5.5.3",
37+
"astro": "^5.5.4",
3838
"astro-embed": "^0.9.0",
3939
"astro-expressive-code": "^0.40.2",
4040
"astro-icon": "^1.1.5",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,11 +1370,6 @@
13701370
dependencies:
13711371
"@types/node" "*"
13721372

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-
13781373
"@types/debug@^4.0.0":
13791374
version "4.1.12"
13801375
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
@@ -1901,26 +1896,25 @@ astro-social-share@^2.0.3:
19011896
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.1.0.tgz#7c0da29b24e8c900d46164cdc306e2509e1b4403"
19021897
integrity sha512-t5DykR+T7gGNLTnrFXASCyufCpXcWhLdXFLSRYRKvMOFSUaaPIWMPu1ncIhxdFD7hm7SWHboAb33nJUUZxJH2Q==
19031898

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==
19081903
dependencies:
19091904
"@astrojs/compiler" "^2.11.0"
19101905
"@astrojs/internal-helpers" "0.6.1"
19111906
"@astrojs/markdown-remark" "6.3.1"
19121907
"@astrojs/telemetry" "3.2.0"
19131908
"@oslojs/encoding" "^1.1.0"
19141909
"@rollup/pluginutils" "^5.1.4"
1915-
"@types/cookie" "^0.6.0"
19161910
acorn "^8.14.1"
19171911
aria-query "^5.3.2"
19181912
axobject-query "^4.1.0"
19191913
boxen "8.0.1"
19201914
ci-info "^4.2.0"
19211915
clsx "^2.1.1"
19221916
common-ancestor-path "^1.0.1"
1923-
cookie "^0.7.2"
1917+
cookie "^1.0.2"
19241918
cssesc "^3.0.0"
19251919
debug "^4.4.0"
19261920
deterministic-object-hash "^2.0.2"
@@ -2424,10 +2418,10 @@ cookie-es@^1.2.2:
24242418
resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-1.2.2.tgz#18ceef9eb513cac1cb6c14bcbf8bdb2679b34821"
24252419
integrity sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==
24262420

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==
24312425

24322426
cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
24332427
version "7.0.6"

0 commit comments

Comments
 (0)