Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"eslint-plugin-jsdoc": "54.1.0",
"eslint-plugin-jsonc": "2.20.1",
"eslint-plugin-mdx": "3.4.2",
"eslint-plugin-n": "17.16.2",
"eslint-plugin-n": "17.21.3",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "60.0.0",
"eslint-plugin-yml": "1.18.0",
Expand Down
37 changes: 28 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.1.2, @eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.4.1, @eslint-community/eslint-utils@npm:^4.5.1, @eslint-community/eslint-utils@npm:^4.7.0":
"@eslint-community/eslint-utils@npm:^4.1.2, @eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.5.0, @eslint-community/eslint-utils@npm:^4.5.1, @eslint-community/eslint-utils@npm:^4.7.0":
version: 4.7.0
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
dependencies:
Expand Down Expand Up @@ -1559,7 +1559,7 @@ __metadata:
eslint-plugin-jsdoc: "npm:54.1.0"
eslint-plugin-jsonc: "npm:2.20.1"
eslint-plugin-mdx: "npm:3.4.2"
eslint-plugin-n: "npm:17.16.2"
eslint-plugin-n: "npm:17.21.3"
eslint-plugin-promise: "npm:7.2.1"
eslint-plugin-unicorn: "npm:60.0.0"
eslint-plugin-yml: "npm:1.18.0"
Expand Down Expand Up @@ -5197,21 +5197,22 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:17.16.2":
version: 17.16.2
resolution: "eslint-plugin-n@npm:17.16.2"
"eslint-plugin-n@npm:17.21.3":
version: 17.21.3
resolution: "eslint-plugin-n@npm:17.21.3"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.1"
"@eslint-community/eslint-utils": "npm:^4.5.0"
enhanced-resolve: "npm:^5.17.1"
eslint-plugin-es-x: "npm:^7.8.0"
get-tsconfig: "npm:^4.8.1"
globals: "npm:^15.11.0"
globrex: "npm:^0.1.2"
ignore: "npm:^5.3.2"
minimatch: "npm:^9.0.5"
semver: "npm:^7.6.3"
ts-declaration-location: "npm:^1.0.6"
peerDependencies:
eslint: ">=8.23.0"
checksum: 10/84bc5957f50ac7f867fc44d6b37659a705f0e19c25f656023254b33bdd5db8a2c382e2a161d8443494d04f228f2b73f54ae7fe581005e59cfec51a3b0d4a7b20
checksum: 10/da12ea061b5f81ab3b208297233662a85440fe29e9568bc0cc32a55405005d66d1c45356d88077a436bf9fd47097f3f45f42c26ca554612c2e0c9067aa99a1de
languageName: node
linkType: hard

Expand Down Expand Up @@ -5950,6 +5951,13 @@ __metadata:
languageName: node
linkType: hard

"globrex@npm:^0.1.2":
version: 0.1.2
resolution: "globrex@npm:0.1.2"
checksum: 10/81ce62ee6f800d823d6b7da7687f841676d60ee8f51f934ddd862e4057316d26665c4edc0358d4340a923ac00a514f8b67c787e28fe693aae16350f4e60d55e9
languageName: node
linkType: hard

"gopd@npm:^1.0.1, gopd@npm:^1.2.0":
version: 1.2.0
resolution: "gopd@npm:1.2.0"
Expand Down Expand Up @@ -7984,7 +7992,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
Expand Down Expand Up @@ -10901,6 +10909,17 @@ __metadata:
languageName: node
linkType: hard

"ts-declaration-location@npm:^1.0.6":
version: 1.0.7
resolution: "ts-declaration-location@npm:1.0.7"
dependencies:
picomatch: "npm:^4.0.2"
peerDependencies:
typescript: ">=4.0.0"
checksum: 10/a7932fc75d41f10c16089f8f5a5c1ea49d6afca30f09c91c1df14d0a8510f72bcb9f8a395c04f060b66b855b6bd7ea4df81b335fb9d21bef402969a672a4afa7
languageName: node
linkType: hard

"ts-dedent@npm:2.2.0":
version: 2.2.0
resolution: "ts-dedent@npm:2.2.0"
Expand Down
Loading