From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 10:17:05 +0000 (+0000) Subject: build(deps-dev): bump webpack from 4.44.0 to 4.44.1 X-Git-Tag: v4.0.0-beta.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb7867349cdf054c09382e84a623d4c938087be;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 4.44.0 to 4.44.1 Bumps [webpack](https://github.com/webpack/webpack) from 4.44.0 to 4.44.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.0...v4.44.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index c98328e9..96b676a0 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "typescript": "^3.9.7", "vue": "^3.0.0-beta.20", "vue-loader": "^16.0.0-beta.4", - "webpack": "^4.44.0", + "webpack": "^4.44.1", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index e82c44fe..c3286b53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10521,10 +10521,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.43.0, webpack@^4.44.0: - version "4.44.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.0.tgz#3b08f88a89470175f036f4a9496b8a0428668802" - integrity sha512-wAuJxK123sqAw31SpkPiPW3iKHgFUiKvO7E7UZjtdExcsRe3fgav4mvoMM7vvpjLHVoJ6a0Mtp2fzkoA13e0Zw== +webpack@^4.43.0, webpack@^4.44.1: + version "4.44.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" + integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0"