diff --git a/package-lock.json b/package-lock.json index cf46936..4128199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "sentinel-homepage", "version": "1.0.0", "dependencies": { - "@astrojs/node": "^9.1.3", + "@astrojs/node": "^10.0.5", "@astrojs/react": "^4.2.1", "astro": "^5.4.2", "gsap": "^3.12.5", @@ -63,17 +63,26 @@ } }, "node_modules/@astrojs/node": { - "version": "9.5.5", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.5.tgz", - "integrity": "sha512-rtU2BGU5u3SfGURpANfMxVzCIoR86MkaN05ncza9rbtuMKJ/XnRJt/BbyVknDbOJ71hoci0SIsJwKcJR8vvi/A==", + "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.7.6", + "@astrojs/internal-helpers": "0.8.0", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^5.17.3" + "astro": "^6.0.0" + } + }, + "node_modules/@astrojs/node/node_modules/@astrojs/internal-helpers": { + "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": { diff --git a/package.json b/package.json index 41e9c43..e046a04 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.1.3", + "@astrojs/node": "^10.0.5", "@astrojs/react": "^4.2.1", "astro": "^5.4.2", "gsap": "^3.12.5",