From c3a12b7bb6df0f7b6cc9a6d6fdd1dd3c9740bac0 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Mon, 2 Aug 2021 12:09:16 +0200 Subject: [PATCH] upgrade webpack-sources to 3.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a4f8cadaa81..76113ef53e2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.2.0", - "webpack-sources": "^3.1.1" + "webpack-sources": "^3.2.0" }, "peerDependenciesMeta": { "webpack-cli": { diff --git a/yarn.lock b/yarn.lock index 70cca22ab44..4fa4b9f0f0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6157,10 +6157,10 @@ webpack-sources@^1.1.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack-sources@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.1.1.tgz#586d15bc9a9723765f6a735f672357d6402f9c57" - integrity sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ== +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== whatwg-encoding@^1.0.5: version "1.0.5"