From e85331bc9838eda98c593e802d82018880b7dcb8 Mon Sep 17 00:00:00 2001 From: John Knox Date: Mon, 23 Mar 2020 18:41:33 -0700 Subject: [PATCH] chore(package): update @types/node to version 13.9.3 (#923) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/923 Reviewed By: mweststrate Differential Revision: D20599094 Pulled By: jknoxville fbshipit-source-id: f48e16099c50358cc798b62ecde12368c75ee3ec --- desktop/package.json | 2 +- desktop/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index b8e125427..7899e507e 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -106,7 +106,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/lodash.isequal": "^4.5.5", "@types/mkdirp": "^1.0.0", - "@types/node": "^13.7.5", + "@types/node": "^13.9.3", "@types/promise-retry": "^1.1.3", "@types/react": "^16.9.17", "@types/react-color": "^3.0.1", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index e726872ec..67955f1d0 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2721,6 +2721,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72" integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ== +"@types/node@^13.9.3": + version "13.9.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.3.tgz#6356df2647de9eac569f9a52eda3480fa9e70b4d" + integrity sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA== + "@types/promise-retry@^1.1.3": version "1.1.3" resolved "https://registry.yarnpkg.com/@types/promise-retry/-/promise-retry-1.1.3.tgz#baab427419da9088a1d2f21bf56249c21b3dd43c"