diff --git a/package-lock.json b/package-lock.json index 4d16e62..c62ce33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/node": "20.4.4", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", - "astro": "^5.12.8", + "astro": "^5.13.1", "classnames": "^2.3.2", "eslint": "^8.57.1", "react": "18.2.0", @@ -2883,9 +2883,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 f75e0d1..d0eff29 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/node": "20.4.4", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", - "astro": "^5.12.8", + "astro": "^5.13.1", "classnames": "^2.3.2", "eslint": "^8.57.1", "react": "18.2.0",