diff --git a/package.json b/package.json index e386725b..5d07699d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grist-core", - "version": "0.7.1", + "version": "0.7.2", "license": "Apache-2.0", "description": "Grist is the evolution of spreadsheets", "homepage": "https://github.com/gristlabs/grist-core", @@ -58,6 +58,7 @@ "selenium-webdriver": "3.6.0", "source-map-loader": "^0.2.4", "stats-webpack-plugin": "^0.7.0", + "tmp-promise": "1.0.5", "typescript": "3.9.3", "webpack": "4.41.0", "webpack-cli": "3.3.2", diff --git a/yarn.lock b/yarn.lock index a0ef6ed3..ddba023c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -899,7 +899,7 @@ bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -bluebird@3.7.2, bluebird@^3.3.3, bluebird@^3.5.5: +bluebird@3.7.2, bluebird@^3.3.3, bluebird@^3.5.0, bluebird@^3.5.5: version "3.7.2" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== @@ -6377,6 +6377,14 @@ timers-browserify@^2.0.4: dependencies: setimmediate "^1.0.4" +tmp-promise@1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-1.0.5.tgz#3208d7fa44758f86a2a4c4060f3c33fea30e8038" + integrity sha512-hOabTz9Tp49wCozFwuJe5ISrOqkECm6kzw66XTP23DuzNU7QS/KiZq5LC9Y7QSy8f1rPSLy4bKaViP0OwGI1cA== + dependencies: + bluebird "^3.5.0" + tmp "0.0.33" + tmp@0.0.30: version "0.0.30" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.30.tgz#72419d4a8be7d6ce75148fd8b324e593a711c2ed"