chore(deps-dev): bump eslint-plugin-n from 16.6.0 to 16.6.1 (#14166)

* chore(deps-dev): bump eslint-plugin-n from 16.6.0 to 16.6.1

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.0 to 16.6.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.0...16.6.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-03 05:49:49 +00:00 committed by GitHub
parent 25f628f134
commit a2e47b1af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -185,7 +185,7 @@
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "16.6.0",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-yml": "1.11.0",
"fs-extra": "11.2.0",

View File

@ -308,8 +308,8 @@ devDependencies:
specifier: 9.1.0
version: 9.1.0(eslint@8.56.0)
eslint-plugin-n:
specifier: 16.6.0
version: 16.6.0(eslint@8.56.0)
specifier: 16.6.1
version: 16.6.1(eslint@8.56.0)
eslint-plugin-prettier:
specifier: 5.1.2
version: 5.1.2(@types/eslint@8.56.0)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.1.1)
@ -3325,8 +3325,8 @@ packages:
eslint-compat-utils: 0.1.2(eslint@8.56.0)
dev: true
/eslint-plugin-n@16.6.0(eslint@8.56.0):
resolution: {integrity: sha512-Ag3tYFF90lYU8JdHEl9qSSpeLYbVnO+Oj7sgPUarWUacv1mPL3d5h5yG4Bv3tLe71hrcxmgTi7oByYwKXaVatw==}
/eslint-plugin-n@16.6.1(eslint@8.56.0):
resolution: {integrity: sha512-M1kE5bVQRLBMDYRZwDhWzlzbp370SRRRC1MHqq4I3L2Tatey+9/2csc5mwLDPlmhJaDvkojbrNUME5/llpRyDg==}
engines: {node: '>=16.0.0'}
peerDependencies:
eslint: '>=7.0.0'