From 9def58ff90e261f654e8d418c19d6d7ab2839e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:53:56 +0000 Subject: [PATCH] Build(deps): Bump astro from 5.13.4 to 5.13.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.13.4 to 5.13.5. - [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.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e6ce052..9eccf9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.5.1", "@astrojs/tailwind": "^5.1.5", - "astro": "^5.13.4", + "astro": "^5.13.5", "sass": "^1.92.1", "tailwindcss": "^3.4.17" }, @@ -2026,9 +2026,9 @@ } }, "node_modules/astro": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.4.tgz", - "integrity": "sha512-Mgq5GYy3EHtastGXqdnh1UPuN++8NmJSluAspA5hu33O7YRs/em/L03cUfRXtc60l5yx5BfYJsjF2MFMlcWlzw==", + "version": "5.13.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.5.tgz", + "integrity": "sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 7efbce1..0d6226a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/sitemap": "^3.5.1", "@astrojs/tailwind": "^5.1.5", - "astro": "^5.13.4", + "astro": "^5.13.5", "sass": "^1.92.1", "tailwindcss": "^3.4.17" },