From 998462eeee010f49a8b055155fda867a1edebcb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:44:23 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.23.1 to 17.23.2. - [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/v17.23.1...v17.23.2) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 17.23.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87d56fb..d636443 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-mocha": "^10.5.0", - "eslint-plugin-n": "^17.23.1", + "eslint-plugin-n": "^17.23.2", "eslint-plugin-unicorn": "^56.0.1", "mocha": "^11.7.5", "module-from-string": "^3.3.1", @@ -2177,9 +2177,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.23.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz", - "integrity": "sha512-68PealUpYoHOBh332JLLD9Sj7OQUDkFpmcfqt8R9sySfFSeuGJjMTJQvCRRB96zO3A/PELRLkPrzsHmzEFQQ5A==", + "version": "17.23.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.2.tgz", + "integrity": "sha512-RhWBeb7YVPmNa2eggvJooiuehdL76/bbfj/OJewyoGT80qn5PXdz8zMOTO6YHOsI7byPt7+Ighh/i/4a5/v7hw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.5.0", @@ -7025,9 +7025,9 @@ } }, "eslint-plugin-n": { - "version": "17.23.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz", - "integrity": "sha512-68PealUpYoHOBh332JLLD9Sj7OQUDkFpmcfqt8R9sySfFSeuGJjMTJQvCRRB96zO3A/PELRLkPrzsHmzEFQQ5A==", + "version": "17.23.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.2.tgz", + "integrity": "sha512-RhWBeb7YVPmNa2eggvJooiuehdL76/bbfj/OJewyoGT80qn5PXdz8zMOTO6YHOsI7byPt7+Ighh/i/4a5/v7hw==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.5.0", diff --git a/package.json b/package.json index 9f29ce7..4a141f6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-mocha": "^10.5.0", - "eslint-plugin-n": "^17.23.1", + "eslint-plugin-n": "^17.23.2", "eslint-plugin-unicorn": "^56.0.1", "mocha": "^11.7.5", "module-from-string": "^3.3.1",