diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index bc0601d3b..e497aea55 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -11,7 +11,7 @@ "bugs": "https://github.com/facebook/flipper/issues", "dependencies": { "@typescript-eslint/experimental-utils": "^5.13.0", - "@typescript-eslint/parser": "^5.13.0", + "@typescript-eslint/parser": "^5.14.0", "fs-extra": "^10.0.1" }, "devDependencies": {}, diff --git a/desktop/package.json b/desktop/package.json index 7689f5c93..162769ef0 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -70,7 +70,7 @@ "@babel/eslint-parser": "^7.17.0", "@types/jest": "^26.0.24", "@typescript-eslint/eslint-plugin": "^5.14.0", - "@typescript-eslint/parser": "^5.13.0", + "@typescript-eslint/parser": "^5.14.0", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "electron": "11.2.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index da55ce8a5..3eb051046 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -3138,14 +3138,14 @@ dependencies: "@typescript-eslint/utils" "5.13.0" -"@typescript-eslint/parser@^5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c" - integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg== +"@typescript-eslint/parser@^5.14.0": + version "5.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.14.0.tgz#7c79f898aa3cff0ceee6f1d34eeed0f034fb9ef3" + integrity sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw== dependencies: - "@typescript-eslint/scope-manager" "5.13.0" - "@typescript-eslint/types" "5.13.0" - "@typescript-eslint/typescript-estree" "5.13.0" + "@typescript-eslint/scope-manager" "5.14.0" + "@typescript-eslint/types" "5.14.0" + "@typescript-eslint/typescript-estree" "5.14.0" debug "^4.3.2" "@typescript-eslint/scope-manager@5.13.0":