diff --git a/website/package-lock.json b/website/package-lock.json index 1c1d46b914..9653933f81 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/mdx": "^4.3.13", - "@astrojs/node": "^9.5.2", + "@astrojs/node": "^10.0.3", "@emotion/react": "^11.14.0", "@headlessui/react": "^2.2.0", "@lokalise/xlsx": "^0.20.3", @@ -267,17 +267,26 @@ } }, "node_modules/@astrojs/node": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.2.tgz", - "integrity": "sha512-85/x+FRwbNGDip1TzSGMiak31/6LvBhA8auqd9lLoHaM5XElk+uIfIr3KjJqucDojE0PtiLk1lMSwD9gd3YlGg==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.3.tgz", + "integrity": "sha512-yWDPaXTOw34h9qNpxDBz1Xj5HudnyuWW2E8ZSegW6o8n+mKI3Yq/iLAUQfxA3h8wfaIRY/PCh3T2jLAys2SXeQ==", "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.14.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/website/package.json b/website/package.json index 937032bf6f..feea410266 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@astrojs/mdx": "^4.3.13", - "@astrojs/node": "^9.5.2", + "@astrojs/node": "^10.0.3", "@emotion/react": "^11.14.0", "@headlessui/react": "^2.2.0", "@lokalise/xlsx": "^0.20.3",