Bump astro from 3.5.2 to 3.6.4

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.5.2 to 3.6.4.
- [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@3.6.4/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-02 19:01:42 +00:00 committed by Ivan
parent 9756e082a5
commit fb42067538
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View file

@ -10,7 +10,7 @@
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/rss": "^3.0.0",
"astro": "^3.5.2",
"astro": "^3.6.4",
"typescript": "^5.3.2"
}
},
@ -95,9 +95,9 @@
}
},
"node_modules/@astrojs/markdown-remark": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.4.0.tgz",
"integrity": "sha512-uzLSKBQ4e70aH8gEbBHZ2pnv/KOJKB3WrXFBOF0U5Uwjcr2LNWeIBLjPRQjA4tbtteELh84YPBHny21mhvBGVA==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz",
"integrity": "sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==",
"dependencies": {
"@astrojs/prism": "^3.0.0",
"github-slugger": "^2.0.0",
@ -1214,13 +1214,13 @@
}
},
"node_modules/astro": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz",
"integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==",
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.6.4.tgz",
"integrity": "sha512-YatUyWEQ9GUC79Wc2zbovy6D6bXPW9++Z6PYs4GDamEDspUSnnzL/INB7WJqgFI0xAFk9jcUr+MZYjkdWqXYTw==",
"dependencies": {
"@astrojs/compiler": "^2.3.0",
"@astrojs/internal-helpers": "0.2.1",
"@astrojs/markdown-remark": "3.4.0",
"@astrojs/markdown-remark": "3.5.0",
"@astrojs/telemetry": "3.0.4",
"@babel/core": "^7.22.10",
"@babel/generator": "^7.22.10",
@ -5053,9 +5053,9 @@
}
},
"node_modules/shikiji": {
"version": "0.6.12",
"resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.12.tgz",
"integrity": "sha512-sm7Wg8P4w6T3quDAZQxvk0P02o2hheIFEdbaEuGOhGnqLDjVsP28GDUVPdgbacOIc1auapNVNCVEykhPploLyg==",
"version": "0.6.13",
"resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.13.tgz",
"integrity": "sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==",
"dependencies": {
"hast-util-to-html": "^9.0.0"
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/rss": "^3.0.0",
"astro": "^3.5.2",
"astro": "^3.6.4",
"typescript": "^5.3.2"
}
}