diff --git a/package-lock.json b/package-lock.json index 2066162e..d03a2164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "^0.5.10", "@types/codemirror": "^5.60.15", "@types/html-escaper": "^3.0.2", - "astro": "^3.6.4", + "astro": "^3.6.5", "astro-auto-import": "^0.4.2", "codemirror": "^6.0.1", "d3": "^7.8.5", @@ -1630,9 +1630,9 @@ } }, "node_modules/astro": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.4.tgz", - "integrity": "sha512-YatUyWEQ9GUC79Wc2zbovy6D6bXPW9++Z6PYs4GDamEDspUSnnzL/INB7WJqgFI0xAFk9jcUr+MZYjkdWqXYTw==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.5.tgz", + "integrity": "sha512-fyVubQfb6+Bc2/XigXNeJ06HHwNFB9EnAQohJcrja6RB1PhIcZRusyIamywHWjoJ4a1T0HxMkzBLNW96DBqpNw==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", diff --git a/package.json b/package.json index 250a7f5c..598639b4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/typography": "^0.5.10", "@types/codemirror": "^5.60.15", "@types/html-escaper": "^3.0.2", - "astro": "^3.6.4", + "astro": "^3.6.5", "astro-auto-import": "^0.4.2", "codemirror": "^6.0.1", "d3": "^7.8.5",