diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a94d40700..123f4d2be 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -69,7 +69,7 @@ "eslint-plugin-security": "^4.0.1", "eslint-plugin-sonarjs": "^4.0.3", "eslint-plugin-testing-library": "^7.16.2", - "eslint-plugin-unicorn": "^66.0.0", + "eslint-plugin-unicorn": "^67.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jsdom": "29.1.1", "knip": "^6.16.1", @@ -6329,9 +6329,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "66.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-66.0.0.tgz", - "integrity": "sha512-+ywdy8T3foyZ2t3nRBujGa3vfOVMobHIi5iLB0L+fogdVO3EiUJ4BAyIacogWytnweLw3hgT70LQL9KoKTY/kA==", + "version": "67.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-67.0.0.tgz", + "integrity": "sha512-XEYhNfAFFFYQLq++53iqpgIPFqvjasf5lsUJuCdmd/QvbRfcLbmPTjcTyVEXc5yBudWIg08SSEGgqJtEojk1ug==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 79991032c..abdf28395 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -88,7 +88,7 @@ "eslint-plugin-security": "^4.0.1", "eslint-plugin-sonarjs": "^4.0.3", "eslint-plugin-testing-library": "^7.16.2", - "eslint-plugin-unicorn": "^66.0.0", + "eslint-plugin-unicorn": "^67.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jsdom": "29.1.1", "knip": "^6.16.1",