diff --git a/astro/package-lock.json b/astro/package-lock.json index b24b232..c046bde 100644 --- a/astro/package-lock.json +++ b/astro/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/prefetch": "^0.3.0", "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "4.0.0", - "astro": "^2.9.3", + "astro": "^2.9.5", "css-select": "5.1.0", "sharp": "^0.32.4", "slate-serializers": "0.1.0", @@ -50,8 +50,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.6.2", - "license": "MIT" + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.3.tgz", + "integrity": "sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==" }, "node_modules/@astrojs/image": { "version": "0.17.2", @@ -931,10 +932,11 @@ } }, "node_modules/astro": { - "version": "2.9.3", - "license": "MIT", + "version": "2.9.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.5.tgz", + "integrity": "sha512-F9qi3TzNfnl4wN3ufVRz13lX30krUd6FcEmP5gxFR3pjxk2a6+CghOZP/AgZ077Ws0RSpow29xtMhTSP7J6auQ==", "dependencies": { - "@astrojs/compiler": "^1.6.0", + "@astrojs/compiler": "^1.6.3", "@astrojs/internal-helpers": "^0.1.1", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", diff --git a/astro/package.json b/astro/package.json index 631e91a..ff1398d 100644 --- a/astro/package.json +++ b/astro/package.json @@ -13,7 +13,7 @@ "@astrojs/prefetch": "^0.3.0", "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "4.0.0", - "astro": "^2.9.3", + "astro": "^2.9.5", "css-select": "5.1.0", "sharp": "^0.32.4", "slate-serializers": "0.1.0",