diff --git a/package-lock.json b/package-lock.json index de1be01..ee58b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@stylistic/eslint-plugin": "^5.10.0", - "eslint-plugin-n": "^18.2.2", + "eslint-plugin-n": "^18.3.0", "globals": "^17.9.0", "typescript-eslint": "^8.66.0" }, @@ -2091,9 +2091,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.2.2.tgz", - "integrity": "sha512-gOO0lIqwEjZ750kv9/SptCWArUoAZXJoBr0vYWTO2dCBxctHUXlBIigiC8xuxxr/NKqgIT6Ehz1xRcilj8a5cA==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.3.0.tgz", + "integrity": "sha512-cPVguuDe6DrIPb/qUXHf8P89MaVTUmiYWwpt5gX5AILsvRIiZAxMFXcFR6QHYBksqKJpjfUBlL/RleCJUWcD7w==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.5.0", diff --git a/package.json b/package.json index c26303b..1422e15 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@stylistic/eslint-plugin": "^5.10.0", - "eslint-plugin-n": "^18.2.2", + "eslint-plugin-n": "^18.3.0", "globals": "^17.9.0", "typescript-eslint": "^8.66.0" },