diff --git a/package.json b/package.json index 77195e9..ded0382 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.1", "@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..5d379d2 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.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.1.tgz#83ecf4ec22a8c218c71db25f316619fe5b986011" + integrity sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg== "@types/url-join@^4.0.0": version "4.0.0"