From aa82ff85d17e4d8009099f37ed58c568a51eaf83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:46:13 +0000 Subject: [PATCH] Bump astro from 5.12.8 to 5.13.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.12.8 to 5.13.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.13.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",