From f7ceed6d972d2a9dcec5908518ca32d5a420b0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 04:02:10 +0000 Subject: [PATCH] Bump webpack-sources from 3.2.0 to 3.2.2 Bumps [webpack-sources](https://github.com/webpack/webpack-sources) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/webpack/webpack-sources/releases) - [Commits](https://github.com/webpack/webpack-sources/compare/v3.2.0...v3.2.2) --- 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..ec8f67c 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.2", "zip-webpack-plugin": "^4.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 46871bf..a649af4 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.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260" + integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw== webpack@^5.48.0: version "5.48.0"