From 2288cc3d9350d6e5231615ceff1f5342bc49ddcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:45:25 +0000 Subject: [PATCH] Bump astro from 5.1.1 to 5.1.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.1 to 5.1.3. - [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.1.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 338d7bc..737b0ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.0", "@fontsource/borel": "^5.1.1", - "astro": "^5.1.1", + "astro": "^5.1.3", "astro-icon": "^1.1.4", "rehype-external-links": "^3.0.0", "tailwindcss": "^3.4.15", @@ -2161,10 +2161,9 @@ } }, "node_modules/astro": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz", - "integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==", - "license": "MIT", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.3.tgz", + "integrity": "sha512-Zl/B4hmueJmlI5FJQcwbBRhHbRvbTWaTJzimkbH+jYczR5blt4uSh0DheyAt/+NwcnGfiC11z/XXJYIBR4LPUw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", diff --git a/package.json b/package.json index 0ee6fd0..84fbc6a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.0", "@fontsource/borel": "^5.1.1", - "astro": "^5.1.1", + "astro": "^5.1.3", "astro-icon": "^1.1.4", "rehype-external-links": "^3.0.0", "tailwindcss": "^3.4.15",