Skip to content

Commit c26de25

Browse files
committed
chore(deps): update dependency astro to v2.10.12
1 parent 6e53d71 commit c26de25

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"@typescript-eslint/eslint-plugin": "5.62.0",
155155
"@typescript-eslint/parser": "5.62.0",
156156
"@webcomponents/template-shadowroot": "0.2.1",
157-
"astro": "2.10.9",
157+
"astro": "2.10.12",
158158
"autoprefixer": "10.4.15",
159159
"ava": "5.3.1",
160160
"eslint": "8.47.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,10 +2018,10 @@ arrify@^3.0.0:
20182018
resolved "https://registry.yarnpkg.com/arrify/-/arrify-3.0.0.tgz#ccdefb8eaf2a1d2ab0da1ca2ce53118759fd46bc"
20192019
integrity sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==
20202020

2021-
2022-
version "2.10.9"
2023-
resolved "https://registry.yarnpkg.com/astro/-/astro-2.10.9.tgz#93020502f6354430b389fc3dc12df12adb7a4be0"
2024-
integrity sha512-rtm/RHeJdAIAsziQaAGvbv2ALylNNOF1SUQ0zJaugu/ABUU62tNGNSxIR0LO5l4+dHhLbzRNo5uEnIPkmSRw+w==
2021+
2022+
version "2.10.12"
2023+
resolved "https://registry.yarnpkg.com/astro/-/astro-2.10.12.tgz#d11a7ee7725897dfe390f57a8dd6bfabae241ebb"
2024+
integrity sha512-JbD+hLCbXhpDofuzWQxojmjXwoqD0bR2BGqIByZ7B5Cj6dKQXHIr1HsrDdWcmjM+O4NXKV2TCfeXv1ZTtjqX3Q==
20252025
dependencies:
20262026
"@astrojs/compiler" "^1.8.0"
20272027
"@astrojs/internal-helpers" "^0.1.2"
@@ -2055,6 +2055,7 @@ [email protected]:
20552055
github-slugger "^2.0.0"
20562056
gray-matter "^4.0.3"
20572057
html-escaper "^3.0.3"
2058+
http-cache-semantics "^4.1.1"
20582059
js-yaml "^4.1.0"
20592060
kleur "^4.1.4"
20602061
magic-string "^0.30.2"
@@ -3869,6 +3870,11 @@ html-void-elements@^2.0.0:
38693870
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-2.0.1.tgz#29459b8b05c200b6c5ee98743c41b979d577549f"
38703871
integrity sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==
38713872

3873+
http-cache-semantics@^4.1.1:
3874+
version "4.1.1"
3875+
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
3876+
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
3877+
38723878
human-signals@^2.1.0:
38733879
version "2.1.0"
38743880
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"

0 commit comments

Comments
 (0)