diff --git a/package-lock.json b/package-lock.json index 45b51c8..dbab588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "ace-builds": "^1.43.6", - "astro": "^6.0.7", + "astro": "^6.0.8", "bootstrap": "^5.3.8", "htmlhint": "^1.9.2" }, @@ -2278,9 +2278,9 @@ } }, "node_modules/astro": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.7.tgz", - "integrity": "sha512-tCUrtQI+2Dk13xTM07JYrvk16T4ekWqSXh0/dVCunne816ZV+RCs1tomSoTHZi3DJdoaTnLJmkH+uxCC3b1KWw==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.8.tgz", + "integrity": "sha512-DCPeb8GKOoFWh+8whB7Qi/kKWD/6NcQ9nd1QVNzJFxgHkea3WYrNroQRq4whmBdjhkYPTLS/1gmUAl2iA2Es2g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.0", diff --git a/package.json b/package.json index 2dfb733..176726d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "ace-builds": "^1.43.6", - "astro": "^6.0.7", + "astro": "^6.0.8", "bootstrap": "^5.3.8", "htmlhint": "^1.9.2" },