From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:04:43 +0000 (+0000) Subject: build(deps-dev): bump webpack from 5.1.2 to 5.1.3 X-Git-Tag: v4.0.0-rc.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8aa764f9d68bafc0471be980e03039aef00a110;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 5.1.2 to 5.1.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.1.2...v5.1.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index c38520b0..5f449041 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "vitepress": "^0.7.0", "vue": "^3.0.0-rc.9", "vue-loader": "^16.0.0-beta.8", - "webpack": "^5.1.2", + "webpack": "^5.1.3", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^4.0.0", "webpack-dev-server": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index d4a2ff57..636dc823 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11805,10 +11805,10 @@ webpack-sources@^2.0.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.1.2.tgz#00146bb721119398ecf903b38ee4fda1a81593e1" - integrity sha512-R0DKsyNS9/jkzOTkEZ7gzEKhEQZtkD5wcHGL5Z8cwpb0l+f5PgaxLlmh60od0fSu9Wk/9w+5SIJ6sZrWyzyg9w== +webpack@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.1.3.tgz#a6e4fd250ef2513f94844ae5d8f7570215a2ac49" + integrity sha512-bNBF5EOpt5a6NeCBFu0+8KJtG61cVmOb2b/a5tPNRLz3OWgDpHMbmnDkaSm3nf/UQ6ufw4PWYGVsVOAi8UfL2A== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.45"