diff --git a/package-lock.json b/package-lock.json index ef1f0350..c1689eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-n": "^17.10.3", + "eslint-plugin-n": "^17.11.1", "eslint-plugin-promise": "^7.1.0", "jest": "^29.7.0", "supertest": "^7.0.0", @@ -5408,9 +5408,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.10.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.3.tgz", - "integrity": "sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==", + "version": "17.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.11.1.tgz", + "integrity": "sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/package.json b/package.json index 3ee80eae..65a16087 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-n": "^17.10.3", + "eslint-plugin-n": "^17.11.1", "eslint-plugin-promise": "^7.1.0", "jest": "^29.7.0", "supertest": "^7.0.0",