From f5f4e4f34834fa886a3ecfb248055d2748a02ecd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 07:04:29 +0000 Subject: [PATCH] chore: bump webpack from 4.41.5 to 4.41.6 Bumps [webpack](https://github.com/webpack/webpack) from 4.41.5 to 4.41.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v4.41.6) 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 4395a9b2..83367ae1 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "stylelint-config-prettier": "^8.0.1", "ts-jest": "25.2.0", "typescript": "3.7.5", - "webpack": "4.41.5", + "webpack": "4.41.6", "webpack-cli": "3.3.10", "webpack-dev-middleware": "3.7.2", "webpack-dev-server": "3.10.3", diff --git a/yarn.lock b/yarn.lock index 02ae694b..4f2ec4f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13150,10 +13150,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@4.41.5: - version "4.41.5" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.5.tgz#3210f1886bce5310e62bb97204d18c263341b77c" - integrity sha512-wp0Co4vpyumnp3KlkmpM5LWuzvZYayDwM2n17EHFr4qxBBbRokC7DJawPJC7TfSFZ9HZ6GsdH40EBj4UV0nmpw== +webpack@4.41.6: + version "4.41.6" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.6.tgz#12f2f804bf6542ef166755050d4afbc8f66ba7e1" + integrity sha512-yxXfV0Zv9WMGRD+QexkZzmGIh54bsvEs+9aRWxnN8erLWEOehAKUTeNBoUbA6HPEZPlRo7KDi2ZcNveoZgK9MA== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"