diff --git a/package.json b/package.json index b5b012f4..fb2f7a1d 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "eslint-plugin-storybook": "0.6.11", "eslint-plugin-tailwindcss": "3.10.3", "eslint-plugin-testing-library": "5.10.2", - "eslint-plugin-unicorn": "46.0.0", + "eslint-plugin-unicorn": "46.0.1", "lodash.merge": "4.6.2", "read-pkg-up": "7.0.1", "typescript": "5.1.3" diff --git a/yarn.lock b/yarn.lock index b8f1695f..80f2bacf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2857,10 +2857,10 @@ eslint-plugin-testing-library@5.10.2: dependencies: "@typescript-eslint/utils" "^5.43.0" -eslint-plugin-unicorn@46.0.0: - version "46.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.0.tgz#b5cdcc9465fd6e46ab7968b87dd4a43adc8d6031" - integrity sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA== +eslint-plugin-unicorn@46.0.1: + version "46.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.1.tgz#222ff65b30b2d9ed6f90de908ceb6a05dd0514d9" + integrity sha512-setGhMTiLAddg1asdwjZ3hekIN5zLznNa5zll7pBPwFOka6greCKDQydfqy4fqyUhndi74wpDzClSQMEcmOaew== dependencies: "@babel/helper-validator-identifier" "^7.19.1" "@eslint-community/eslint-utils" "^4.1.2"