From 40f2235d39a7680de3e6546440b1853023db68d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 23 May 2019 16:44:38 +0200 Subject: [PATCH] chore(deps-dev): bump webpack from 4.32.1 to 4.32.2 (#275) Bumps [webpack](https://github.com/webpack/webpack) from 4.32.1 to 4.32.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.32.1...v4.32.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d762238..f565cb5 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "ts-loader": "^6.0.1", "typescript": "^3.4.5", "vscode": "^1.1.34", - "webpack": "^4.32.1", + "webpack": "^4.32.2", "webpack-cli": "^3.3.2" }, "engines": { diff --git a/yarn.lock b/yarn.lock index b9659e3..7468553 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3889,10 +3889,10 @@ webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.32.1: - version "4.32.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.32.1.tgz#afe0cc7dd2b196e5a58f8d1d385311cfbb5d68c0" - integrity sha512-R0S2tfWP2tZ8ZC2dwgnUVfa9LPvhGWJXjqfgIQ6jply+9ncBbt8IZ9p83uVeqsZ/s8zKA3XyepciWNHnSxxnHg== +webpack@^4.32.2: + version "4.32.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.32.2.tgz#3639375364a617e84b914ddb2c770aed511e5bc8" + integrity sha512-F+H2Aa1TprTQrpodRAWUMJn7A8MgDx82yQiNvYMaj3d1nv3HetKU0oqEulL9huj8enirKi8KvEXQ3QtuHF89Zg== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"