diff --git a/package-lock.json b/package-lock.json index 5674447..b779e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@stylistic/eslint-plugin-js": "^2.1.0", "eslint": "^9.4.0", "eslint-plugin-sonarjs": "^1.0.3", - "eslint-plugin-unicorn": "^53.0.0", + "eslint-plugin-unicorn": "^54.0.0", "globals": "^15.4.0" } }, @@ -1002,9 +1002,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 960b948..d7b7aa2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@stylistic/eslint-plugin-js": "^2.1.0", "eslint": "^9.4.0", "eslint-plugin-sonarjs": "^1.0.3", - "eslint-plugin-unicorn": "^53.0.0", + "eslint-plugin-unicorn": "^54.0.0", "globals": "^15.4.0" } }