Skip to content

Commit

Permalink
Update dependency astro to ^4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent c520815 commit 250f8b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@typescript-eslint/parser": "^7.14.1",
"astro": "^4.11.1",
"astro": "^4.11.3",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1272,10 +1272,10 @@ astro-eslint-parser@^1.0.2:
is-glob "^4.0.3"
semver "^7.3.8"

astro@^4.11.1:
version "4.11.1"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.11.1.tgz#3d26d57f337416a2c3989e76eb57f8dc5fa73017"
integrity sha512-6e9/9nafmnxzaLSq2+9VNpi+7j0E4UoK2IJ7gkhyv1wk3XfciA6zHc3ESx7/Sk/rjenz9NSTTzAwcmVzWWHv/g==
astro@^4.11.3:
version "4.11.3"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.11.3.tgz#654d6e1f54f2ff35a1f45a309b14f377d4dc7d41"
integrity sha512-SuZbB/71XVn+WqWNCe7XOfHuqhS+k4gj8+A3wluTZQrORGaHUFRn/f8F9Tu5yESQZB1q8UKhahvHwkTV3AdVsg==
dependencies:
"@astrojs/compiler" "^2.8.1"
"@astrojs/internal-helpers" "0.4.1"
Expand Down Expand Up @@ -1326,7 +1326,6 @@ astro@^4.11.1:
preferred-pm "^3.1.3"
prompts "^2.4.2"
rehype "^13.0.1"
resolve "^1.22.8"
semver "^7.6.2"
shiki "^1.9.0"
string-width "^7.1.0"
Expand Down Expand Up @@ -4480,7 +4479,7 @@ resolve-from@^5.0.0:
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==

resolve@^1.10.0, resolve@^1.22.8:
resolve@^1.10.0:
version "1.22.8"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
Expand Down

0 comments on commit 250f8b7

Please sign in to comment.