Skip to content

Commit

Permalink
fix: upgrade astro from 3.6.4 to 3.6.5 (#413)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade astro from 3.6.4 to 3.6.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/data-team-dt/project/ee034aa7-b6ce-4de5-8d0b-dfccab2c739c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Christophe Kalenzaga <mgachka@aol.com>
  • Loading branch information
3 people committed Mar 24, 2024
1 parent d725e7d commit 82d2886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.5.5",
"astro": "^3.6.5",
"@astrojs/starlight": "^0.21.0",
"sharp": "^0.32.5"
}
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,10 @@ astro-expressive-code@^0.33.4:
hast-util-to-html "^8.0.4"
remark-expressive-code "^0.33.5"

astro@^3.5.5:
version "3.6.4"
resolved "https://registry.yarnpkg.com/astro/-/astro-3.6.4.tgz#9741fb45a449992333af5e39ec6925eb658875e1"
integrity sha512-YatUyWEQ9GUC79Wc2zbovy6D6bXPW9++Z6PYs4GDamEDspUSnnzL/INB7WJqgFI0xAFk9jcUr+MZYjkdWqXYTw==
astro@^3.6.5:
version "3.6.5"
resolved "https://registry.yarnpkg.com/astro/-/astro-3.6.5.tgz#5109630cca188ec897e52a16dd0fa8052b556a89"
integrity sha512-fyVubQfb6+Bc2/XigXNeJ06HHwNFB9EnAQohJcrja6RB1PhIcZRusyIamywHWjoJ4a1T0HxMkzBLNW96DBqpNw==
dependencies:
"@astrojs/compiler" "^2.3.0"
"@astrojs/internal-helpers" "0.2.1"
Expand Down

0 comments on commit 82d2886

Please sign in to comment.