diff --git a/package-lock.json b/package-lock.json index 0b62d4f75..c4e68793e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-config-xo": "^0.39.0", "eslint-config-xo-typescript": "^0.47.1", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-unicorn": "^38.0.1", + "eslint-plugin-unicorn": "^39.0.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-eslint-new": "^1.0.0", @@ -3117,9 +3117,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.14.9", @@ -14299,9 +14299,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==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.9", diff --git a/package.json b/package.json index ae15238e6..97dd49399 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-xo": "^0.39.0", "eslint-config-xo-typescript": "^0.47.1", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-unicorn": "^38.0.1", + "eslint-plugin-unicorn": "^39.0.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-eslint-new": "^1.0.0",