diff --git a/services/web-ui/package-lock.json b/services/web-ui/package-lock.json index 4cff0ad53..2116a5d0c 100644 --- a/services/web-ui/package-lock.json +++ b/services/web-ui/package-lock.json @@ -62,7 +62,7 @@ "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-sonarjs": "3.0.4", "eslint-plugin-storybook": "9.0.12", - "eslint-plugin-unicorn": "60.0.0", + "eslint-plugin-unicorn": "61.0.2", "jest-environment-jsdom": "29.7.0", "prettier": "3.6.2", "storybook": "9.0.12", @@ -7595,9 +7595,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "60.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz", - "integrity": "sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==", + "version": "61.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-61.0.2.tgz", + "integrity": "sha512-zLihukvneYT7f74GNbVJXfWIiNQmkc/a9vYBTE4qPkQZswolWNdu+Wsp9sIXno1JOzdn6OUwLPd19ekXVkahRA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/services/web-ui/package.json b/services/web-ui/package.json index e9856d359..95779b0e6 100644 --- a/services/web-ui/package.json +++ b/services/web-ui/package.json @@ -81,7 +81,7 @@ "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-sonarjs": "3.0.4", "eslint-plugin-storybook": "9.0.12", - "eslint-plugin-unicorn": "60.0.0", + "eslint-plugin-unicorn": "61.0.2", "jest-environment-jsdom": "29.7.0", "prettier": "3.6.2", "storybook": "9.0.12",