diff --git a/package-lock.json b/package-lock.json index bfb3cf2..7debad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "globals": "^17.1.0", "typescript": "^5.9.3", "vite": "^7.3.2", - "vite-plugin-node-polyfills": "^0.25.0" + "vite-plugin-node-polyfills": "^0.26.0" } }, "node_modules/@adraffy/ens-normalize": { @@ -10190,10 +10190,11 @@ } }, "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.26.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.26.0.tgz", + "integrity": "sha512-BAe5YzJf368XGev02hDvioidx4uVH8dqEJlG73bjQSxM26/AQnGcKFomq9n3vGq5yqpSHKN4h1XQNxx9l98mBg==", "dev": true, + "license": "MIT", "dependencies": { "@rollup/plugin-inject": "^5.0.5", "node-stdlib-browser": "^1.3.1" @@ -10202,7 +10203,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/vm-browserify": { diff --git a/package.json b/package.json index 1c8506b..53c2285 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "globals": "^17.1.0", "typescript": "^5.9.3", "vite": "^7.3.2", - "vite-plugin-node-polyfills": "^0.25.0" + "vite-plugin-node-polyfills": "^0.26.0" }, "overrides": { "bn.js": "^5.2.3",