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",