From 7dbc75fb7fd0823ad76a03cf0825bbccc734816b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 03:29:00 +0000 Subject: [PATCH] Bump eslint-plugin-n from 17.21.2 to 17.21.3 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.21.2 to 17.21.3. - [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.21.2...v17.21.3) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 17.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba8b56b..8c4f94d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "semantic-release": "^24.0.0" }, "peerDependencies": { - "eslint": "^9.29.0", + "eslint": "^7.32.0 || ^8.17.0", "prettier": "^3.0.0" } }, @@ -2585,9 +2585,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.21.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.21.2.tgz", - "integrity": "sha512-s3ai4Msfk5mbSvOgCkYo6k5+zP3W/OK+AvLmMmx++Ki4a5CPO7luIDwOnjUZm/t+oZYP0YADTxe+u4JqnT8+Dg==", + "version": "17.21.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.21.3.tgz", + "integrity": "sha512-MtxYjDZhMQgsWRm/4xYLL0i2EhusWT7itDxlJ80l1NND2AL2Vi5Mvneqv/ikG9+zpran0VsVRXTEHrpLmUZRNw==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.5.0",