Skip to content

Commit 4c078b6

Browse files
fix(deps): update dependency astro to v5.12.0 (#865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f655094 commit 4c078b6

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
vscode-html-languageservice "^5.2.0"
6262
vscode-uri "^3.0.8"
6363

64-
"@astrojs/[email protected].2":
65-
version "6.3.2"
66-
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.2.tgz#b85bab36bc92bd9426e75f2efcbdfde26fad57d8"
67-
integrity sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==
64+
"@astrojs/[email protected].3":
65+
version "6.3.3"
66+
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.3.tgz#7b1876f1fb8ac25165eb59b7e7627b635bd5f234"
67+
integrity sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==
6868
dependencies:
6969
"@astrojs/internal-helpers" "0.6.1"
7070
"@astrojs/prism" "3.3.0"
@@ -81,7 +81,7 @@
8181
remark-rehype "^11.1.2"
8282
remark-smartypants "^3.0.2"
8383
shiki "^3.2.1"
84-
smol-toml "^1.3.1"
84+
smol-toml "^1.3.4"
8585
unified "^11.0.5"
8686
unist-util-remove-position "^5.0.0"
8787
unist-util-visit "^5.0.0"
@@ -1528,13 +1528,13 @@ arrify@^3.0.0:
15281528
integrity sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==
15291529

15301530
astro@^5.0.0:
1531-
version "5.11.2"
1532-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.11.2.tgz#a4f339c2a14b696bb5ea21fcc9a82f489f588112"
1533-
integrity sha512-jKJCqp0PMZ1ZpP2xySghsJ1xK7ZNh/ISTRNBf/7khY3iEGq/zup49ZMhNZXK5Cd/dFWP/pdBNHD91SByA42IvQ==
1531+
version "5.12.0"
1532+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.12.0.tgz#9ba4508eddfeb62cf626d65e5f86024f57d7cf7c"
1533+
integrity sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==
15341534
dependencies:
15351535
"@astrojs/compiler" "^2.12.2"
15361536
"@astrojs/internal-helpers" "0.6.1"
1537-
"@astrojs/markdown-remark" "6.3.2"
1537+
"@astrojs/markdown-remark" "6.3.3"
15381538
"@astrojs/telemetry" "3.3.0"
15391539
"@capsizecss/unpack" "^2.4.0"
15401540
"@oslojs/encoding" "^1.1.0"
@@ -1577,6 +1577,7 @@ astro@^5.0.0:
15771577
rehype "^13.0.2"
15781578
semver "^7.7.1"
15791579
shiki "^3.2.1"
1580+
smol-toml "^1.3.4"
15801581
tinyexec "^0.3.2"
15811582
tinyglobby "^0.2.12"
15821583
tsconfck "^3.1.5"
@@ -4712,7 +4713,7 @@ slice-ansi@^5.0.0:
47124713
ansi-styles "^6.0.0"
47134714
is-fullwidth-code-point "^4.0.0"
47144715

4715-
smol-toml@^1.3.1:
4716+
smol-toml@^1.3.4:
47164717
version "1.4.1"
47174718
resolved "https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.4.1.tgz#f67dff9e1d4ba344242aaf9864062543536b1f72"
47184719
integrity sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==

0 commit comments

Comments
 (0)