From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 05:37:42 +0000 (+0000) Subject: build(deps-dev): bump webpack from 4.36.1 to 4.37.0 X-Git-Tag: v4.0.0-alpha.0~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8fb17ec2562f43efe02ea2f7cb72992393be01;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 4.36.1 to 4.37.0 Bumps [webpack](https://github.com/webpack/webpack) from 4.36.1 to 4.37.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v4.37.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 61e22734..f67d055f 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.36.1", + "webpack": "^4.37.0", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2" }, diff --git a/yarn.lock b/yarn.lock index 6c0f8e1e..6d389ba2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6536,10 +6536,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.36.1: - version "4.36.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.36.1.tgz#f546fda7a403a76faeaaa7196c50d12370ed18a9" - integrity sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg== +webpack@^4.37.0: + version "4.37.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.37.0.tgz#3508ef10f7996612c2be6026076d89760f776f54" + integrity sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"