From 3a6f2973c4852bea0d55c124ca730e5e827b0f84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 17:23:39 +0200 Subject: [PATCH] chore(deps-dev): bump webpack from 4.39.0 to 4.39.1 (#340) Bumps [webpack](https://github.com/webpack/webpack) from 4.39.0 to 4.39.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.0...v4.39.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 18ad2f6..1e376ec 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "ts-loader": "^6.0.4", "typescript": "^3.5.3", "vscode": "^1.1.36", - "webpack": "^4.39.0", + "webpack": "^4.39.1", "webpack-cli": "^3.3.6" }, "engines": { diff --git a/yarn.lock b/yarn.lock index af3d78b..d8fce88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3957,10 +3957,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.39.0: - version "4.39.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.0.tgz#1d511308c3dd8f9fe3152c9447ce30f1814a620c" - integrity sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA== +webpack@^4.39.1: + version "4.39.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.1.tgz#60ed9fb2b72cd60f26ea526c404d2a4cc97a1bd8" + integrity sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"