From 921ff4e4059ba1df8263950f3cf2d96694751b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 04:02:17 +0000 Subject: [PATCH] Bump webpack-sources from 3.2.0 to 3.2.3 Bumps [webpack-sources](https://github.com/webpack/webpack-sources) from 3.2.0 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-sources/releases) - [Commits](https://github.com/webpack/webpack-sources/compare/v3.2.0...v3.2.3) --- 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..6d2c1a4 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.3", "zip-webpack-plugin": "^4.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 46871bf..566cd7a 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.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== webpack@^5.48.0: version "5.48.0"