diff --git a/website/package-lock.json b/website/package-lock.json index ecb8eb52be2..b6fb2538a7f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.12", + "astro": "5.7.14", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2865,9 +2865,9 @@ } }, "node_modules/astro": { - "version": "5.7.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.12.tgz", - "integrity": "sha512-UQOItiZz2hcv9PlHTQ6dNqFDIVNPnmwk6eyAjJqPE9O8EDHZK2JKtTRD0CBFN2Uqr0RE0TWP2gqDpLfsa5dJEA==", + "version": "5.7.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.14.tgz", + "integrity": "sha512-DfuDD49f7mbHB7ygLm8KXEC6QQtpLoNrmoylcMLKdl1ahXNdiw+mgW8ApEMyHTUyVrqEUnr4gZCKSlZ9POCHjQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -2900,6 +2900,7 @@ "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.1.1", + "import-meta-resolve": "^4.1.0", "js-yaml": "^4.1.0", "kleur": "^4.1.5", "magic-string": "^0.30.17", diff --git a/website/package.json b/website/package.json index 470d7c763bc..b154f75c894 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.12", + "astro": "5.7.14", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",