diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index 9472ec84b..110957571 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@types/convict": "^6.1.1", "@types/express": "^4.17.17", - "@types/fs-extra": "^11.0.1", + "@types/fs-extra": "^11.0.2", "@types/google-protobuf": "^3.15.6", "@types/ioredis": "^4.28.10", "@types/lodash": "^4.14.192", diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index 0dca97436..8baf54968 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -41,7 +41,7 @@ "@conduitplatform/grpc-sdk": "*", "@types/convict": "^6.1.1", "@types/express": "^4.17.17", - "@types/fs-extra": "^11.0.1", + "@types/fs-extra": "^11.0.2", "@types/google-protobuf": "^3.15.6", "@types/ioredis": "^4.28.10", "@types/lodash": "^4.14.192", diff --git a/yarn.lock b/yarn.lock index 44bc7a143..8a4fc9042 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4321,10 +4321,10 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/fs-extra@^11.0.1": - version "11.0.1" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5" - integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA== +"@types/fs-extra@^11.0.2": + version "11.0.2" + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.2.tgz#23dc1ed7b2eba8ccd75568ac34e7a4e48aa2d087" + integrity sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ== dependencies: "@types/jsonfile" "*" "@types/node" "*"