Skip to content

Commit f40f571

Browse files
dependabot[bot]kevinoid
authored andcommitted
build(deps-dev): Bump eslint-plugin-n from 16.6.2 to 17.1.0
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.1.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](eslint-community/eslint-plugin-n@16.6.2...v17.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-major ... BREAKING CHANGES: - drop eslint v7 & node.js < 18 (eslint-community/eslint-plugin-n#161) (eslint-community/eslint-plugin-n@41ceed7) - Start using enhanced-resolve to improve ts support (eslint-community/eslint-plugin-n#139) (eslint-community/eslint-plugin-n@dc9f473) - rename rule shebang => hashbang, deprecate rule shebang (eslint-community/eslint-plugin-n#198) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 976aef2 commit f40f571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"peerDependencies": {
6161
"eslint-config-airbnb-base": "^15.0.0",
6262
"eslint-plugin-jsdoc": "^48.0.2",
63-
"eslint-plugin-n": "^16.0.0",
63+
"eslint-plugin-n": "^17.1.0",
6464
"eslint-plugin-promise": "^6.0.0",
6565
"eslint-plugin-regexp": "^2.0.0",
6666
"eslint-plugin-unicorn": "^52.0.0"
@@ -71,7 +71,7 @@
7171
"eslint-find-rules": "^4.0.0",
7272
"eslint-plugin-import": "^2.25.3",
7373
"eslint-plugin-jsdoc": "^48.0.2",
74-
"eslint-plugin-n": "^16.0.0",
74+
"eslint-plugin-n": "^17.1.0",
7575
"eslint-plugin-promise": "^6.0.0",
7676
"eslint-plugin-regexp": "^2.0.0",
7777
"eslint-plugin-unicorn": "^52.0.0",

0 commit comments

Comments
 (0)