Bump @astrojs/node from 10.0.3 to 10.0.5 in /docs (#944)

Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.0.3 to 10.0.5.
- [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.5/packages/integrations/node)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-23 19:39:44 +02:00
committed by GitHub
parent 345452e720
commit 75a7e08433
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"version": "0.18.5",
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^10.0.0",
"@astrojs/node": "^10.0.5",
"@astrojs/starlight": "^0.38.0",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "^8.0.0",
@@ -170,9 +170,9 @@
}
},
"node_modules/@astrojs/node": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.3.tgz",
"integrity": "sha512-yWDPaXTOw34h9qNpxDBz1Xj5HudnyuWW2E8ZSegW6o8n+mKI3Yq/iLAUQfxA3h8wfaIRY/PCh3T2jLAys2SXeQ==",
"version": "10.0.5",
"resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.5.tgz",
"integrity": "sha512-rgZiU9nD7zmM3fdmOVuobcNHAyXWx2HXXDLTuxjVCTQ+QmHmL5zkZZhNIL5NjlQtDRAU1i5fVaXp7nAKdET30w==",
"license": "MIT",
"dependencies": {
"@astrojs/internal-helpers": "0.8.0",

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^10.0.0",
"@astrojs/node": "^10.0.5",
"@astrojs/starlight": "^0.38.0",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "^8.0.0",