Skip to content

Commit 47fe969

Browse files
fix(deps): bump eslint-plugin-n from 17.15.1 to 17.16.2
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.15.1 to 17.16.2. - [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@v17.15.1...v17.16.2) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f08f22b commit 47fe969

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "^2.31.0",
1919
"eslint-plugin-jsdoc": "^50.6.3",
2020
"eslint-plugin-mocha": "^10.5.0",
21-
"eslint-plugin-n": "^17.15.1",
21+
"eslint-plugin-n": "^17.16.2",
2222
"eslint-plugin-perfectionist": "^4",
2323
"eslint-plugin-unicorn": "^56.0.1",
2424
"typescript-eslint": "^8.25.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,10 @@ eslint-plugin-n@^15.1.0:
991991
resolve "^1.22.1"
992992
semver "^7.3.8"
993993

994-
eslint-plugin-n@^17.15.1:
995-
version "17.15.1"
996-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz#2129bbc7b11466c3bfec57876a15aadfad3a83f2"
997-
integrity sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA==
994+
eslint-plugin-n@^17.16.2:
995+
version "17.16.2"
996+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.2.tgz#042eae252b1f4201c77596fc28ee9a391dc07c83"
997+
integrity sha512-iQM5Oj+9o0KaeLoObJC/uxNGpktZCkYiTTBo8PkRWq3HwNcRxwpvSDFjBhQ5+HLJzBTy+CLDC5+bw0Z5GyhlOQ==
998998
dependencies:
999999
"@eslint-community/eslint-utils" "^4.4.1"
10001000
enhanced-resolve "^5.17.1"

0 commit comments

Comments
 (0)