diff --git a/package-lock.json b/package-lock.json index 0534a44..031437f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,10 +8,13 @@ "name": "openjobspec-website", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.34.0", + "@astrojs/starlight": "^0.37.7", "@astrojs/vercel": "^9.0.4", "astro": "^5.7.0", "sharp": "^0.33.0" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/@astrojs/compiler": { @@ -106,9 +109,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.34.8", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.34.8.tgz", - "integrity": "sha512-XuYz0TfCZhje2u1Q9FNtmTdm7/B9QP91RDI1VkPgYvDhSYlME3k8gwgcBMHnR9ASDo2p9gskrqe7t1Pub/qryg==", + "version": "0.37.7", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.7.tgz", + "integrity": "sha512-KyBnou8aKIlPJUSNx6a1SN7XyH22oj/VAvTGC+Edld4Bnei1A//pmCRTBvSrSeoGrdUjK0ErFUfaEhhO1bPfDg==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -127,6 +130,7 @@ "i18next": "^23.11.5", "js-yaml": "^4.1.0", "klona": "^2.0.6", + "magic-string": "^0.30.17", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", @@ -8608,4 +8612,3 @@ } } } - diff --git a/package.json b/package.json index b534ddf..81a0440 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.34.0", + "@astrojs/starlight": "^0.37.7", "@astrojs/vercel": "^9.0.4", "astro": "^5.7.0", "sharp": "^0.33.0"