diff --git a/package.json b/package.json index 5b061b7..e189592 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/mime": "^2.0.1", "@types/ramda": "types/npm-ramda#dist", "@types/stream-to-array": "^2.3.0", - "@types/tmp": "^0.1.0", + "@types/tmp": "^0.2.2", "@types/url-join": "^4.0.0", "@types/verror": "^1.10.3", "@typescript-eslint/eslint-plugin": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index bbbb43e..111072c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -891,10 +891,10 @@ dependencies: "@types/node" "*" -"@types/tmp@^0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.1.0.tgz#19cf73a7bcf641965485119726397a096f0049bd" - integrity sha512-6IwZ9HzWbCq6XoQWhxLpDjuADodH/MKXRUIDFudvgjcVdjFknvmR+DNsoUeer4XPrEnrZs04Jj+kfV9pFsrhmA== +"@types/tmp@^0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.2.tgz#424537a3b91828cb26aaf697f21ae3cd1b69f7e7" + integrity sha512-MhSa0yylXtVMsyT8qFpHA1DLHj4DvQGH5ntxrhHSh8PxUVNi35Wk+P5hVgqbO2qZqOotqr9jaoPRL+iRjWYm/A== "@types/url-join@^4.0.0": version "4.0.0"