From ff1b3a4382473d21ea1778be4b74e3b19e5f8b8f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 09:54:46 -0800 Subject: [PATCH] =?UTF-8?q?Update=20@types/node=20in=20group=20doctor=20to?= =?UTF-8?q?=20the=20latest=20version=20=EF=BF=BD=20(#840)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `12.12.28` to `13.7.5`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [types](https://www.npmjs.com/~types) **License:** MIT [Find out more about this release](https://github.com/DefinitelyTyped/DefinitelyTyped). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/840 Reviewed By: passy Differential Revision: D20189689 Pulled By: cekkaewnumchai fbshipit-source-id: 710179a10e3f85d13fc7cfed77de2c0bfcf5153a --- doctor/package.json | 4 ++-- doctor/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doctor/package.json b/doctor/package.json index fde06c759..402d69c82 100644 --- a/doctor/package.json +++ b/doctor/package.json @@ -6,8 +6,8 @@ "types": "lib/index.d.ts", "license": "MIT", "devDependencies": { - "@types/jest": "^24.0.21", "@types/fb-watchman": "2.0.0", + "@types/jest": "^24.0.21", "@typescript-eslint/eslint-plugin": "^2.8.0", "eslint": "^6.6.0", "eslint-plugin-babel": "^5.3.0", @@ -41,7 +41,7 @@ ], "author": "Facebook, Inc", "dependencies": { - "@types/node": "^12.12.12", + "@types/node": "^13.7.7", "envinfo": "^7.4.0", "fb-watchman": "^2.0.1" } diff --git a/doctor/yarn.lock b/doctor/yarn.lock index a61264d7c..fb0d8deda 100644 --- a/doctor/yarn.lock +++ b/doctor/yarn.lock @@ -375,10 +375,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636" integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A== -"@types/node@^12.12.12": - version "12.12.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.12.tgz#529bc3e73dbb35dd9e90b0a1c83606a9d3264bdb" - integrity sha512-MGuvYJrPU0HUwqF7LqvIj50RZUX23Z+m583KBygKYUZLlZ88n6w28XRNJRJgsHukLEnLz6w6SvxZoLgbr5wLqQ== +"@types/node@^13.7.7": + version "13.7.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.7.tgz#1628e6461ba8cc9b53196dfeaeec7b07fa6eea99" + integrity sha512-Uo4chgKbnPNlxQwoFmYIwctkQVkMMmsAoGGU4JKwLuvBefF0pCq4FybNSnfkfRCpC7ZW7kttcC/TrRtAJsvGtg== "@types/stack-utils@^1.0.1": version "1.0.1"