diff --git a/package.json b/package.json index 49196505458..330dcc23e91 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "devDependencies": { "@babel/core": "^7.12.9", "@babel/eslint-parser": "^7.14.7", - "@babel/eslint-plugin": "^7.13.0", + "@babel/eslint-plugin": "^7.19.1", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12", "@babel/runtime": "^7.12.5", diff --git a/yarn.lock b/yarn.lock index 59fc00f8f6e..cf2ce8927c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -225,10 +225,10 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.0" -"@babel/eslint-plugin@^7.13.0": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.14.5.tgz#70b76608d49094062e8da2a2614d50fec775c00f" - integrity sha512-nzt/YMnOOIRikvSn2hk9+W2omgJBy6U8TN0R+WTTmqapA+HnZTuviZaketdTE9W7/k/+E/DfZlt1ey1NSE39pg== +"@babel/eslint-plugin@^7.19.1": + version "7.19.1" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.19.1.tgz#8bfde4b6e4380ea038e7947a765fe536c3057a4c" + integrity sha512-ElGPkQPapKMa3zVqXHkZYzuL7I5LbRw9UWBUArgWsdWDDb9XcACqOpBib5tRPA9XvbVZYrFUkoQPbiJ4BFvu4w== dependencies: eslint-rule-composer "^0.3.0"