From 303e82028d0be33209d52649784e00c152427029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:13:27 +0000 Subject: [PATCH] Bump @vitejs/plugin-legacy from 8.0.0 to 8.0.1 Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy) from 8.0.0 to 8.0.1. - [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/v8.0.1/packages/plugin-legacy) --- updated-dependencies: - dependency-name: "@vitejs/plugin-legacy" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 46 ++++++++-------------------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cff43b..c152f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "kekupload-client", "version": "v2.0.2a3", "dependencies": { - "@vitejs/plugin-legacy": "^8.0.0", + "@vitejs/plugin-legacy": "^8.0.1", "crypto-js": "^4.2.0", "kekupload-lib-ts": "2.0.2-alpha4", "prettier": "^3.8.1", @@ -1648,9 +1648,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1667,9 +1664,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1680,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1705,9 +1696,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1724,9 +1712,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1743,9 +1728,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1901,20 +1883,20 @@ } }, "node_modules/@vitejs/plugin-legacy": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.0.0.tgz", - "integrity": "sha512-o5BmEuu4N+woyv+yUsiDrMUfMntJ1kEJITUYLd2ELOAETObwkWNFn5GNIQLLGx8liaobIvoXeSRiM/aYVIaeTQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.0.1.tgz", + "integrity": "sha512-8zeDeuNPqXd49rIVgFgluQYB8vQICHR7l+W2I3CxYK4gTjTorajVr0wLvSjALIwEwLRxBn68EgNVyGP4j6hP7w==", "license": "MIT", "dependencies": { "@babel/core": "^7.29.0", "@babel/plugin-transform-dynamic-import": "^7.27.1", "@babel/plugin-transform-modules-systemjs": "^7.29.0", - "@babel/preset-env": "^7.29.0", - "babel-plugin-polyfill-corejs3": "^0.14.1", - "babel-plugin-polyfill-regenerator": "^0.6.7", + "@babel/preset-env": "^7.29.2", + "babel-plugin-polyfill-corejs3": "^0.14.2", + "babel-plugin-polyfill-regenerator": "^0.6.8", "browserslist": "^4.28.1", "browserslist-to-esbuild": "^2.1.1", - "core-js": "^3.48.0", + "core-js": "^3.49.0", "magic-string": "^0.30.21", "regenerator-runtime": "^0.14.1", "systemjs": "^6.15.1" @@ -2520,9 +2502,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2543,9 +2522,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2566,9 +2542,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2589,9 +2562,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 41a3c20..3960736 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "vite": "^8.0.1" }, "dependencies": { - "@vitejs/plugin-legacy": "^8.0.0", + "@vitejs/plugin-legacy": "^8.0.1", "crypto-js": "^4.2.0", "kekupload-lib-ts": "2.0.2-alpha4", "prettier": "^3.8.1",