From 6e63ff7d1996827a44604ed50b3932a40ff15784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:58:22 +0000 Subject: [PATCH] Bump astro from 5.1.2 to 5.1.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.2 to 5.1.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.1.5/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 | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cae493b..5315e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@tanstack/table-core": "^8.20.5", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.1", - "astro": "^5.1.2", + "astro": "^5.1.5", "astro-compressor": "^1.0.0", "astro-icon": "^1.1.5", "clipboard": "^2.0.11", @@ -5843,10 +5843,9 @@ } }, "node_modules/astro": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.2.tgz", - "integrity": "sha512-+U5lXPEJZ6cQx0botGbPhzN6XGWRgDtXgy/RUkpTmUj18LW6pbzYo0O0k3hFWOazlI039bZ+4P2e/oSNlKzm0Q==", - "license": "MIT", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.5.tgz", + "integrity": "sha512-Q9TE4aNlczxVoPDoXR3UcjLezL+70z0KbTRXovE4ybpx0mgNL1jsmSWtF3UFXB5+GTf9JK7om5fbIaaMReKcUg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", @@ -5916,6 +5915,10 @@ "npm": ">=9.6.5", "pnpm": ">=7.1.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/astrodotbuild" + }, "optionalDependencies": { "sharp": "^0.33.3" } diff --git a/package.json b/package.json index 133d5ef..fd91b10 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@tanstack/table-core": "^8.20.5", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.1", - "astro": "^5.1.2", + "astro": "^5.1.5", "astro-compressor": "^1.0.0", "astro-icon": "^1.1.5", "clipboard": "^2.0.11",