From 6766fb9d56218a22a2bb1aadc01dfa0d06693a43 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 07:57:03 -0800 Subject: [PATCH] =?UTF-8?q?Update=20@types/node=20in=20group=20pkg=20to=20?= =?UTF-8?q?the=20latest=20version=20=EF=BF=BD=20(#841)?= 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/841 Reviewed By: mweststrate Differential Revision: D20184881 Pulled By: passy fbshipit-source-id: e08d8bda9f9382bd5c9f2c44759a4a778f4de156 --- pkg/package.json | 2 +- pkg/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/package.json b/pkg/package.json index cee090138..bcc1aa6d3 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -16,7 +16,7 @@ "@oclif/plugin-help": "^2", "@types/fs-extra": "^8.1.0", "@types/inquirer": "^6.5.0", - "@types/node": "^10", + "@types/node": "^13.7.5", "fs-extra": "^8.1.0", "inquirer": "^7.0.4", "listr": "^0.14.3", diff --git a/pkg/yarn.lock b/pkg/yarn.lock index 38f7bd422..4aef37ee4 100644 --- a/pkg/yarn.lock +++ b/pkg/yarn.lock @@ -506,10 +506,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.2.tgz#50375b95b5845a34efda2ffb3a087c7becbc46c6" integrity sha512-uvilvAQbdJvnSBFcKJ2td4016urcGvsiR+N4dHGU87ml8O2Vl6l+ErOi9w0kXSPiwJ1AYlIW+0pDXDWWMOiWbw== -"@types/node@^10": - version "10.17.15" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.15.tgz#bfff4e23e9e70be6eec450419d51e18de1daf8e7" - integrity sha512-daFGV9GSs6USfPgxceDA8nlSe48XrVCJfDeYm7eokxq/ye7iuOH87hKXgMtEAVLFapkczbZsx868PMDT1Y0a6A== +"@types/node@^13.7.5": + 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"