From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 04:54:57 +0000 (+0000) Subject: build(deps-dev): bump webpack from 4.39.0 to 4.39.1 X-Git-Tag: v4.0.0-alpha.0~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bce6d281f09995397c6077bf3eb334abfe3ba2;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 4.39.0 to 4.39.1 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] --- diff --git a/package.json b/package.json index d9f70cff..bc5cab17 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "typescript": "^3.5.3", "vue": "^2.6.10", "vue-template-compiler": "^2.6.10", - "webpack": "^4.39.0", + "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2" }, diff --git a/yarn.lock b/yarn.lock index fc70c845..b1aa9bfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6539,10 +6539,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"