From b9ddca4346e505afb512d7caaf27c062dcc1f2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 04:01:39 +0000 Subject: [PATCH] Bump webpack-sources from 3.2.0 to 3.2.1 Bumps [webpack-sources](https://github.com/webpack/webpack-sources) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/webpack/webpack-sources/releases) - [Commits](https://github.com/webpack/webpack-sources/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: webpack-sources dependency-type: direct:development update-type: version-update:semver-patch ... 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 5eab965..a88098f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "typescript": "^4.3.5", "webpack": "^5.48.0", "webpack-cli": "^4.7.2", - "webpack-sources": "^3.2.0", + "webpack-sources": "^3.2.1", "zip-webpack-plugin": "^4.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 46871bf..9c9d46c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1989,10 +1989,10 @@ webpack-merge@^5.7.3: clone-deep "^4.0.1" wildcard "^2.0.0" -webpack-sources@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d" - integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw== +webpack-sources@^3.2.0, webpack-sources@^3.2.1: + version "3.2.1" + 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.48.0: version "5.48.0"