From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 07:37:33 +0000 (+0000) Subject: build(deps-dev): bump webpack from 4.41.4 to 4.41.5 X-Git-Tag: v4.0.0-alpha.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045e86ba103d2d76adb6ff838c5bf6c8ff439773;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 4.41.4 to 4.41.5 Bumps [webpack](https://github.com/webpack/webpack) from 4.41.4 to 4.41.5. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.4...v4.41.5) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 4a95ce79..1692e64f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "vue": "^2.6.11", "vue-server-renderer": "^2.6.11", "vue-template-compiler": "^2.6.11", - "webpack": "^4.41.4", + "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.9.0" } diff --git a/yarn.lock b/yarn.lock index 48f2af3e..bddb2d52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7576,10 +7576,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.4: - version "4.41.4" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.4.tgz#4bec4125224bdf50efa8be6226c19047599cd034" - integrity sha512-Lc+2uB6NjpCWsHI3trkoISOI64h9QYIXenbEWj3bn3oyjfB1lEBXjWAfAyY2sM0rZn41oD5V91OLwKRwS6Wp8Q== +webpack@^4.41.5: + version "4.41.5" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.5.tgz#3210f1886bce5310e62bb97204d18c263341b77c" + integrity sha512-wp0Co4vpyumnp3KlkmpM5LWuzvZYayDwM2n17EHFr4qxBBbRokC7DJawPJC7TfSFZ9HZ6GsdH40EBj4UV0nmpw== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"