diff --git a/package-lock.json b/package-lock.json index 91dbea2..5b18814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "5.1.0", - "eslint-plugin-unicorn": "35.0.0", + "eslint-plugin-unicorn": "36.0.0", "husky": "7.0.2", "jest": "27.1.1", "lint-staged": "11.1.2", @@ -8583,8 +8583,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "35.0.0", - "integrity": "sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==", + "version": "36.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-36.0.0.tgz", + "integrity": "sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.14.9", @@ -8607,7 +8608,7 @@ "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" }, "peerDependencies": { - "eslint": ">=7.28.0" + "eslint": ">=7.32.0" } }, "node_modules/eslint-plugin-unicorn/node_modules/find-up": { @@ -30992,8 +30993,9 @@ "requires": {} }, "eslint-plugin-unicorn": { - "version": "35.0.0", - "integrity": "sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==", + "version": "36.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-36.0.0.tgz", + "integrity": "sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.9", diff --git a/package.json b/package.json index 4955733..4aa008d 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "5.1.0", - "eslint-plugin-unicorn": "35.0.0", + "eslint-plugin-unicorn": "36.0.0", "husky": "7.0.2", "jest": "27.1.1", "lint-staged": "11.1.2",