diff --git a/package-lock.json b/package-lock.json index adac57071..5ca43730b 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.25.0", + "vite-plugin-node-polyfills": "^0.27.0", "xml2js": "^0.6.2" }, "engines": { @@ -14058,9 +14058,9 @@ } }, "node_modules/vite-plugin-node-polyfills": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.25.0.tgz", - "integrity": "sha512-rHZ324W3LhfGPxWwQb2N048TThB6nVvnipsqBUJEzh3R9xeK9KI3si+GMQxCuAcpPJBVf0LpDtJ+beYzB3/chg==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -14071,7 +14071,7 @@ "url": "https://github.com/sponsors/davidmyersdev" }, "peerDependencies": { - "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/vite/node_modules/@esbuild/aix-ppc64": { diff --git a/package.json b/package.json index 25c5972a2..cea00c61c 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.25.0", + "vite-plugin-node-polyfills": "^0.27.0", "xml2js": "^0.6.2" }, "engines": {