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",