From 761408f21767d9f0316712d6c6925c26f08e0468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 22:24:44 +0000 Subject: [PATCH] npm(dashboard): bump @types/node in /control-plane/dashboard-ui Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.5 to 26.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- control-plane/dashboard-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/dashboard-ui/package.json b/control-plane/dashboard-ui/package.json index 6a3e940..b043306 100644 --- a/control-plane/dashboard-ui/package.json +++ b/control-plane/dashboard-ui/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@tanstack/router-plugin": "^1.130.0", - "@types/node": "^25.6.0", + "@types/node": "^26.1.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1",