From 65a78e9ab412978bf793c67ea5a9b3f8ecb53016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:07:29 +0000 Subject: [PATCH] chore(deps): bump vite-plugin-node-polyfills from 0.24.0 to 0.25.0 Bumps [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases) - [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: vite-plugin-node-polyfills dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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": {