Bump astro from 4.5.9 to 4.5.12

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.9 to 4.5.12.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.5.12/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 17:39:39 +00:00 committed by GitHub
parent 559569cf1c
commit 6d692f8a5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 10 deletions

23
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.4.0",
"astro": "^4.5.9",
"astro": "^4.5.12",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",
"gsap": "^3.12.5",
@ -2807,13 +2807,13 @@
}
},
"node_modules/astro": {
"version": "4.5.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.9.tgz",
"integrity": "sha512-GheU72Goz7dYQNKaqTxB2H49cNvHfahGSbNkTvMXk+gyHf/g633qadqlO2ZQbTUacoUWmDzvS5fhMZt2/w4naQ==",
"version": "4.5.12",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.12.tgz",
"integrity": "sha512-xIJcFI2hbyV8+h5pWjL7SKD1jIP0K01fYVAH+gdAt0mJaXy+u8Mj+goD0cPlK6sEaykR+7zxQLYGKJ44U4qarg==",
"dependencies": {
"@astrojs/compiler": "^2.7.0",
"@astrojs/internal-helpers": "0.3.0",
"@astrojs/markdown-remark": "4.3.1",
"@astrojs/internal-helpers": "0.4.0",
"@astrojs/markdown-remark": "4.3.2",
"@astrojs/telemetry": "3.0.4",
"@babel/core": "^7.24.3",
"@babel/generator": "^7.23.3",
@ -3149,10 +3149,15 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/@astrojs/internal-helpers": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.0.tgz",
"integrity": "sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA=="
},
"node_modules/astro/node_modules/@astrojs/markdown-remark": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.3.1.tgz",
"integrity": "sha512-eJFi600tkRjTFiwzY9oD8AgCgB7gFqyWCKWuZ33dATVBgLiROD+zlMZ8STZzU7+ZALvmiUAun/K7umTmP5YfVQ==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.3.2.tgz",
"integrity": "sha512-4Oa4VaYiBd0MatB+rWIU/0A8pZH/sK3c2QkRYb+OO2lPl+qzevJtWaZY8hAQc4qurIOlRdn6B6ofDAGhWw+DSg==",
"dependencies": {
"@astrojs/prism": "^3.0.0",
"github-slugger": "^2.0.0",

View file

@ -16,7 +16,7 @@
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.4.0",
"astro": "^4.5.9",
"astro": "^4.5.12",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",
"gsap": "^3.12.5",