From b3a1d9718e7652d7756242f036248dd5ad598c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 11:29:18 +0000 Subject: [PATCH] chore(deps-dev): bump node-polyfill-webpack-plugin from 1.1.4 to 2.0.0 Bumps [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) from 1.1.4 to 2.0.0. - [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.0) --- 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 13cbd347..76c51ee2 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.0", "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 c8ba3826..0cf3e6c2 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.0", "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 07bdd134..a5d1b994 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.0", "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 e25b2296..60c8e8fa 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.63.3", - "node-polyfill-webpack-plugin": "^1.0.3", + "node-polyfill-webpack-plugin": "^2.0.0", "playwright": "^1.12.3", "react-hot-loader": "^4.12.21", "rimraf": "^3.0.2",