diff --git a/package-lock.json b/package-lock.json index 48952ae..e337aaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@stylistic/eslint-plugin": "5.10.0", "@vercel/ncc": "0.38.4", "eslint": "10.3.0", - "eslint-plugin-n": "18.0.0", + "eslint-plugin-n": "18.0.1", "eslint-plugin-unicorn": "64.0.0" }, "funding": { @@ -901,9 +901,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.0.0.tgz", - "integrity": "sha512-a1S1CiOrfOyZbH69f/n5JQoKToGvALRk7Vt2yjCNFhipy7RDhjnLNLzigOb7YxDuHpUp/IOQsz10CKAjoU/0aA==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -925,7 +925,7 @@ "peerDependencies": { "eslint": ">=8.57.1", "ts-declaration-location": "^1.0.6", - "typescript": "^5.0.0" + "typescript": ">=5.0.0" }, "peerDependenciesMeta": { "ts-declaration-location": { diff --git a/package.json b/package.json index 7dfd340..ac6af19 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@stylistic/eslint-plugin": "5.10.0", "@vercel/ncc": "0.38.4", "eslint": "10.3.0", - "eslint-plugin-n": "18.0.0", + "eslint-plugin-n": "18.0.1", "eslint-plugin-unicorn": "64.0.0" } }