chore(deps-dev): bump eslint-plugin-n from 16.4.0 to 16.5.0 (#14091)

* chore(deps-dev): bump eslint-plugin-n from 16.4.0 to 16.5.0

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.4.0 to 16.5.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.4.0...16.5.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-12-21 05:59:41 +00:00 committed by GitHub
parent 2c9df1ede4
commit 7e53e2268a
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.4.0",
"eslint-plugin-n": "16.5.0",
"eslint-plugin-prettier": "5.1.0",
"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.4.0
version: 16.4.0(eslint@8.56.0)
specifier: 16.5.0
version: 16.5.0(eslint@8.56.0)
eslint-plugin-prettier:
specifier: 5.1.0
version: 5.1.0(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.1.1)
@ -3313,8 +3313,8 @@ packages:
eslint-compat-utils: 0.1.2(eslint@8.56.0)
dev: true
/eslint-plugin-n@16.4.0(eslint@8.56.0):
resolution: {integrity: sha512-IkqJjGoWYGskVaJA7WQuN8PINIxc0N/Pk/jLeYT4ees6Fo5lAhpwGsYek6gS9tCUxgDC4zJ+OwY2bY/6/9OMKQ==}
/eslint-plugin-n@16.5.0(eslint@8.56.0):
resolution: {integrity: sha512-Hw02Bj1QrZIlKyj471Tb1jSReTl4ghIMHGuBGiMVmw+s0jOPbI4CBuYpGbZr+tdQ+VAvSK6FDSta3J4ib/SKHQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
eslint: '>=7.0.0'