diff --git a/package-lock.json b/package-lock.json index dfc16d2..8212ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/tailwind": "^5.1.0", - "astro": "^4.11.4", + "astro": "^4.11.5", "tailwindcss": "^3.4.4" } }, @@ -1717,9 +1717,9 @@ } }, "node_modules/astro": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.11.4.tgz", - "integrity": "sha512-jSCnPD+r4MO5Pxl04XfCydzZiL/p70q1ddYind02JDGQDLlps4d2s/AfT/7be12gf1PpR13ACcvO6aJFUIVQXA==", + "version": "4.11.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.11.5.tgz", + "integrity": "sha512-TCRhuaLwrxwMhS8S1GG+ZTdrAXigX9C8E/YUTs/r2t+owHxDgwl86IV9xH1IHrCPoqhK6civyAQNOT+GKmkb0A==", "dependencies": { "@astrojs/compiler": "^2.8.1", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index bdc440f..2ce4e04 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/tailwind": "^5.1.0", - "astro": "^4.11.4", + "astro": "^4.11.5", "tailwindcss": "^3.4.4" } }