chore(deps-dev): bump eslint-plugin-n from 16.0.1 to 16.0.2 (#13106)

* chore(deps-dev): bump eslint-plugin-n from 16.0.1 to 16.0.2

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

---
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] 2023-08-23 09:05:38 +08:00 committed by GitHub
parent eb4c4ae6b0
commit 53acb7f3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@
"cross-env": "7.0.3",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-n": "16.0.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-yml": "1.8.0",
"fs-extra": "11.1.1",

View File

@ -215,8 +215,8 @@ devDependencies:
specifier: 9.0.0
version: 9.0.0(eslint@8.47.0)
eslint-plugin-n:
specifier: 16.0.1
version: 16.0.1(eslint@8.47.0)
specifier: 16.0.2
version: 16.0.2(eslint@8.47.0)
eslint-plugin-prettier:
specifier: 5.0.0
version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.47.0)(prettier@3.0.2)
@ -2910,8 +2910,8 @@ packages:
eslint: 8.47.0
dev: true
/eslint-plugin-n@16.0.1(eslint@8.47.0):
resolution: {integrity: sha512-CDmHegJN0OF3L5cz5tATH84RPQm9kG+Yx39wIqIwPR2C0uhBGMWfbbOtetR83PQjjidA5aXMu+LEFw1jaSwvTA==}
/eslint-plugin-n@16.0.2(eslint@8.47.0):
resolution: {integrity: sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==}
engines: {node: '>=16.0.0'}
peerDependencies:
eslint: '>=7.0.0'