From 178c21a1de4c686c7f688ba786f17f46bec6871a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:54:15 +0000 Subject: [PATCH] Bump @vitejs/plugin-react from 6.0.4 to 6.0.5 in /frontend/distiller Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.5/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/distiller/package-lock.json | 8 ++++---- frontend/distiller/package.json | 2 +- frontend/distiller/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index 0ab34799..78c2485c 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -41,7 +41,7 @@ "@testing-library/jest-dom": "^6.9.1", "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", - "@vitejs/plugin-react": "^6.0.4", + "@vitejs/plugin-react": "^6.0.5", "prettier": "^3.9.6", "pretty-quick": "^4.2.2", "vite": "^8.1.5", @@ -1882,9 +1882,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.4.tgz", - "integrity": "sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz", + "integrity": "sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index d7db4b29..8c41170e 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -36,7 +36,7 @@ "@testing-library/jest-dom": "^6.9.1", "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", - "@vitejs/plugin-react": "^6.0.4", + "@vitejs/plugin-react": "^6.0.5", "prettier": "^3.9.6", "pretty-quick": "^4.2.2", "vite": "^8.1.5", diff --git a/frontend/distiller/yarn.lock b/frontend/distiller/yarn.lock index 16984568..65a5b953 100644 --- a/frontend/distiller/yarn.lock +++ b/frontend/distiller/yarn.lock @@ -894,10 +894,10 @@ resolved "https://registry.yarnpkg.com/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz#cf3b7b0d6ce5635daca4c8e01c189cdcde47ec3c" integrity sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g== -"@vitejs/plugin-react@^6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-6.0.4.tgz#a35834ba6e468bcad685ec8d04a53bf0cebcc2ff" - integrity sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg== +"@vitejs/plugin-react@^6.0.5": + version "6.0.5" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz#48ee7951093ff9054952cff9d64e874355cde372" + integrity sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA== dependencies: "@rolldown/pluginutils" "^1.0.1"