From 018f5d3e7ad455d7c61b32791e6749e9085aa0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:50:46 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-legacy from 5.4.1 to 5.4.2 in /ui Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/plugin-legacy@5.4.2/packages/plugin-legacy) --- updated-dependencies: - dependency-name: "@vitejs/plugin-legacy" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 19 +++++++++---------- ui/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 49b752806..0d993f505 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -70,7 +70,7 @@ "@types/qs": "6.9.15", "@types/react": "17.0.50", "@types/react-dom": "17.0.17", - "@vitejs/plugin-legacy": "5.4.1", + "@vitejs/plugin-legacy": "5.4.2", "@vitejs/plugin-react": "4.3.1", "@wojtekmaj/enzyme-adapter-react-17": "0.8.0", "csstype": "3.1.2", @@ -4805,18 +4805,17 @@ "peer": true }, "node_modules/@vitejs/plugin-legacy": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.1.tgz", - "integrity": "sha512-kee0l7dVevCNs1l3u2PnihVunvQ0WTJL2UJ/siQGD3Iht546mR9NO16tCv32uCP6lcGO1QDLqlPqInJtV1FE7A==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.2.tgz", + "integrity": "sha512-hlyyQL+wEIyOWdwsUKX+0g3kBU4AbHmVzHarLvVKiGGGqLIYjttMvvjk6zGY8RD9dab6QuFNhDoxg0YFhQ26xA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/core": "^7.24.6", - "@babel/preset-env": "^7.24.6", - "browserslist": "^4.23.0", + "@babel/core": "^7.25.2", + "@babel/preset-env": "^7.25.3", + "browserslist": "^4.23.3", "browserslist-to-esbuild": "^2.1.1", - "core-js": "^3.37.1", - "magic-string": "^0.30.10", + "core-js": "^3.38.0", + "magic-string": "^0.30.11", "regenerator-runtime": "^0.14.1", "systemjs": "^6.15.1" }, diff --git a/ui/package.json b/ui/package.json index ce3e3055f..f00c420f2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -66,7 +66,7 @@ "@types/qs": "6.9.15", "@types/react": "17.0.50", "@types/react-dom": "17.0.17", - "@vitejs/plugin-legacy": "5.4.1", + "@vitejs/plugin-legacy": "5.4.2", "@vitejs/plugin-react": "4.3.1", "@wojtekmaj/enzyme-adapter-react-17": "0.8.0", "csstype": "3.1.2",