From d5c84a0d1e62d89ed6b31b7817e32311bbfd4cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:17:11 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-n from 17.10.2 to 17.10.3 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.10.2 to 17.10.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.10.2...v17.10.3) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a010a18..46f7c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint": "8.57.0", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-import": "2.30.0", - "eslint-plugin-n": "17.10.2", + "eslint-plugin-n": "17.10.3", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "55.0.0", "np": "10.0.7", @@ -2436,11 +2436,10 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.2.tgz", - "integrity": "sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==", + "version": "17.10.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.3.tgz", + "integrity": "sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==", "dev": true, - "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "enhanced-resolve": "^5.17.0", diff --git a/package.json b/package.json index 19a35a2..bd99fa8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "8.57.0", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-import": "2.30.0", - "eslint-plugin-n": "17.10.2", + "eslint-plugin-n": "17.10.3", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "55.0.0", "np": "10.0.7",