From da6e6705ac0f1314a6ef5bdfa6a8132ccb052e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 02:59:50 -0700 Subject: [PATCH] Bump @types/node from 15.12.2 to 15.12.4 in /desktop (#2490) Summary: Bumps [types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.12.2 to 15.12.4.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=15.12.2&new-version=15.12.4)](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/2490 Reviewed By: nikoant Differential Revision: D29264230 Pulled By: mweststrate fbshipit-source-id: 646d31335ed728211de35e4038544c0d9f18a5d9 --- 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 | 13 ++++--------- 7 files changed, 10 insertions(+), 15 deletions(-) diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index 959a7be6a..4e26eb002 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -25,7 +25,7 @@ "@babel/types": "^7.14.5", "@emotion/babel-plugin": "^11.3.0", "@types/fs-extra": "^9.0.11", - "@types/node": "^15.12.2", + "@types/node": "^15.12.4", "fs-extra": "^10.0.0", "tslib": "^2.3.0" }, diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index aeac019ba..fd1d601d3 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -37,7 +37,7 @@ ], "author": "Facebook, Inc", "dependencies": { - "@types/node": "^15.12.2", + "@types/node": "^15.12.4", "envinfo": "^7.8.1", "fb-watchman": "^2.0.1" } diff --git a/desktop/package.json b/desktop/package.json index 977f1c880..30bcc13a1 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -95,7 +95,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/mkdirp": "^1.0.0", "@types/mock-fs": "^4.13.0", - "@types/node": "^15.12.2", + "@types/node": "^15.12.4", "@types/npm-packlist": "^1.1.1", "@types/promise-retry": "^1.1.3", "@types/react": "17.0.11", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 313fd4de9..d2e9f9c19 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.11", "@types/jest": "^26.0.23", - "@types/node": "^15.12.2", + "@types/node": "^15.12.4", "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 faa90c52c..5ae6e5b1f 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -32,7 +32,7 @@ "@types/fs-extra": "^9.0.11", "@types/inquirer": "^7.3.1", "@types/jest": "^26.0.23", - "@types/node": "^15.12.2", + "@types/node": "^15.12.4", "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 d07260ad6..56adc19d8 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.11", "@types/jest": "^26.0.23", - "@types/node": "^15.12.2", + "@types/node": "^15.12.4", "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 0c8edfa9c..46dd44fa8 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -3177,21 +3177,16 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@>=10.0.0": - version "15.0.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.2.tgz#51e9c0920d1b45936ea04341aa3e2e58d339fb67" - integrity sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA== +"@types/node@*", "@types/node@>=10.0.0", "@types/node@^15.12.4": + version "15.12.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.4.tgz#e1cf817d70a1e118e81922c4ff6683ce9d422e26" + integrity sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA== "@types/node@^12.0.12": version "12.20.7" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.7.tgz#1cb61fd0c85cb87e728c43107b5fd82b69bc9ef8" integrity sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA== -"@types/node@^15.12.2": - version "15.12.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d" - integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww== - "@types/normalize-package-data@^2.4.0": version "2.4.0" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"