chore(deps-dev): bump eslint-plugin-n from 17.1.0 to 17.2.0 (#15186)

* chore(deps-dev): bump eslint-plugin-n from 17.1.0 to 17.2.0

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.1.0 to 17.2.0.
- [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.1.0...v17.2.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] 2024-04-11 06:43:11 +08:00 committed by GitHub
parent 7a8f1c150c
commit 79ed575e3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -156,7 +156,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-nibble": "8.1.0",
"eslint-plugin-n": "17.1.0",
"eslint-plugin-n": "17.2.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-yml": "1.14.0",

View File

@ -320,8 +320,8 @@ devDependencies:
specifier: 8.1.0
version: 8.1.0(eslint@8.57.0)
eslint-plugin-n:
specifier: 17.1.0
version: 17.1.0(eslint@8.57.0)
specifier: 17.2.0
version: 17.2.0(eslint@8.57.0)
eslint-plugin-prettier:
specifier: 5.1.3
version: 5.1.3(@types/eslint@8.56.7)(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5)
@ -4701,8 +4701,8 @@ packages:
eslint-compat-utils: 0.1.2(eslint@8.57.0)
dev: true
/eslint-plugin-n@17.1.0(eslint@8.57.0):
resolution: {integrity: sha512-+MTiTej3B07+8vS/RfSMD1w4O9VVR9BSJT9kSa9QUsBlXzKi5PZc+lB3w+iu/2eIS3drFU7zCikSrD8Yn8PEBQ==}
/eslint-plugin-n@17.2.0(eslint@8.57.0):
resolution: {integrity: sha512-XBkFQxjTFKy9oc925ezHcDoZ8VLdGfxRkdZf0poR4TjC+zvm28pG2Tc7ZZpD1/UxSAzbw6Zz0WpnpUX3KruAAA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.23.0'