From 0729cae133c2aa708b0e8cba550f56f37b5d2206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 06:10:48 +0000 Subject: [PATCH] build(deps-dev): Bump vite-plugin-node-polyfills from 0.27.0 to 0.28.0 Bumps [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases) - [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: vite-plugin-node-polyfills dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ca43730b..7449ddbae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "prettier": "^3.8.3", "terser": "^5.47.1", "vite": "^7.3.2", - "vite-plugin-node-polyfills": "^0.27.0", + "vite-plugin-node-polyfills": "^0.28.0", "xml2js": "^0.6.2" }, "engines": { @@ -14058,9 +14058,9 @@ } }, "node_modules/vite-plugin-node-polyfills": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.27.0.tgz", - "integrity": "sha512-snChJ2LGr1ApcuRvbzRjuM5H1TlFLUFa7mpG89HORQI9vvYhEzpig8WxW+IcFW7C6bfEd1v4db9gqrI7G5Wu8Q==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.28.0.tgz", + "integrity": "sha512-NXct/ci2ef4fRyCfTb8fk2HmR80Rv7icLd+cRH41TnUugDzdKMFKqFPpZYCFUInZMMem9bkLv5pkq02+7Xu7+w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cea00c61c..63f5861ff 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "prettier": "^3.8.3", "terser": "^5.47.1", "vite": "^7.3.2", - "vite-plugin-node-polyfills": "^0.27.0", + "vite-plugin-node-polyfills": "^0.28.0", "xml2js": "^0.6.2" }, "engines": {