From f3c8733bd22b8dbdda0f3cd444bf7cae4039acc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:15:01 +0000 Subject: [PATCH] chore(deps): bump react and @types/react in /dsm_client/frontend Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `@types/react` from 19.2.14 to 19.2.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dsm_client/frontend/package-lock.json | 16 ++++++++-------- dsm_client/frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dsm_client/frontend/package-lock.json b/dsm_client/frontend/package-lock.json index 7563b33f8..4ef948863 100644 --- a/dsm_client/frontend/package-lock.json +++ b/dsm_client/frontend/package-lock.json @@ -9,12 +9,12 @@ "version": "0.1.0-beta.3", "license": "MIT OR Apache-2.0", "dependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "buffer": "^6.0.3", "html5-qrcode": "^2.3.8", "qrcode": "^1.5.4", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.7" }, "devDependencies": { @@ -2845,9 +2845,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -11118,9 +11118,9 @@ } }, "node_modules/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", - "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/dsm_client/frontend/package.json b/dsm_client/frontend/package.json index d9a3a08ab..e34b55cb9 100644 --- a/dsm_client/frontend/package.json +++ b/dsm_client/frontend/package.json @@ -44,12 +44,12 @@ "ci": "npm run clean && npm run type-check && npm run lint && npm run test:ci && npm run build:android-webpack && npm run copy:android && npm run validate:android-assets" }, "dependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "buffer": "^6.0.3", "html5-qrcode": "^2.3.8", "qrcode": "^1.5.4", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.7" }, "devDependencies": {