diff --git a/test/automation/package.json b/test/automation/package.json index 8fced3ba8248e..a614ffa98b3e6 100644 --- a/test/automation/package.json +++ b/test/automation/package.json @@ -34,7 +34,7 @@ "dependencies": { "mkdirp": "^0.5.1", "ncp": "^2.0.0", - "tmp": "0.1.0", + "tmp": "0.2.3", "vscode-uri": "^2.0.3" } } diff --git a/test/automation/yarn.lock b/test/automation/yarn.lock index 11785373d40a0..5ff3d75f29458 100644 --- a/test/automation/yarn.lock +++ b/test/automation/yarn.lock @@ -1354,7 +1354,7 @@ ret@~0.1.10: resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== -rimraf@^2.6.1, rimraf@^2.6.3: +rimraf@^2.6.1: version "2.7.0" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.0.tgz#eb43198c5e2fb83b9323abee63bd87836f9a7c85" integrity sha512-4Liqw7ccABzsWV5BzeZeGRSq7KWIgQYzOcmRDEwSX4WAawlQpcAFXZ1Kid72XYrjSnK5yxOS6Gez/iGusYE/Pw== @@ -1602,12 +1602,10 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.3" -tmp@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877" - integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - dependencies: - rimraf "^2.6.3" +tmp@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae" + integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== to-object-path@^0.3.0: version "0.3.0"