diff --git a/package-lock.json b/package-lock.json index cb072f3..1604d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "crypto-browserify": "^3.12.1", "events": "^3.3.0", "stream-browserify": "^3.0.0", - "vite-plugin-node-polyfills": "^0.24.0", + "vite-plugin-node-polyfills": "^0.25.0", "zod": "^4.3.5" }, "bin": { @@ -4329,13 +4329,13 @@ } }, "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==", "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" diff --git a/package.json b/package.json index 0b7b33a..9b1fee7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "crypto-browserify": "^3.12.1", "events": "^3.3.0", "stream-browserify": "^3.0.0", - "vite-plugin-node-polyfills": "^0.24.0", + "vite-plugin-node-polyfills": "^0.25.0", "zod": "^4.3.5" }, "devDependencies": {