diff --git a/package-lock.json b/package-lock.json index 3afa0779..52040006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^8.56.0", "eslint-config-xo": "^0.44.0", "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", "glob": "^10.3.10", "hugo-bin": "^0.119.0", @@ -4668,9 +4668,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 fcc53d98..d36e00c3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint": "^8.56.0", "eslint-config-xo": "^0.44.0", "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", "glob": "^10.3.10", "hugo-bin": "^0.119.0",