From 81b471c08deb20051e7cedf5417749c6a2d53c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:11:59 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react in /client in the react group Bumps the react group in /client with 1 update: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/react` from 19.2.5 to 19.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 19 ++++++++++--------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9546188dc..4593ce5f0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,7 +23,7 @@ "zustand": "^5.0.8" }, "devDependencies": { - "@types/react": "^19.2.5", + "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/ssh2": "^1.15.5", "@types/uuid": "^11.0.0", @@ -42,13 +42,13 @@ "dev": true }, "node_modules/@types/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.5.tgz", - "integrity": "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", + "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", "devOptional": true, "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -307,10 +307,11 @@ } }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "devOptional": true + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", + "devOptional": true, + "license": "MIT" }, "node_modules/debug": { "version": "4.3.5", diff --git a/client/package.json b/client/package.json index 0c26cd528..6d76aa113 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "zustand": "^5.0.8" }, "devDependencies": { - "@types/react": "^19.2.5", + "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/ssh2": "^1.15.5", "@types/uuid": "^11.0.0",