diff --git a/package-lock.json b/package-lock.json index e33db0fb..23ed5342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-n": "^15.7.0", - "eslint-plugin-unicorn": "^46.0.0" + "eslint-plugin-unicorn": "^46.0.1" }, "devDependencies": { "@types/node": "^16.18.26", @@ -1449,9 +1449,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "46.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.0.tgz", - "integrity": "sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==", + "version": "46.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.1.tgz", + "integrity": "sha512-setGhMTiLAddg1asdwjZ3hekIN5zLznNa5zll7pBPwFOka6greCKDQydfqy4fqyUhndi74wpDzClSQMEcmOaew==", "dependencies": { "@babel/helper-validator-identifier": "^7.19.1", "@eslint-community/eslint-utils": "^4.1.2", @@ -5252,9 +5252,9 @@ } }, "eslint-plugin-unicorn": { - "version": "46.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.0.tgz", - "integrity": "sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==", + "version": "46.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.1.tgz", + "integrity": "sha512-setGhMTiLAddg1asdwjZ3hekIN5zLznNa5zll7pBPwFOka6greCKDQydfqy4fqyUhndi74wpDzClSQMEcmOaew==", "requires": { "@babel/helper-validator-identifier": "^7.19.1", "@eslint-community/eslint-utils": "^4.1.2", diff --git a/package.json b/package.json index 921a4820..3e703ec1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-n": "^15.7.0", - "eslint-plugin-unicorn": "^46.0.0" + "eslint-plugin-unicorn": "^46.0.1" }, "devDependencies": { "@types/node": "^16.18.26",