chore(deps-dev): bump eslint-plugin-n from 16.3.0 to 16.3.1 (#13755)

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

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.3.0 to 16.3.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.3.0...16.3.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] 2023-11-10 21:53:29 +00:00 committed by GitHub
parent 33a9cb80ac
commit cef8054ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 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.3.0",
"eslint-plugin-n": "16.3.1",
"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.3.0
version: 16.3.0(eslint@8.52.0)
specifier: 16.3.1
version: 16.3.1(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)
@ -2240,6 +2240,11 @@ packages:
ieee754: 1.2.1
dev: false
/builtin-modules@3.3.0:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
dev: true
/builtins@5.0.1:
resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==}
dependencies:
@ -3180,8 +3185,8 @@ packages:
eslint: 8.52.0
dev: true
/eslint-plugin-n@16.3.0(eslint@8.52.0):
resolution: {integrity: sha512-/XZLH5CUXGK3laz3xYFNza8ZxLCq8ZNW6MsVw5z3d5hc2AwZzi0fPiySFZHQTdVDOHGs2cGv91aqzWmgBdq2gQ==}
/eslint-plugin-n@16.3.1(eslint@8.52.0):
resolution: {integrity: sha512-w46eDIkxQ2FaTHcey7G40eD+FhTXOdKudDXPUO2n9WNcslze/i/HT2qJ3GXjHngYSGDISIgPNhwGtgoix4zeOw==}
engines: {node: '>=16.0.0'}
peerDependencies:
eslint: '>=7.0.0'
@ -3192,6 +3197,7 @@ packages:
eslint-plugin-es-x: 7.2.0(eslint@8.52.0)
get-tsconfig: 4.7.0
ignore: 5.2.4
is-builtin-module: 3.2.1
is-core-module: 2.13.0
minimatch: 3.1.2
resolve: 1.22.4
@ -4377,6 +4383,13 @@ packages:
engines: {node: '>=4'}
dev: true
/is-builtin-module@3.2.1:
resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==}
engines: {node: '>=6'}
dependencies:
builtin-modules: 3.3.0
dev: true
/is-core-module@2.13.0:
resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
dependencies: