From 2c6153bfd9fa66382c1b3e20bdccc0dded3da0d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 09:34:14 +0000 Subject: [PATCH] Bump webpack-stream from 6.1.0 to 6.1.1 Bumps [webpack-stream](https://github.com/shama/webpack-stream) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/shama/webpack-stream/releases) - [Commits](https://github.com/shama/webpack-stream/compare/v6.1.0...v6.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3014744091..5525a5611c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "stylelint-order": "^4.1.0", "webpack": "^5.4.0", "webpack-merge": "^4.2.2", - "webpack-stream": "^6.1.0", + "webpack-stream": "^6.1.1", "worker-plugin": "^5.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index d5ac011438..5a10944073 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12213,10 +12213,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack-stream@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/webpack-stream/-/webpack-stream-6.1.0.tgz#047348e36793432f329c7b5ff13e6e9b6872c152" - integrity sha512-kFMnDzFTzyvVmn4ajaj0xEJavvYizd3I/KmQ6C5aUstcAkNwZUidxkk/uEaEPSydaAn66v8ZcP1+bhKSshNJUQ== +webpack-stream@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/webpack-stream/-/webpack-stream-6.1.1.tgz#8db6b1efdbebf796b1e30ac1256645f4a3cf5867" + integrity sha512-XRd4ydP5H43twoLfh541VRtEg0ig/GJQnR0D3npjSOhjHsAUaYDEFoAUZwH+tfWSHyp6OyVJPYHRPmRoyCDYBA== dependencies: fancy-log "^1.3.3" lodash.clone "^4.3.2"