Skip to content

Commit c3af5f9

Browse files
fix(deps): bump eslint-plugin-n from 17.21.0 to 17.21.3
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.21.0 to 17.21.3. - [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.21.0...v17.21.3) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 17.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3de2b89 commit c3af5f9

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "^2.32.0",
1919
"eslint-plugin-jsdoc": "^50.8.0",
2020
"eslint-plugin-mocha": "^10.5.0",
21-
"eslint-plugin-n": "^17.21.0",
21+
"eslint-plugin-n": "^17.21.3",
2222
"eslint-plugin-perfectionist": "^4",
2323
"eslint-plugin-unicorn": "^56.0.1",
2424
"typescript-eslint": "^8.38.0"

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,18 +1201,18 @@ eslint-plugin-n@^15.1.0:
12011201
resolve "^1.22.1"
12021202
semver "^7.3.8"
12031203

1204-
eslint-plugin-n@^17.21.0:
1205-
version "17.21.0"
1206-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.21.0.tgz#6b1833e5e8fd07a69bbab2be429771ff2309db5e"
1207-
integrity sha512-1+iZ8We4ZlwVMtb/DcHG3y5/bZOdazIpa/4TySo22MLKdwrLcfrX0hbadnCvykSQCCmkAnWmIP8jZVb2AAq29A==
1204+
eslint-plugin-n@^17.21.3:
1205+
version "17.21.3"
1206+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.21.3.tgz#a07592c28390ac742bf52acae89048c997a7b91c"
1207+
integrity sha512-MtxYjDZhMQgsWRm/4xYLL0i2EhusWT7itDxlJ80l1NND2AL2Vi5Mvneqv/ikG9+zpran0VsVRXTEHrpLmUZRNw==
12081208
dependencies:
12091209
"@eslint-community/eslint-utils" "^4.5.0"
12101210
enhanced-resolve "^5.17.1"
12111211
eslint-plugin-es-x "^7.8.0"
12121212
get-tsconfig "^4.8.1"
12131213
globals "^15.11.0"
1214+
globrex "^0.1.2"
12141215
ignore "^5.3.2"
1215-
minimatch "^9.0.5"
12161216
semver "^7.6.3"
12171217
ts-declaration-location "^1.0.6"
12181218

@@ -1595,6 +1595,11 @@ globalthis@^1.0.4:
15951595
define-properties "^1.2.1"
15961596
gopd "^1.0.1"
15971597

1598+
globrex@^0.1.2:
1599+
version "0.1.2"
1600+
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
1601+
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
1602+
15981603
gopd@^1.0.1, gopd@^1.2.0:
15991604
version "1.2.0"
16001605
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
@@ -2037,7 +2042,7 @@ minimatch@^3.1.2:
20372042
dependencies:
20382043
brace-expansion "^1.1.7"
20392044

2040-
minimatch@^9.0.4, minimatch@^9.0.5:
2045+
minimatch@^9.0.4:
20412046
version "9.0.5"
20422047
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
20432048
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==

0 commit comments

Comments
 (0)