diff --git a/package-lock.json b/package-lock.json index d5a1267b..4a26c9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "c8": "^9.1.0", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-unicorn": "^53.0.0", + "eslint-plugin-unicorn": "^54.0.0", "husky": "^9.0.7", "npm-run-all2": "^6.1.2", "release-it": "^17.0.3", @@ -4339,9 +4339,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "53.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-53.0.0.tgz", - "integrity": "sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==", + "version": "54.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz", + "integrity": "sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.24.5", diff --git a/package.json b/package.json index 29c0fcc9..a610e174 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "c8": "^9.1.0", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-unicorn": "^53.0.0", + "eslint-plugin-unicorn": "^54.0.0", "husky": "^9.0.7", "npm-run-all2": "^6.1.2", "release-it": "^17.0.3",