From a5c6b4c133fcee18b46a7031be1b3f461e58db2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:30:23 +0000 Subject: [PATCH] Bump webpack-stream from 6.1.2 to 7.0.0 Bumps [webpack-stream](https://github.com/shama/webpack-stream) from 6.1.2 to 7.0.0. - [Release notes](https://github.com/shama/webpack-stream/releases) - [Commits](https://github.com/shama/webpack-stream/compare/v6.1.2...v7.0.0) --- updated-dependencies: - dependency-name: webpack-stream dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 935ec024..69fd81da 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "stylelint": "^13.7.2", "stylelint-config-takiyon": "^1.0.1", "webpack": "^5.3.2", - "webpack-stream": "^6.1.0" + "webpack-stream": "^7.0.0" }, "dependencies": { "classnames": "^2.2.5",