From af501952c233892e1e2c176f7c6603bd572f8fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 03:03:18 +0000 Subject: [PATCH] Bump webpack from 5.58.2 to 5.59.1 in /frontend Bumps [webpack](https://github.com/webpack/webpack) from 5.58.2 to 5.59.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.58.2...v5.59.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 4f365cf149..ef42a14da0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "vue-loader": "^15", "vue-template-compiler": "^2.6.12", "vuex": "^3.6.2", - "webpack": "^5.58.2" + "webpack": "^5.59.1" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6f76147fe3..471e73a431 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6643,10 +6643,10 @@ 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.38.1, webpack@^5.58.2: - 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.38.1, webpack@^5.59.1: + version "5.59.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.59.1.tgz#60c77e9aad796252153d4d7ab6b2d4c11f0e548c" + integrity sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50"