diff --git a/package-lock.json b/package-lock.json index da28c188..758c3be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^5.0.0", - "eslint-plugin-unicorn": "^38.0.0", + "eslint-plugin-unicorn": "^39.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0" }, "devDependencies": { @@ -2815,9 +2815,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "38.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz", - "integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz", + "integrity": "sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==", "dependencies": { "@babel/helper-validator-identifier": "^7.14.9", "ci-info": "^3.2.0", @@ -7648,9 +7648,9 @@ } }, "eslint-plugin-unicorn": { - "version": "38.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz", - "integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz", + "integrity": "sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==", "requires": { "@babel/helper-validator-identifier": "^7.14.9", "ci-info": "^3.2.0", diff --git a/package.json b/package.json index f951a17a..aa5b5d33 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^5.0.0", - "eslint-plugin-unicorn": "^38.0.0", + "eslint-plugin-unicorn": "^39.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0" }, "peerDependencies": {