chore(deps-dev): bump eslint-plugin-n from 16.2.0 to 16.3.0 (#13744)

* chore(deps-dev): bump eslint-plugin-n from 16.2.0 to 16.3.0

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

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

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] 2023-11-10 16:19:56 +08:00 committed by GitHub
parent fb2ff40ab0
commit 6f5c8b6983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -182,7 +182,7 @@
"cross-env": "7.0.3",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-n": "16.3.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-yml": "1.10.0",
"fs-extra": "11.1.1",

View File

@ -299,8 +299,8 @@ devDependencies:
specifier: 9.0.0
version: 9.0.0(eslint@8.52.0)
eslint-plugin-n:
specifier: 16.2.0
version: 16.2.0(eslint@8.52.0)
specifier: 16.3.0
version: 16.3.0(eslint@8.52.0)
eslint-plugin-prettier:
specifier: 5.0.1
version: 5.0.1(@types/eslint@8.44.6)(eslint-config-prettier@9.0.0)(eslint@8.52.0)(prettier@3.0.3)
@ -3180,8 +3180,8 @@ packages:
eslint: 8.52.0
dev: true
/eslint-plugin-n@16.2.0(eslint@8.52.0):
resolution: {integrity: sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==}
/eslint-plugin-n@16.3.0(eslint@8.52.0):
resolution: {integrity: sha512-/XZLH5CUXGK3laz3xYFNza8ZxLCq8ZNW6MsVw5z3d5hc2AwZzi0fPiySFZHQTdVDOHGs2cGv91aqzWmgBdq2gQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
eslint: '>=7.0.0'