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