From ac47093fde6dc9dad68f76632f9268e2bb009875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:58:18 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 2 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: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 2 updates in the /studio-frontend/packages/ui directory: [axios](https://github.com/axios/axios) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.21 to 8.0.7 - [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.0.7/packages/vite) Updates `axios` from 1.12.0 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5) Updates `axios` from 1.12.0 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5) Updates `vite` from 5.4.21 to 8.0.7 - [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.0.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.7 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.0.7 dependency-type: direct:development 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 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-frontend/react/package.json b/app-frontend/react/package.json index 1180caf..19e486b 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.0.7", "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 672fe82..3815731 100644 --- a/studio-frontend/packages/server/package.json +++ b/studio-frontend/packages/server/package.json @@ -59,7 +59,7 @@ "@types/lodash": "^4.17.20", "@types/uuid": "^9.0.7", "async-mutex": "^0.4.0", - "axios": "1.12.0", + "axios": "1.13.5", "content-disposition": "0.5.4", "cors": "^2.8.5", "crypto-js": "^4.1.1", diff --git a/studio-frontend/packages/ui/package.json b/studio-frontend/packages/ui/package.json index 9939ac0..e1df2a5 100644 --- a/studio-frontend/packages/ui/package.json +++ b/studio-frontend/packages/ui/package.json @@ -33,7 +33,7 @@ "@uiw/codemirror-theme-sublime": "^4.21.21", "@uiw/codemirror-theme-vscode": "^4.21.21", "@uiw/react-codemirror": "^4.21.21", - "axios": "1.12.0", + "axios": "1.13.5", "clsx": "^1.1.1", "dompurify": "^3.2.6", "dotenv": "^16.0.0", @@ -111,7 +111,7 @@ "rimraf": "^5.0.5", "sass": "^1.42.1", "typescript": "^5.4.5", - "vite": "^5.0.2", + "vite": "^8.0.7", "vite-plugin-pwa": "^0.17.0", "vite-plugin-react-js-support": "^1.0.7" }