From 46bedaa2419af3796bf858b42a2931d29f0ccd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:56:36 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-node-polyfills from 0.8.2 to 0.9.0 Bumps [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases) - [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.8.2...v0.9.0) --- updated-dependencies: - dependency-name: vite-plugin-node-polyfills dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb81bde3d7..e2f45d2990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "unzipper": "^0.10.11", "vite": "^4.3.2", "vite-plugin-dts": "^2.3.0", - "vite-plugin-node-polyfills": "^0.8.2", + "vite-plugin-node-polyfills": "^0.9.0", "vite-tsconfig-paths": "^4.2.0", "vitest": "^0.31.4" }, @@ -11420,9 +11420,9 @@ } }, "node_modules/vite-plugin-node-polyfills": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.8.2.tgz", - "integrity": "sha512-amOUVWwNvcuKxfWM9vpS8sAqvew28KXyR597OHO7BXWJFxr+QX4qB3XTDhWoRivj89TIZe4JTJTZwBHtIJ3ygQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.9.0.tgz", + "integrity": "sha512-+i+WPUuIBhJy+ODfxx6S6FTl28URCxUszbl/IL4GwrZvbqqY/8VDIp+zpjMS8Us/a7GwN4Iaqr/fVIBtkNQojQ==", "dev": true, "dependencies": { "@rollup/plugin-inject": "^5.0.3", @@ -20811,9 +20811,9 @@ } }, "vite-plugin-node-polyfills": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.8.2.tgz", - "integrity": "sha512-amOUVWwNvcuKxfWM9vpS8sAqvew28KXyR597OHO7BXWJFxr+QX4qB3XTDhWoRivj89TIZe4JTJTZwBHtIJ3ygQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.9.0.tgz", + "integrity": "sha512-+i+WPUuIBhJy+ODfxx6S6FTl28URCxUszbl/IL4GwrZvbqqY/8VDIp+zpjMS8Us/a7GwN4Iaqr/fVIBtkNQojQ==", "dev": true, "requires": { "@rollup/plugin-inject": "^5.0.3", diff --git a/package.json b/package.json index 7a774857bc..12e209d486 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "unzipper": "^0.10.11", "vite": "^4.3.2", "vite-plugin-dts": "^2.3.0", - "vite-plugin-node-polyfills": "^0.8.2", + "vite-plugin-node-polyfills": "^0.9.0", "vite-tsconfig-paths": "^4.2.0", "vitest": "^0.31.4" },