From 1ffd00119d23c663661d90bbc7abb613b790f7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 10:02:30 +0200 Subject: [PATCH] build(deps-dev): bump webpack from 5.58.2 to 5.59.0 in /ui (#341) Bumps [webpack](https://github.com/webpack/webpack) from 5.58.2 to 5.59.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.58.2...v5.59.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index fc2c98f666d..ccb90aeb4d7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -93,6 +93,6 @@ "ts-jest": "^27.0.5", "ts-node": "^10.3.0", "typescript": "^4.3.5", - "webpack": "^5.58.2" + "webpack": "^5.59.0" } } diff --git a/ui/yarn.lock b/ui/yarn.lock index d73ac38ddf2..9a6ae64fcf2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -16961,10 +16961,10 @@ webpack@4: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@^5.58.2, webpack@^5.9.0: - version "5.58.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.58.2.tgz#6b4af12fc9bd5cbedc00dc0a2fc2b9592db16b44" - integrity sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw== +webpack@^5.59.0, webpack@^5.9.0: + version "5.59.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.59.0.tgz#a5038fc0d4d9350ee528e7e1e0282080c63efcf5" + integrity sha512-2HiFHKnWIb/cBfOfgssQn8XIRvntISXiz//F1q1+hKMs+uzC1zlVCJZEP7XqI1wzrDyc/ZdB4G+MYtz5biJxCA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50"