Skip to content

Commit

Permalink
chore(deps): update dependency astro to v4.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 28, 2024
1 parent 9d7bf88 commit fb5c434
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.16.6",
"astro": "4.16.7",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -798,10 +798,10 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

acorn@^8.12.1:
version "8.12.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
acorn@^8.13.0:
version "8.14.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==

ansi-align@^3.0.1:
version "3.0.1"
Expand Down Expand Up @@ -859,10 +859,10 @@ astro-font@^0.1.81:
resolved "https://registry.yarnpkg.com/astro-font/-/astro-font-0.1.81.tgz#e6d798d1b728f5c335a2736978741fc8ef762509"
integrity sha512-rbrv/+ZSYdgyjBlhkAqfCjMxqqo6iEwnSo/rAdDt/POILsF0ChxMFhefIIzKEukrRGtVjEj1lrLRYk+AdV9scQ==

[email protected].6:
version "4.16.6"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.6.tgz#ed09c86c4ecd0afa7fa688c5a28af616cda87128"
integrity sha512-LMMbjr+4aN26MOyJzTdjM+Y+srpAIkx7IX9IcdF3eHQLGr8PgkioZp+VQExRfioDIyA2HY6ottVg3QccTzJqYA==
[email protected].7:
version "4.16.7"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.7.tgz#7896148d638dab4e7f0e5eec8816a446c1178e3e"
integrity sha512-nON+8MUEkWTFwXbS4zsQIq4t0Fs42eulM4x236AL+qNnWfqNAOOqAnFxO1dxfJ1q+XopIBbbT9Mtev+0zH47PQ==
dependencies:
"@astrojs/compiler" "^2.10.3"
"@astrojs/internal-helpers" "0.4.1"
Expand All @@ -875,7 +875,7 @@ [email protected]:
"@rollup/pluginutils" "^5.1.2"
"@types/babel__core" "^7.20.5"
"@types/cookie" "^0.6.0"
acorn "^8.12.1"
acorn "^8.13.0"
aria-query "^5.3.2"
axobject-query "^4.1.0"
boxen "8.0.1"
Expand Down Expand Up @@ -914,7 +914,7 @@ [email protected]:
rehype "^13.0.2"
semver "^7.6.3"
shiki "^1.22.0"
tinyexec "^0.3.0"
tinyexec "^0.3.1"
tsconfck "^3.1.4"
unist-util-visit "^5.0.0"
vfile "^6.0.3"
Expand Down Expand Up @@ -2705,10 +2705,10 @@ supports-color@^5.3.0:
dependencies:
has-flag "^3.0.0"

tinyexec@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
tinyexec@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==

to-fast-properties@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit fb5c434

Please sign in to comment.