From ab9d436057990d6b13066b616b3bf173ad550729 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 05:23:32 +0000 Subject: [PATCH] Bump webpack from 4.33.0 to 4.34.0 Bumps [webpack](https://github.com/webpack/webpack) from 4.33.0 to 4.34.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.33.0...v4.34.0) 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 7c306b71..7aa7cef6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "typescript": "^3.5.1", "url-loader": "^2.0.0", "val-loader": "1.1.1", - "webpack": "^4.33.0", + "webpack": "^4.34.0", "webpack-cli": "^3.3.4", "yaml-loader": "0.5.0" }, diff --git a/yarn.lock b/yarn.lock index f469eced..6cb57026 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6509,10 +6509,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.33.0: - version "4.33.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.33.0.tgz#c30fc4307db432e5c5e3333aaa7c16a15a3b277e" - integrity sha512-ggWMb0B2QUuYso6FPZKUohOgfm+Z0sVFs8WwWuSH1IAvkWs428VDNmOlAxvHGTB9Dm/qOB/qtE5cRx5y01clxw== +webpack@^4.34.0: + version "4.34.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.34.0.tgz#a4c30129482f7b4ece4c0842002dedf2b56fab58" + integrity sha512-ry2IQy1wJjOefLe1uJLzn5tG/DdIKzQqNlIAd2L84kcaADqNvQDTBlo8UcCNyDaT5FiaB+16jhAkb63YeG3H8Q== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"