From 93e50ead0e5028658a88e2c31f0ca2e0d59d2060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:06:30 +0000 Subject: [PATCH] chore(deps): bump react from 18.3.1 to 19.2.8 in /dashboard Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 18.3.1 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) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 17 +++++++---------- dashboard/package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) mode change 100755 => 100644 dashboard/package-lock.json mode change 100755 => 100644 dashboard/package.json diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json old mode 100755 new mode 100644 index 3c725b7..46ace37 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -8,7 +8,7 @@ "name": "vaultwatch-dashboard", "version": "4.0.0", "dependencies": { - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "recharts": "^2.12.7" }, @@ -1589,9 +1589,9 @@ "license": "MIT" }, "node_modules/fast-equals": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz", - "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.1.tgz", + "integrity": "sha512-DjlFSM5Pk9cGcL0q5QXl66eGzx0N6szNgaswwc5ZphlBohjTVJSnGgI+rJVOgOi65qUoQnDZN4nDqi33udtydQ==", "license": "MIT", "engines": { "node": ">=6.0.0" @@ -1790,13 +1790,10 @@ "license": "MIT" }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "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", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/dashboard/package.json b/dashboard/package.json old mode 100755 new mode 100644 index 2ab94fa..3844a43 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "recharts": "^2.12.7" },