diff --git a/package-lock.json b/package-lock.json index 5047db42..3bebe4bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-config-xo": "^0.43.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^51.0.1", "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hugo-bin": "^0.119.0", @@ -4318,9 +4318,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": "51.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz", + "integrity": "sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", diff --git a/package.json b/package.json index 80a0ae0e..f34fe7a4 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint": "^8.56.0", "eslint-config-xo": "^0.43.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^51.0.1", "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hugo-bin": "^0.119.0",