From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:32:30 +0000 (+0000) Subject: Bump @astrojs/rss from 4.0.14 to 4.0.15 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=4dfc8aec1dede36219f02d53c5c58b4196f80bf9;p=cotsuka.github.io Bump @astrojs/rss from 4.0.14 to 4.0.15 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.14 to 4.0.15. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.15/packages/astro-rss) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-version: 4.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/bun.lock b/bun.lock index 165b4e1..2eb6c87 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/mdx": "4.3.13", "@astrojs/react": "4.4.2", - "@astrojs/rss": "4.0.14", + "@astrojs/rss": "4.0.15", "@astrojs/sitemap": "3.6.1", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", @@ -17,24 +17,24 @@ "astro": "5.17.1", "astro-icon": "^1.1.5", "pagefind": "^1.4.0", - "react": "^19.2.3", - "react-dom": "^19.2.3", - "recharts": "^3.6.0", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "recharts": "^3.7.0", }, "devDependencies": { "@astrojs/check": "^0.9.6", "@eslint/js": "^9.39.2", - "@types/bun": "^1.3.6", - "@types/react": "^19.2.8", + "@types/bun": "^1.3.9", + "@types/react": "^19.2.13", "@types/react-dom": "^19.2.3", "eslint": "^9.39.2", "eslint-plugin-astro": "^1.5.0", "lint-staged": "^16.2.7", - "prettier": "^3.7.4", + "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3", - "typescript-eslint": "^8.53.0", + "typescript-eslint": "^8.55.0", }, }, }, @@ -59,7 +59,7 @@ "@astrojs/react": ["@astrojs/react@4.4.2", "", { "dependencies": { "@vitejs/plugin-react": "^4.7.0", "ultrahtml": "^1.6.0", "vite": "^6.4.1" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21 || ^19.0.0", "@types/react-dom": "^17.0.17 || ^18.0.6 || ^19.0.0", "react": "^17.0.2 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0" } }, "sha512-1tl95bpGfuaDMDn8O3x/5Dxii1HPvzjvpL2YTuqOOrQehs60I2DKiDgh1jrKc7G8lv+LQT5H15V6QONQ+9waeQ=="], - "@astrojs/rss": ["@astrojs/rss@4.0.14", "", { "dependencies": { "fast-xml-parser": "^5.3.0", "piccolore": "^0.1.3" } }, "sha512-KCe1imDcADKOOuO/wtKOMDO/umsBD6DWF+94r5auna1jKl5fmlK9vzf+sjA3EyveXA/FoB3khtQ/u/tQgETmTw=="], + "@astrojs/rss": ["@astrojs/rss@4.0.15", "", { "dependencies": { "fast-xml-parser": "^5.3.3", "piccolore": "^0.1.3" } }, "sha512-uXO/k6AhRkIDXmRoc6xQpoPZrimQNUmS43X4+60yunfuMNHtSRN5e/FiSi7NApcZqmugSMc5+cJi8ovqgO+qIg=="], "@astrojs/sitemap": ["@astrojs/sitemap@3.6.1", "", { "dependencies": { "sitemap": "^8.0.2", "stream-replace-string": "^2.0.0", "zod": "^3.25.76" } }, "sha512-+o+TbxXqQJAOd+HxCjz/5RdAMrRFGjeuO+U6zddUuTO59WqMqXnsc8uveRiEr2Ff+3McZiEne7iG4J5cnuI6kA=="], diff --git a/package.json b/package.json index 05d8b26..81c954f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@astrojs/mdx": "4.3.13", "@astrojs/react": "4.4.2", - "@astrojs/rss": "4.0.14", + "@astrojs/rss": "4.0.15", "@astrojs/sitemap": "3.6.1", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7",