chore(deps-dev): bump eslint-plugin-n from 16.1.0 to 16.2.0 (#13506)
* chore(deps-dev): bump eslint-plugin-n from 16.1.0 to 16.2.0 Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.1.0...16.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:
parent
1274bd39b9
commit
15629b4e91
|
|
@ -183,7 +183,7 @@
|
|||
"cross-env": "7.0.3",
|
||||
"eslint": "8.51.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint-plugin-n": "16.1.0",
|
||||
"eslint-plugin-n": "16.2.0",
|
||||
"eslint-plugin-prettier": "5.0.1",
|
||||
"eslint-plugin-yml": "1.10.0",
|
||||
"fs-extra": "11.1.1",
|
||||
|
|
|
|||
|
|
@ -302,8 +302,8 @@ devDependencies:
|
|||
specifier: 9.0.0
|
||||
version: 9.0.0(eslint@8.51.0)
|
||||
eslint-plugin-n:
|
||||
specifier: 16.1.0
|
||||
version: 16.1.0(eslint@8.51.0)
|
||||
specifier: 16.2.0
|
||||
version: 16.2.0(eslint@8.51.0)
|
||||
eslint-plugin-prettier:
|
||||
specifier: 5.0.1
|
||||
version: 5.0.1(@types/eslint@8.44.4)(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3)
|
||||
|
|
@ -3196,8 +3196,8 @@ packages:
|
|||
eslint: 8.51.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-n@16.1.0(eslint@8.51.0):
|
||||
resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==}
|
||||
/eslint-plugin-n@16.2.0(eslint@8.51.0):
|
||||
resolution: {integrity: sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
|
|
|
|||
Loading…
Reference in New Issue