From 83674aa229b4d8ae3b71ebd80ac76ef4becb58ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 13:08:46 +0000 Subject: [PATCH] Bump eslint-plugin-n from 18.1.0 to 18.3.0 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 18.1.0 to 18.3.0. - [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.1.0...v18.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 796ad6f6a..300553014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.15.2", - "eslint-plugin-n": "^18.1.0", + "eslint-plugin-n": "^18.3.0", "globals": "^17.7.0", "jest": "^30.4.2", "jest-each": "^30.4.1", @@ -3542,9 +3542,9 @@ } }, "node_modules/eslint-plugin-n": { - "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==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.3.0.tgz", + "integrity": "sha512-cPVguuDe6DrIPb/qUXHf8P89MaVTUmiYWwpt5gX5AILsvRIiZAxMFXcFR6QHYBksqKJpjfUBlL/RleCJUWcD7w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 224d42e60..046143905 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.15.2", - "eslint-plugin-n": "^18.1.0", + "eslint-plugin-n": "^18.3.0", "globals": "^17.7.0", "jest": "^30.4.2", "jest-each": "^30.4.1",