From 2df9e28eb87988518ef3880c34edad45d65b1668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:44:12 +0000 Subject: [PATCH] Bump eslint-plugin-n from 18.0.0 to 18.0.1 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v18.0.0...v18.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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" } }