From 53de8e7850b692350bc1746e164ae70d2e54cea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:41:45 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.7.12 to 5.7.13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.12 to 5.7.13. - [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.7.13/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.13 dependency-type: direct:development 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 e999090a3481371..3a52b68a0b2e1f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.32.1", "algoliasearch": "5.25.0", - "astro": "5.7.12", + "astro": "5.7.13", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6", @@ -7133,9 +7133,9 @@ } }, "node_modules/astro": { - "version": "5.7.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.12.tgz", - "integrity": "sha512-UQOItiZz2hcv9PlHTQ6dNqFDIVNPnmwk6eyAjJqPE9O8EDHZK2JKtTRD0CBFN2Uqr0RE0TWP2gqDpLfsa5dJEA==", + "version": "5.7.13", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.13.tgz", + "integrity": "sha512-cRGq2llKOhV3XMcYwQpfBIUcssN6HEK5CRbcMxAfd9OcFhvWE7KUy50zLioAZVVl3AqgUTJoNTlmZfD2eG0G1w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0d8765a2be55a12..80d988eee2a5109 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.32.1", "algoliasearch": "5.25.0", - "astro": "5.7.12", + "astro": "5.7.13", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6",