diff --git a/package.json b/package.json index db124737..26951e3d 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/jest": "26.0.23", "@types/node-fetch": "2.5.10", "@types/ramda": "0.27.40", - "@types/webpack": "5.28.0", + "@types/webpack": "5.28.3", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "babel-jest": "27.0.2", diff --git a/yarn.lock b/yarn.lock index 2d0afeac..569c0244 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2980,10 +2980,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== -"@types/webpack@5.28.0": - version "5.28.0" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.0.tgz#78dde06212f038d77e54116cfe69e88ae9ed2c03" - integrity sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w== +"@types/webpack@5.28.3": + version "5.28.3" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.3.tgz#1e84a1d70dcc89396e3217015e923cf2a865f15f" + integrity sha512-Hd0GBzpP0mO2ZKChw2V7flK45m01/2g9FalpMum2X66uouzG3P1vkxvOtLVzAWLna4N9h0s2sVjND9Slnlef8A== dependencies: "@types/node" "*" tapable "^2.2.0"