diff --git a/package-lock.json b/package-lock.json index 9c4fb4f0f..6c6cdcc39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.2", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^52.0.0", "husky": "^9.0.11", "jasmine-core": "~4.6.0", "jasmine-spec-reporter": "~5.0.0", @@ -15523,9 +15523,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "50.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz", - "integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==", + "version": "52.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-52.0.0.tgz", + "integrity": "sha512-1Yzm7/m+0R4djH0tjDjfVei/ju2w3AzUGjG6q8JnuNIL5xIwsflyCooW5sfBvQp2pMYQFSWWCFONsjCax1EHng==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", diff --git a/package.json b/package.json index 7ff3e5f50..eef11da44 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.2", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^52.0.0", "husky": "^9.0.11", "jasmine-core": "~4.6.0", "jasmine-spec-reporter": "~5.0.0",