diff --git a/package.json b/package.json index 59850222657f..905c18715fa9 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "eslint-plugin-prettier-internal-rules": "2.0.1", "eslint-plugin-react": "7.27.1", "eslint-plugin-regexp": "1.5.0", - "eslint-plugin-unicorn": "38.0.1", + "eslint-plugin-unicorn": "39.0.0", "esm-utils": "2.0.0", "execa": "5.1.1", "jest": "27.3.1", diff --git a/yarn.lock b/yarn.lock index 7e05da6684e5..e9f3735b2fc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3147,10 +3147,10 @@ eslint-plugin-regexp@1.5.0: regexpp "^3.2.0" scslre "^0.1.6" -eslint-plugin-unicorn@38.0.1: - version "38.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz#f95a7fa6e8c92617cdcb4b1ddbc15d877477e73d" - integrity sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw== +eslint-plugin-unicorn@39.0.0: + version "39.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz#ee76d4f3bf37c605d89fa449d5e7c0c44c54b0cc" + integrity sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw== dependencies: "@babel/helper-validator-identifier" "^7.14.9" ci-info "^3.2.0"