diff --git a/package-lock.json b/package-lock.json index 68d1fff72..ced795003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13550,14 +13550,14 @@ } }, "node_modules/vite-plugin-node-polyfills": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.24.0.tgz", - "integrity": "sha512-GA9QKLH+vIM8NPaGA+o2t8PDfFUl32J8rUp1zQfMKVJQiNkOX4unE51tR6ppl6iKw5yOrDAdSH7r/UIFLCVhLw==", + "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==", "dev": true, "license": "MIT", "dependencies": { "@rollup/plugin-inject": "^5.0.5", - "node-stdlib-browser": "^1.2.0" + "node-stdlib-browser": "^1.3.1" }, "funding": { "url": "https://github.com/sponsors/davidmyersdev" @@ -14299,7 +14299,7 @@ "tailwindcss": "4", "typescript": "5", "vite": "7", - "vite-plugin-node-polyfills": "0.24", + "vite-plugin-node-polyfills": "0.25", "vue-tsc": "3", "vue3-spinners": "1" } diff --git a/webapp/package.json b/webapp/package.json index 5ba54e892..9dde3bedc 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -43,7 +43,7 @@ "tailwindcss": "4", "typescript": "5", "vite": "7", - "vite-plugin-node-polyfills": "0.24", + "vite-plugin-node-polyfills": "0.25", "vue-tsc": "3", "vue3-spinners": "1" }