diff --git a/package.json b/package.json index c54148c..950cbff 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@commitlint/config-conventional": "^13.2.0", "@types/html-webpack-plugin": "^3.2.3", "@types/jest": "^27.0.2", - "@types/webpack-sources": "^2.1.0", + "@types/webpack-sources": "^3.2.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^4.15.2", "eslint": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index 56c2b96..89cfacc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -883,10 +883,10 @@ dependencies: source-map "^0.6.1" -"@types/webpack-sources@*", "@types/webpack-sources@^2.1.0": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.1.tgz#6af17e3a3ded71eec2b98008d7c12f498a0a4506" - integrity sha512-MjM1R6iuw8XaVbtkCBz0N349cyqBjJHCbQiOeppe3VBeFvxqs74RKHAVt9LkxTnUWc7YLZOEsUfPUnmK6SBPKQ== +"@types/webpack-sources@*", "@types/webpack-sources@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== dependencies: "@types/node" "*" "@types/source-list-map" "*"