From 49a5842c7b9fdc64e5a46a6ca845971326f93d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 05:47:33 -0700 Subject: [PATCH] Bump @types/node from 14.14.37 to 14.14.41 in /desktop (#2207) Summary: Bumps [types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.37 to 14.14.41.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.14.37&new-version=14.14.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/2207 Reviewed By: mweststrate Differential Revision: D27945782 Pulled By: passy fbshipit-source-id: a54055baefc11614cc0f546c53a0b7c418468b4e --- desktop/babel-transformer/package.json | 2 +- desktop/doctor/package.json | 2 +- desktop/package.json | 2 +- desktop/pkg-lib/package.json | 2 +- desktop/pkg/package.json | 2 +- desktop/plugin-lib/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index 59f9b4a4e..2962b48e9 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -25,7 +25,7 @@ "@babel/types": "^7.13.12", "@emotion/babel-plugin": "^11.2.0", "@types/fs-extra": "^9.0.9", - "@types/node": "^14.14.36", + "@types/node": "^14.14.41", "fs-extra": "^9.0.1", "tslib": "^2" }, diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index f48097fb8..4c9f3bfca 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -37,7 +37,7 @@ ], "author": "Facebook, Inc", "dependencies": { - "@types/node": "^14.14.36", + "@types/node": "^14.14.41", "envinfo": "^7.7.4", "fb-watchman": "^2.0.1" } diff --git a/desktop/package.json b/desktop/package.json index 7fe5ab26f..32068aa84 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -94,7 +94,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/mkdirp": "^1.0.0", "@types/mock-fs": "^4.13.0", - "@types/node": "^14.14.36", + "@types/node": "^14.14.41", "@types/npm-packlist": "^1.1.1", "@types/promise-retry": "^1.1.3", "@types/react": "^17.0.3", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 2631a64a4..2540e567c 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.9", "@types/jest": "^26.0.22", - "@types/node": "^14.14.36", + "@types/node": "^14.14.41", "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index 77bfce255..7d8767113 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -32,7 +32,7 @@ "@types/fs-extra": "^9.0.9", "@types/inquirer": "^7.3.1", "@types/jest": "^26.0.22", - "@types/node": "^14.14.36", + "@types/node": "^14.14.41", "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index 98087471b..1e57086ac 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.9", "@types/jest": "^26.0.22", - "@types/node": "^14.14.36", + "@types/node": "^14.14.41", "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index c5c817668..609dccaa1 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2459,10 +2459,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@>=10.0.0", "@types/node@^14.14.36": - version "14.14.37" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" - integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== +"@types/node@*", "@types/node@>=10.0.0", "@types/node@^14.14.41": + version "14.14.41" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" + integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== "@types/node@^12.0.12": version "12.20.7"