Bump @astrojs/node from 9.5.4 to 10.0.0 in /docs (#895)

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

---
updated-dependencies:
- dependency-name: "@astrojs/node"
  dependency-version: 10.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Flomp <Flomp@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-25 13:59:07 +01:00
committed by GitHub
parent fa5234a390
commit 2430bfe671
2 changed files with 14 additions and 11 deletions

23
docs/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.18.5",
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.5.4",
"@astrojs/node": "^10.0.0",
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "^7.2.5",
@@ -168,24 +168,27 @@
}
},
"node_modules/@astrojs/node": {
"version": "9.5.4",
"resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.4.tgz",
"integrity": "sha512-AbPSZsMGu8hXPR2XxV79RaKy8h6wijhtoqZGeUf4OXg2w1mxXlx4VnIc1D+QvtsgauSz7P5PLhmvf6w/J41GJg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.0.tgz",
"integrity": "sha512-MYz73s+U1CxdSLoYlbB9lrgA2ryi6K8ULH2rM3SBQDFbWtXuTFiBAfG8c5BHy75tsSRn2p0rc7jdFiQAzuZOyw==",
"license": "MIT",
"dependencies": {
"@astrojs/internal-helpers": "0.7.5",
"@astrojs/internal-helpers": "0.8.0",
"send": "^1.2.1",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "^5.17.3"
"astro": "^6.0.0-alpha.0"
}
},
"node_modules/@astrojs/node/node_modules/@astrojs/internal-helpers": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.5.tgz",
"integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==",
"license": "MIT"
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.8.0.tgz",
"integrity": "sha512-J56GrhEiV+4dmrGLPNOl2pZjpHXAndWVyiVDYGDuw6MWKpBSEMLdFxHzeM/6sqaknw9M+HFfHZAcvi3OfT3D/w==",
"license": "MIT",
"dependencies": {
"picomatch": "^4.0.3"
}
},
"node_modules/@astrojs/prism": {
"version": "3.3.0",

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.5.4",
"@astrojs/node": "^10.0.0",
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "^7.2.5",