From ee35dc35959b1f75b104dd8f2e72f527aa918946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:06:20 +0000 Subject: [PATCH] deps(deps): bump the build group with 2 updates Bumps the build group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react). Updates `astro` from 6.4.2 to 6.4.4 - [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.4.4/packages/astro) Updates `@astrojs/react` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@5.0.7/packages/integrations/react) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@astrojs/react" dependency-version: 5.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40754f4..cf5fe26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,14 +10,14 @@ "license": "MIT", "dependencies": { "@pseinfo/i18n": "github:pseinfo/i18n", - "astro": "^6.4.2", + "astro": "^6.4.4", "i18next": "^26.3.0", "lucide-react": "^1.17.0", "react": "^19.2.6", "react-i18next": "^17.0.8" }, "devDependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@astrojs/sitemap": "^3.7.3", "@tailwindcss/postcss": "^4.3.0", "@types/node": "^25.9.1", @@ -103,15 +103,15 @@ } }, "node_modules/@astrojs/react": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.6.tgz", - "integrity": "sha512-3pfjmw3sUnV5WplLblDzsAKlHv9kNmlCFAw/xP/agubiZFo4d+uPXX2jynNwAfvwyI5v+Q9uIIFwyujv9jifLg==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.7.tgz", + "integrity": "sha512-N9cCoxvnLWaP+AK1Fv4e5Mc7ktnVTpSo2nWLwvD9Ohr1dJKygwrTSm9yatqoahgb1A5Kwjg/rT2shRiIVdn3aw==", "dev": true, "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.10.0", "@vitejs/plugin-react": "^5.2.0", - "devalue": "^5.6.4", + "devalue": "^5.8.1", "ultrahtml": "^1.6.0", "vite": "^7.3.2" }, @@ -2493,9 +2493,9 @@ } }, "node_modules/astro": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.2.tgz", - "integrity": "sha512-8H89CH2dKL5SCU99OCqdU9BGjmPkSJqaPurywj5XMo7eMFGUFD3vsNhdEKnEh4mK4LgGje3/QDTTSIIGst0G0Q==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", + "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", @@ -2512,7 +2512,7 @@ "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", "cookie": "^1.1.1", - "devalue": "^5.6.3", + "devalue": "^5.8.1", "diff": "^8.0.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", diff --git a/package.json b/package.json index 893ff02..2685276 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ }, "dependencies": { "@pseinfo/i18n": "github:pseinfo/i18n", - "astro": "^6.4.2", + "astro": "^6.4.4", "i18next": "^26.3.0", "lucide-react": "^1.17.0", "react": "^19.2.6", "react-i18next": "^17.0.8" }, "devDependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@astrojs/sitemap": "^3.7.3", "@tailwindcss/postcss": "^4.3.0", "@types/node": "^25.9.1",