From f042ed8647969f08804247ca2368b29037d639e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 07:53:32 +0000 Subject: [PATCH] chore(deps-dev): bump node-polyfill-webpack-plugin from 1.1.4 to 2.0.1 Bumps [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) from 1.1.4 to 2.0.1. - [Release notes](https://github.com/Richienb/node-polyfill-webpack-plugin/releases) - [Commits](https://github.com/Richienb/node-polyfill-webpack-plugin/compare/v1.1.4...v2.0.1) --- updated-dependencies: - dependency-name: node-polyfill-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-angular/package.json | 2 +- examples/browser-service-worker/package.json | 2 +- examples/browser-webpack/package.json | 2 +- examples/http-client-bundle-webpack/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/browser-angular/package.json b/examples/browser-angular/package.json index f2331207..86b16524 100644 --- a/examples/browser-angular/package.json +++ b/examples/browser-angular/package.json @@ -43,7 +43,7 @@ "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "~1.7.0", - "node-polyfill-webpack-plugin": "^1.1.4", + "node-polyfill-webpack-plugin": "^2.0.1", "playwright": "^1.12.3", "rimraf": "^3.0.2", "test-util-ipfs-example": "^1.0.2", diff --git a/examples/browser-service-worker/package.json b/examples/browser-service-worker/package.json index 876216cf..6412f6cf 100644 --- a/examples/browser-service-worker/package.json +++ b/examples/browser-service-worker/package.json @@ -30,7 +30,7 @@ "copy-webpack-plugin": "^10.0.0", "css-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", - "node-polyfill-webpack-plugin": "^1.0.4", + "node-polyfill-webpack-plugin": "^2.0.1", "playwright": "^1.12.3", "rimraf": "^3.0.2", "stream-browserify": "^3.0.0", diff --git a/examples/browser-webpack/package.json b/examples/browser-webpack/package.json index 9ef8ee21..5eb0af05 100644 --- a/examples/browser-webpack/package.json +++ b/examples/browser-webpack/package.json @@ -30,7 +30,7 @@ "copy-webpack-plugin": "^10.0.0", "css-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", - "node-polyfill-webpack-plugin": "^1.0.4", + "node-polyfill-webpack-plugin": "^2.0.1", "playwright": "^1.12.3", "react-hot-loader": "^4.12.21", "rimraf": "^3.0.2", diff --git a/examples/http-client-bundle-webpack/package.json b/examples/http-client-bundle-webpack/package.json index 5fe201a3..3e9e029d 100644 --- a/examples/http-client-bundle-webpack/package.json +++ b/examples/http-client-bundle-webpack/package.json @@ -32,7 +32,7 @@ "css-loader": "^6.2.0", "html-webpack-plugin": "^5.3.1", "ipfs": "^0.64.0", - "node-polyfill-webpack-plugin": "^1.0.3", + "node-polyfill-webpack-plugin": "^2.0.1", "playwright": "^1.12.3", "react-hot-loader": "^4.12.21", "rimraf": "^3.0.2",