From 3abf2df490a9ecf7ec73e2ec27cfa0d682c79709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:44:25 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-n from 17.13.1 to 17.13.2 (#1392) Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.13.1 to 17.13.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.13.1...v17.13.2) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b4788490..0b0d8642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@vitest/coverage-v8": "^2.1.5", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-n": "^17.13.1", + "eslint-plugin-n": "^17.13.2", "eslint-plugin-unicorn": "^55.0.0", "prettier": "^3.3.3", "tshy": "^3.0.2", @@ -2153,9 +2153,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.13.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.1.tgz", - "integrity": "sha512-97qzhk1z3DdSJNCqT45EslwCu5+LB9GDadSyBItgKUfGsXAmN/aa7LRQ0ZxHffUxUzvgbTPJL27/pE9ZQWHy7A==", + "version": "17.13.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.2.tgz", + "integrity": "sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.1", @@ -6136,9 +6136,9 @@ } }, "eslint-plugin-n": { - "version": "17.13.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.1.tgz", - "integrity": "sha512-97qzhk1z3DdSJNCqT45EslwCu5+LB9GDadSyBItgKUfGsXAmN/aa7LRQ0ZxHffUxUzvgbTPJL27/pE9ZQWHy7A==", + "version": "17.13.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.2.tgz", + "integrity": "sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.4.1", diff --git a/package.json b/package.json index 246a5b21..d5c3e195 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@vitest/coverage-v8": "^2.1.5", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-n": "^17.13.1", + "eslint-plugin-n": "^17.13.2", "eslint-plugin-unicorn": "^55.0.0", "prettier": "^3.3.3", "tshy": "^3.0.2",