diff --git a/package-lock.json b/package-lock.json index 338d7bc..27d7d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/mdx": "^4.0.3", - "@astrojs/rss": "^4.0.10", + "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@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", @@ -24,9 +24,9 @@ }, "devDependencies": { "@iconify-json/mdi": "^1.2.1", - "@iconify-json/simple-icons": "^1.2.13", + "@iconify-json/simple-icons": "^1.2.18", "@tailwindcss/typography": "^0.5.15", - "@types/node": "^22.10.1", + "@types/node": "^22.10.5", "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9" @@ -204,10 +204,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.10.tgz", - "integrity": "sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==", - "license": "MIT", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", + "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", "dependencies": { "fast-xml-parser": "^4.5.0", "kleur": "^4.1.5" @@ -806,11 +805,10 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.17", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.17.tgz", - "integrity": "sha512-1vXbM6a6HV2rwXxu8ptD2OYhqrqX0ZZRepOg7nIjkvKlKq90Iici4X++A8h36bEVlV2wGjqx8uVYB0pwnPZVSw==", + "version": "1.2.18", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.18.tgz", + "integrity": "sha512-ae4ig7fxNXME1wl5og7Ocp82TM4jyz6IsOyI8GrteSbvHR9gaPu2Z01Amn5V/xo1Y7A7/+EH/3Ovpy2az/gYbg==", "dev": true, - "license": "CC0-1.0", "dependencies": { "@iconify/types": "*" } @@ -1839,10 +1837,9 @@ } }, "node_modules/@types/node": { - "version": "22.10.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", - "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", - "license": "MIT", + "version": "22.10.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", + "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", "dependencies": { "undici-types": "~6.20.0" } @@ -2161,10 +2158,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..e1cb707 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/mdx": "^4.0.3", - "@astrojs/rss": "^4.0.10", + "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@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", @@ -27,9 +27,9 @@ }, "devDependencies": { "@iconify-json/mdi": "^1.2.1", - "@iconify-json/simple-icons": "^1.2.13", + "@iconify-json/simple-icons": "^1.2.18", "@tailwindcss/typography": "^0.5.15", - "@types/node": "^22.10.1", + "@types/node": "^22.10.5", "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9"