Skip to content

Commit bf88f7e

Browse files
committed
chore(deps): update dependency astro to v2.9.4
1 parent 73a21e4 commit bf88f7e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"@typescript-eslint/eslint-plugin": "5.62.0",
149149
"@typescript-eslint/parser": "5.62.0",
150150
"@webcomponents/template-shadowroot": "0.2.1",
151-
"astro": "2.9.3",
151+
"astro": "2.9.4",
152152
"autoprefixer": "10.4.14",
153153
"ava": "5.3.1",
154154
"eslint": "8.45.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.5.3.tgz#eac68920f3403fe6292fca91ff2bd14b8c10ad95"
3131
integrity sha512-/HSFkJ+Yv+WUWSq0QVsIlhBKam5VUpGV+s8MvPguC/krHmw4Ww9TIgmfJSvV8/BN0sHJB7pCgf7yInae1zb+TQ==
3232

33-
"@astrojs/compiler@^1.6.0":
34-
version "1.6.1"
35-
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.6.1.tgz#c6c3cb6b87efbd62038012dce5b226f7ebc7d7fe"
36-
integrity sha512-QZZhV2kOhvyXEfpaGLgHWNPUOlkMVx3Zw+5IlXXU2p448NwtyYt3C6MuS7baVsTlluH3EedAoDBmelt9hPhfiQ==
33+
"@astrojs/compiler@^1.6.3":
34+
version "1.6.3"
35+
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.6.3.tgz#4351db26f7dc84c4182273542d67163e48b0161e"
36+
integrity sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==
3737

3838
"@astrojs/internal-helpers@^0.1.1":
3939
version "0.1.1"
@@ -1947,12 +1947,12 @@ arrify@^3.0.0:
19471947
resolved "https://registry.yarnpkg.com/arrify/-/arrify-3.0.0.tgz#ccdefb8eaf2a1d2ab0da1ca2ce53118759fd46bc"
19481948
integrity sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==
19491949

1950-
1951-
version "2.9.3"
1952-
resolved "https://registry.yarnpkg.com/astro/-/astro-2.9.3.tgz#a85a1b94d1d064546bb191f80a52c08a7b3ed800"
1953-
integrity sha512-EcFYnJytMgDhBf1MxWIG1GNwfDL2yRvVt+4aguYbcFDNz8EjLKgpLYbbTzR2VlIQu1vpxImZZ0bmPy8Hd+tAfw==
1950+
1951+
version "2.9.4"
1952+
resolved "https://registry.yarnpkg.com/astro/-/astro-2.9.4.tgz#b3f2730351529688343bd9f8177b5c3232cd9839"
1953+
integrity sha512-6mIAFTkfrLn1aAOVO7clTz3NqJNyPdJXLZEkAFTl+s5iuaIdoYnuqItkcjWP1qoEeGPF+0w9rTr0388pkTK+lg==
19541954
dependencies:
1955-
"@astrojs/compiler" "^1.6.0"
1955+
"@astrojs/compiler" "^1.6.3"
19561956
"@astrojs/internal-helpers" "^0.1.1"
19571957
"@astrojs/language-server" "^1.0.0"
19581958
"@astrojs/markdown-remark" "^2.2.1"

0 commit comments

Comments
 (0)