From 14f3b6c8d421147072eeac9c644a12a4a41c5428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:42:55 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react from 4.3.2 to 4.3.3 in /ui Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.2 to 4.3.3. - [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/v4.3.3/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 9 ++++----- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 8a2c615f7..094f98fdf 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -71,7 +71,7 @@ "@types/react": "17.0.50", "@types/react-dom": "17.0.17", "@vitejs/plugin-legacy": "5.4.2", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "@wojtekmaj/enzyme-adapter-react-17": "0.8.0", "csstype": "3.1.2", "diffable-html": "5.0.0", @@ -5064,11 +5064,10 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz", - "integrity": "sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", + "integrity": "sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.25.2", "@babel/plugin-transform-react-jsx-self": "^7.24.7", diff --git a/ui/package.json b/ui/package.json index f112d3e5f..d48e3e4b0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -67,7 +67,7 @@ "@types/react": "17.0.50", "@types/react-dom": "17.0.17", "@vitejs/plugin-legacy": "5.4.2", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "@wojtekmaj/enzyme-adapter-react-17": "0.8.0", "csstype": "3.1.2", "diffable-html": "5.0.0",