From 5693059d1f7a9e21bb813c2b1fcf674e48d03663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:01:37 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /app-frontend/react directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /studio-frontend/packages/server directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 3 updates in the /studio-frontend/packages/ui directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [uuid](https://github.com/uuidjs/uuid) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Updates `vite` from 5.4.21 to 8.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite) Updates `uuid` from 9.0.1 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.1) Updates `vite` from 5.4.21 to 8.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite) Updates `uuid` from 9.0.1 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.1) Updates `react-router` from 7.18.2 to 8.3.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.0/packages/react-router) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.1.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: react-router dependency-version: 8.3.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- app-frontend/react/package.json | 2 +- studio-frontend/packages/server/package.json | 2 +- studio-frontend/packages/ui/package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-frontend/react/package.json b/app-frontend/react/package.json index f4b869d..1bc5407 100644 --- a/app-frontend/react/package.json +++ b/app-frontend/react/package.json @@ -73,7 +73,7 @@ "rollup-plugin-visualizer": "^5.14.0", "sass": "^1.83.1", "typescript": "^5.7.3", - "vite": "^5.3.1", + "vite": "^8.1.5", "vite-plugin-compression": "^0.5.1", "vite-plugin-mkcert": "^1.17.6", "vite-plugin-sass-dts": "^1.3.30", diff --git a/studio-frontend/packages/server/package.json b/studio-frontend/packages/server/package.json index 011f58f..54f49f9 100644 --- a/studio-frontend/packages/server/package.json +++ b/studio-frontend/packages/server/package.json @@ -67,7 +67,7 @@ "socket.io": "^4.6.1", "sqlite3": "^5.1.6", "typeorm": "^0.3.26", - "uuid": "^9.0.1", + "uuid": "^14.0.1", "winston": "^3.9.0", "winston-daily-rotate-file": "^5.0.0" }, diff --git a/studio-frontend/packages/ui/package.json b/studio-frontend/packages/ui/package.json index 035b3bc..1cab297 100644 --- a/studio-frontend/packages/ui/package.json +++ b/studio-frontend/packages/ui/package.json @@ -61,7 +61,7 @@ "react-perfect-scrollbar": "^1.5.8", "react-redux": "^8.0.5", "react-rewards": "^2.1.0", - "react-router": "^7.14.2", + "react-router": "^8.3.0", "react-router-dom": "~6.3.0", "react-syntax-highlighter": "^15.5.0", "reactflow": "^11.5.6", @@ -71,7 +71,7 @@ "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "socket.io-client": "^4.6.1", - "uuid": "^9.0.1", + "uuid": "^14.0.1", "yup": "^0.32.9" }, "scripts": { @@ -110,7 +110,7 @@ "rimraf": "^5.0.5", "sass": "^1.42.1", "typescript": "^5.4.5", - "vite": "^5.0.2", + "vite": "^8.1.5", "vite-plugin-pwa": "^0.17.0", "vite-plugin-react-js-support": "^1.0.7" }