From 33b5003b92a1f5c7ab9ec7887663a8bccb2de1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:28:22 +0000 Subject: [PATCH] chore(deps): bump astro from 6.1.2 to 6.1.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 to 6.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@6.1.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.3 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, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87c1d33..d6caa8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,13 @@ "": { "name": "OpenSourceWeekendCommunity", "version": "0.0.1", + "license": "MIT", "dependencies": { "@astrojs/node": "^10.0.4", "@astrojs/sitemap": "^3.7.2", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.1", - "astro": "^6.1.2", + "astro": "^6.1.3", "lucide-astro": "^0.556.0", "marked": "^17.0.5", "papaparse": "^5.5.3", @@ -2324,9 +2325,9 @@ } }, "node_modules/astro": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", - "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz", + "integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index 2d789e9..1ee4ffc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.7.2", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.1", - "astro": "^6.1.2", + "astro": "^6.1.3", "lucide-astro": "^0.556.0", "marked": "^17.0.5", "papaparse": "^5.5.3",