Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/2736

This should fix a bunch of open dependabot issues on GitHub.

Reviewed By: fabiomassimo

Differential Revision: D30539761

fbshipit-source-id: b355d41336b3b1d85b50fb0736fc1b33b12e83d0
This commit is contained in:
Pascal Hartig
2021-08-25 09:00:55 -07:00
committed by Facebook GitHub Bot
parent b601ff5a09
commit fa8827c103
8 changed files with 77 additions and 110 deletions

View File

@@ -9,7 +9,7 @@
"devDependencies": {
"@types/fb-watchman": "2.0.1",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-header": "^3.1.1",
@@ -37,7 +37,7 @@
],
"author": "Facebook, Inc",
"dependencies": {
"@types/node": "^16.4.13",
"@types/node": "^16.7.1",
"envinfo": "^7.8.1",
"fb-watchman": "^2.0.1"
}