From 362c8d139982985a413a3df5ed3fc44e8c5673cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:37:26 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-n from 17.8.1 to 17.9.0 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.8.1 to 17.9.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/v17.8.1...v17.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-n 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 c740bc6..b4a58e9 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.29.1", - "eslint-plugin-n": "17.8.1", + "eslint-plugin-n": "17.9.0", "eslint-plugin-promise": "6.2.0", "eslint-plugin-unicorn": "53.0.0", "np": "10.0.5", @@ -2391,9 +2391,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.8.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.8.1.tgz", - "integrity": "sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz", + "integrity": "sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/package.json b/package.json index fadf4d0..144863f 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.29.1", - "eslint-plugin-n": "17.8.1", + "eslint-plugin-n": "17.9.0", "eslint-plugin-promise": "6.2.0", "eslint-plugin-unicorn": "53.0.0", "np": "10.0.5",