From ac2234de2a03651a9ca31a77ab3b9265a0b8bc3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 12:36:58 +0000 Subject: [PATCH] Bump webpack-stream from 3.2.0 to 6.0.0 Bumps [webpack-stream](https://github.com/shama/webpack-stream) from 3.2.0 to 6.0.0. - [Release notes](https://github.com/shama/webpack-stream/releases) - [Commits](https://github.com/shama/webpack-stream/compare/v3.2.0...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13ac41a..94c4487 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mocha": "^3.4.2", "socket.io": "^1.4.8", "socket.io-client": "^1.4.8", - "webpack-stream": "^3.2.0" + "webpack-stream": "^6.0.0" }, "dependencies": { "fast-diff": "^1.0.1",