From 95715750d9a744886dddcbc27027018c32210050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:07:39 +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 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": {