diff --git a/package-lock.json b/package-lock.json index d9c2cb5..d6f5bdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "github.fossify.org", "version": "0.0.1", "dependencies": { - "astro": "^5.12.8", + "astro": "^5.13.1", "astro-icon": "^1.1.5" }, "devDependencies": { @@ -1599,9 +1599,9 @@ } }, "node_modules/astro": { - "version": "5.12.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.8.tgz", - "integrity": "sha512-KkJ7FR+c2SyZYlpakm48XBiuQcRsrVtdjG5LN5an0givI/tLik+ePJ4/g3qrAVhYMjJOxBA2YgFQxANPiWB+Mw==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.1.tgz", + "integrity": "sha512-8p0UmH/h5DbmxSiu4W9RAODlRrqIYzI+hpDYhyU9jd/og1o9AIF1OsL90KIa/vTdSpm1kNRCfJnwDHddWP3q5A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 5e68366..ea857e7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.12.8", + "astro": "^5.13.1", "astro-icon": "^1.1.5" }, "devDependencies": {