From 5fd032985ab10704697dddafd2104bb4c3a8f072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:23:36 +0000 Subject: [PATCH] chore(deps-web): bump the astro group in /web with 2 updates Bumps the astro group in /web with 2 updates: [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) and [astro](https://github.com/withastro/astro/tree/HEAD/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) 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) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-version: 6.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 20 ++++++++++---------- web/package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index afb5959..347f0a6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,10 +8,10 @@ "name": "aws-deepdive-web", "version": "0.1.0", "dependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.15", - "astro": "^6.4.2", + "astro": "^6.4.4", "isomorphic-dompurify": "^3.15.0", "marked": "^18.0.4", "postcss": "^8.5.15", @@ -144,14 +144,14 @@ } }, "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==", "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" }, @@ -2685,9 +2685,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", @@ -2704,7 +2704,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/web/package.json b/web/package.json index 863796f..3b97cfa 100644 --- a/web/package.json +++ b/web/package.json @@ -10,10 +10,10 @@ "check": "astro check" }, "dependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.15", - "astro": "^6.4.2", + "astro": "^6.4.4", "isomorphic-dompurify": "^3.15.0", "marked": "^18.0.4", "postcss": "^8.5.15",