diff --git a/package.json b/package.json index 3f0be8f..2d318c7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "watch": "concurrently --kill-others 'tsc -w' 'tsc -w -p tests/tsconfig.json' 'mocha --watch dist/tests/'" }, "dependencies": { - "@types/tmp": "^0.0.33", + "@types/tmp": "^0.2.0", "broccoli": "^2.0.0", "fixturify": "^0.3.2", "fs-tree-diff": "^0.5.9", diff --git a/yarn.lock b/yarn.lock index c5fe9d9..c1d1a34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -132,10 +132,10 @@ resolved "https://registry.yarnpkg.com/@types/string/-/string-0.0.29.tgz#9b6de0ec6884bdbe9520a0e4022886b57759f5fa" integrity sha512-p8YTvb6vTWL38JxSe1rCduwP2l0jNRZpHlDUWqLt5A3F4SOc7yBPPd3jBiSk3b66urjs2tFM2QOhf4yEzz9wiQ== -"@types/tmp@^0.0.33": - version "0.0.33" - resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d" - integrity sha1-EHPEvIJHVK49EM+riKsCN7qWTk0= +"@types/tmp@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.0.tgz#e3f52b4d7397eaa9193592ef3fdd44dc0af4298c" + integrity sha512-flgpHJjntpBAdJD43ShRosQvNC0ME97DCfGvZEDlAThQmnerRXrLbX6YgzRBQCZTthET9eAWFAMaYP0m0Y4HzQ== "@types/yargs@^10.0.1": version "10.0.2"