Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency astro to v4.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2024
1 parent 21db7c6 commit f4639ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sync": "astro sync"
},
"devDependencies": {
"astro": "4.13.1"
"astro": "4.13.3"
},
"dependencies": {
"slugify": "^1.6.6",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@astrojs/compiler@^2.10.0":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.1.tgz#36eb9dcf55f0ddc774e245eadc8c1132caac58fd"
integrity sha512-XmM4j6BjvOVMag2xELq0JuG2yKOW8wgIu6dvb9BsjbGYmnvoStJn/pqEzVqc1EBszf2xYT7onIkftIOUz9AwrQ==
"@astrojs/compiler@^2.10.1":
version "2.10.2"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.2.tgz#74d06c4316cb9fe16364b23a8fc90cb456018091"
integrity sha512-bvH+v8AirwpRWCkYJEyWYdc5Cs/BjG2ZTxIJzttHilXgfKJAdW2496KsUQKzf5j2tOHtaHXKKn9hb9WZiBGpEg==

"@astrojs/[email protected]":
version "0.4.1"
Expand Down Expand Up @@ -923,12 +923,12 @@ array-iterate@^2.0.0:
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24"
integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==

[email protected].1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.13.1.tgz#cb8f5e7763284f9d6829b8414c00bbdc6d8ca9c8"
integrity sha512-VnMjAc+ykFsIVjgbu9Mt/EA1fMIcPMXbU89h3ATwGOzSIKDsQH72bDgfJkWiwk6u0OE90GeP5EPhAT28Twf9oA==
[email protected].3:
version "4.13.3"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.13.3.tgz#0d60eb3174d19a13f153168dab2851e414d85205"
integrity sha512-MyhmM0v5sphiVwxAm5jjKxWeuPZijWPJ8Ajdign9QzEmLWSH8vUYIJWx/dWRQ6vF1I0jXrksoj3wtw5nzXt9nw==
dependencies:
"@astrojs/compiler" "^2.10.0"
"@astrojs/compiler" "^2.10.1"
"@astrojs/internal-helpers" "0.4.1"
"@astrojs/markdown-remark" "5.2.0"
"@astrojs/telemetry" "3.1.0"
Expand Down Expand Up @@ -977,7 +977,7 @@ [email protected]:
prompts "^2.4.2"
rehype "^13.0.1"
semver "^7.6.3"
shiki "^1.12.0"
shiki "^1.12.1"
string-width "^7.2.0"
strip-ansi "^7.1.0"
tsconfck "^3.1.1"
Expand Down Expand Up @@ -2697,7 +2697,7 @@ shiki@^1.10.3:
"@shikijs/core" "1.11.0"
"@types/hast" "^3.0.4"

shiki@^1.12.0:
shiki@^1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.12.1.tgz#72d9d230a8d68ddaf8cf7c94a1dc6a5f2625324e"
integrity sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==
Expand Down

0 comments on commit f4639ac

Please sign in to comment.