diff --git a/package-lock.json b/package-lock.json index 7e98c07a..1461ae60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "clang-format": "^1.8.0", "codecov": "^3.8.3", "deep-copy": "^1.4.2", - "eslint-plugin-n": "^18.0.1", + "eslint-plugin-n": "^18.1.0", "gts": "^7.0.0", "js-green-licenses": "^4.0.0", "mocha": "^11.7.6", @@ -2302,9 +2302,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 166d33ea..c32483a5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "clang-format": "^1.8.0", "codecov": "^3.8.3", "deep-copy": "^1.4.2", - "eslint-plugin-n": "^18.0.1", + "eslint-plugin-n": "^18.1.0", "gts": "^7.0.0", "js-green-licenses": "^4.0.0", "mocha": "^11.7.6",