From 75024f6e564ec4f1b0bf50e6b79d3a12ef2c504f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Oct 2021 17:19:27 +0000 Subject: [PATCH] Update dependency webpack to v5.58.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 56e207f..954ca6d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ts-jest": "27.0.5", "ts-loader": "9.2.6", "typescript": "4.4.3", - "webpack": "5.57.1", + "webpack": "5.58.0", "webpack-cli": "4.9.0" }, "jest": { diff --git a/yarn.lock b/yarn.lock index a735614..0fe6e6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5989,10 +5989,10 @@ webpack-sources@^3.1.1, webpack-sources@^3.2.0: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d" integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA== -webpack@5.57.1: - version "5.57.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.57.1.tgz#ead5ace2c17ecef2ae8126f143bfeaa7f55eab44" - integrity sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg== +webpack@5.58.0: + version "5.58.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.58.0.tgz#9ec621cf8534f23c25e779e7c35dfde1211d5ccb" + integrity sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50"