diff --git a/package.json b/package.json index 9ca6b95c..23583ef6 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "@types/expect": "1.20.4", "@types/lodash": "4.14.179", "@types/mocha": "8.2.2", - "@types/mock-require": "2.0.0", + "@types/mock-require": "2.0.3", "@types/node": "14.17.3", "@types/sinon": "10.0.2", "expect": "24.1.0", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..1baf3e73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -916,10 +916,10 @@ resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz" integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw== -"@types/mock-require@2.0.0": - version "2.0.0" - resolved "https://registry.npmjs.org/@types/mock-require/-/mock-require-2.0.0.tgz" - integrity sha512-nOgjoE5bBiDeiA+z41i95makyHUSMWQMOPocP+J67Pqx/68HAXaeWN1NFtrAYYV6LrISIZZ8vKHm/a50k0f6Sg== +"@types/mock-require@2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/mock-require/-/mock-require-2.0.3.tgz#00470eaeebd3f933b7d7a9d992ee16b6a098ac15" + integrity sha512-0Hd1krmO7Dwa8haImu+eZXZ6FeCtixS8S1xvM6LWNJE5DFV5A92/zpAkQCDPOA/Z13d1xY3LqS7hpSWqlDzxrQ== dependencies: "@types/node" "*"