diff --git a/package-lock.json b/package-lock.json index c9cc98a..4f3788d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.4.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-n": "^18.0.1", + "eslint-plugin-n": "^18.1.0", "eslint-plugin-perfectionist": "^5.9.0", "eslint-plugin-unicorn": "^64.0.0" }, @@ -1351,9 +1351,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.0.1.tgz", - "integrity": "sha512-q3ARhk+eZRc7myR0KHx+R3/GJeOHF+Ir6PK95Pu2tEX8Sl/4BIpmmVLva2kPrjC2gCmn6WHlHm+3yeo6Rxhycw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz", + "integrity": "sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 43da05d..6f66f68 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.4.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-n": "^18.0.1", + "eslint-plugin-n": "^18.1.0", "eslint-plugin-perfectionist": "^5.9.0", "eslint-plugin-unicorn": "^64.0.0" }