Skip to content

Commit 145a3d1

Browse files
committed
fix(deps): update dependency astro to v4.13.4
1 parent 1bd4f53 commit 145a3d1

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
kleur "^4.1.5"
2727
yargs "^17.7.2"
2828

29-
"@astrojs/compiler@^2.10.1", "@astrojs/compiler@^2.10.2":
30-
version "2.10.2"
31-
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.2.tgz#74d06c4316cb9fe16364b23a8fc90cb456018091"
32-
integrity sha512-bvH+v8AirwpRWCkYJEyWYdc5Cs/BjG2ZTxIJzttHilXgfKJAdW2496KsUQKzf5j2tOHtaHXKKn9hb9WZiBGpEg==
29+
"@astrojs/compiler@^2.10.2":
30+
version "2.10.3"
31+
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.3.tgz#852386445029f7765a70b4c1d1140e175e1d8c27"
32+
integrity sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==
3333

3434
"@astrojs/[email protected]":
3535
version "0.4.1"
@@ -785,6 +785,11 @@
785785
"@nodelib/fs.scandir" "2.1.5"
786786
fastq "^1.6.0"
787787

788+
"@oslojs/encoding@^0.4.1":
789+
version "0.4.1"
790+
resolved "https://registry.yarnpkg.com/@oslojs/encoding/-/encoding-0.4.1.tgz#1489e560041533214511e9e03626962d24e58e9f"
791+
integrity sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==
792+
788793
"@pkgjs/parseargs@^0.11.0":
789794
version "0.11.0"
790795
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -1594,11 +1599,11 @@ assertion-error@^2.0.1:
15941599
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
15951600

15961601
astro@^4.0.0:
1597-
version "4.13.3"
1598-
resolved "https://registry.yarnpkg.com/astro/-/astro-4.13.3.tgz#0d60eb3174d19a13f153168dab2851e414d85205"
1599-
integrity sha512-MyhmM0v5sphiVwxAm5jjKxWeuPZijWPJ8Ajdign9QzEmLWSH8vUYIJWx/dWRQ6vF1I0jXrksoj3wtw5nzXt9nw==
1602+
version "4.13.4"
1603+
resolved "https://registry.yarnpkg.com/astro/-/astro-4.13.4.tgz#b03862835860eafcf44a6067e69d55c83fd43f5c"
1604+
integrity sha512-uoW961qyU5xxCiUzITVX8wYmdWbSH1zeog9UomoWC5uNpnIbH6WxOPv/qYu2m7W4r2PCxdRqfVXoYjZhFyGfTA==
16001605
dependencies:
1601-
"@astrojs/compiler" "^2.10.1"
1606+
"@astrojs/compiler" "^2.10.2"
16021607
"@astrojs/internal-helpers" "0.4.1"
16031608
"@astrojs/markdown-remark" "5.2.0"
16041609
"@astrojs/telemetry" "3.1.0"
@@ -1608,6 +1613,7 @@ astro@^4.0.0:
16081613
"@babel/plugin-transform-react-jsx" "^7.25.2"
16091614
"@babel/traverse" "^7.25.3"
16101615
"@babel/types" "^7.25.2"
1616+
"@oslojs/encoding" "^0.4.1"
16111617
"@types/babel__core" "^7.20.5"
16121618
"@types/cookie" "^0.6.0"
16131619
acorn "^8.12.1"
@@ -1653,7 +1659,7 @@ astro@^4.0.0:
16531659
tsconfck "^3.1.1"
16541660
unist-util-visit "^5.0.0"
16551661
vfile "^6.0.2"
1656-
vite "^5.3.5"
1662+
vite "^5.4.0"
16571663
vitefu "^0.2.5"
16581664
which-pm "^3.0.0"
16591665
yargs-parser "^21.1.1"
@@ -2145,9 +2151,9 @@ [email protected]:
21452151
time-span "4.0.0"
21462152

21472153
electron-to-chromium@^1.5.4:
2148-
version "1.5.6"
2149-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.6.tgz#c81d9938b5a877314ad370feb73b4e5409b36abd"
2150-
integrity sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==
2154+
version "1.5.7"
2155+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.7.tgz#425d2a7f76ecfa564fdca1040d11fb1979851f3c"
2156+
integrity sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==
21512157

21522158
emmet@^2.4.3:
21532159
version "2.4.7"
@@ -5039,7 +5045,7 @@ vite@^5.0.0:
50395045
optionalDependencies:
50405046
fsevents "~2.3.3"
50415047

5042-
vite@^5.3.5:
5048+
vite@^5.4.0:
50435049
version "5.4.0"
50445050
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f"
50455051
integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==

0 commit comments

Comments
 (0)