From d4a5d3b13fe04bd5168e27266d19446509973a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:59:27 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates Bumps the npm-minor-patch group with 3 updates in the /javascript/voice-live-avatar directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `react` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) Updates `eslint-config-next` from 16.2.2 to 16.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.4/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- javascript/voice-live-avatar/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript/voice-live-avatar/package.json b/javascript/voice-live-avatar/package.json index 71d88c7..16b437d 100644 --- a/javascript/voice-live-avatar/package.json +++ b/javascript/voice-live-avatar/package.json @@ -27,8 +27,8 @@ "lucide-react": "^0.577.0", "microsoft-cognitiveservices-speech-sdk": "^1.48.0", "next": "^16.0.10", - "react": "19.2.4", - "react-dom": "19.2.4", + "react": "19.2.5", + "react-dom": "19.2.5", "react-markdown": "^10.1.0", "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7" @@ -40,7 +40,7 @@ "@types/react-dom": "^19", "baseline-browser-mapping": "^2.9.19", "eslint": "^9.39.2", - "eslint-config-next": "16.2.2", + "eslint-config-next": "16.2.4", "postcss": "^8", "prettier": "^3.8.1", "tailwindcss": "^4.1.18",