Skip to content

Commit 55dc882

Browse files
build(deps-dev): bump eslint-plugin-n from 17.15.1 to 17.16.1 (#71)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8c9659 commit 55dc882

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"eslint-plugin-jsdoc": "50.6.3",
172172
"eslint-plugin-jsonc": "2.19.1",
173173
"eslint-plugin-mdx": "3.1.5",
174-
"eslint-plugin-n": "17.15.1",
174+
"eslint-plugin-n": "17.16.1",
175175
"eslint-plugin-promise": "7.2.1",
176176
"eslint-plugin-unicorn": "56.0.1",
177177
"eslint-plugin-yml": "1.17.0",

yarn.lock

+20-7
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ __metadata:
15901590
eslint-plugin-jsdoc: "npm:50.6.3"
15911591
eslint-plugin-jsonc: "npm:2.19.1"
15921592
eslint-plugin-mdx: "npm:3.1.5"
1593-
eslint-plugin-n: "npm:17.15.1"
1593+
eslint-plugin-n: "npm:17.16.1"
15941594
eslint-plugin-promise: "npm:7.2.1"
15951595
eslint-plugin-unicorn: "npm:56.0.1"
15961596
eslint-plugin-yml: "npm:1.17.0"
@@ -2784,7 +2784,7 @@ __metadata:
27842784
languageName: node
27852785
linkType: hard
27862786

2787-
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.23.0":
2787+
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.21.0, @typescript-eslint/utils@npm:^8.23.0":
27882788
version: 8.26.0
27892789
resolution: "@typescript-eslint/utils@npm:8.26.0"
27902790
dependencies:
@@ -4980,21 +4980,23 @@ __metadata:
49804980
languageName: node
49814981
linkType: hard
49824982

4983-
"eslint-plugin-n@npm:17.15.1":
4984-
version: 17.15.1
4985-
resolution: "eslint-plugin-n@npm:17.15.1"
4983+
"eslint-plugin-n@npm:17.16.1":
4984+
version: 17.16.1
4985+
resolution: "eslint-plugin-n@npm:17.16.1"
49864986
dependencies:
49874987
"@eslint-community/eslint-utils": "npm:^4.4.1"
4988+
"@typescript-eslint/utils": "npm:^8.21.0"
49884989
enhanced-resolve: "npm:^5.17.1"
49894990
eslint-plugin-es-x: "npm:^7.8.0"
49904991
get-tsconfig: "npm:^4.8.1"
49914992
globals: "npm:^15.11.0"
49924993
ignore: "npm:^5.3.2"
49934994
minimatch: "npm:^9.0.5"
49944995
semver: "npm:^7.6.3"
4996+
ts-declaration-location: "npm:^1.0.5"
49954997
peerDependencies:
49964998
eslint: ">=8.23.0"
4997-
checksum: 10/43fc161949fa0346ac7063a30580cd0db27e216b8e6a48d73d0bf4f10b88e9b65f263399843b3fe2087f766f264d16f0cbe8f2f898591516842201dc115a2d21
4999+
checksum: 10/ad3ea3a5fdc830c8a3cf063c511b465adb8ebbe4a47ad5a8de1f3e9679dd5915b87f7084a66421562baf75bc8d0f9dba4e144757d2d89b87f1276eee0aa428b5
49985000
languageName: node
49995001
linkType: hard
50005002

@@ -7854,7 +7856,7 @@ __metadata:
78547856
languageName: node
78557857
linkType: hard
78567858

7857-
"minimatch@npm:10.0.1":
7859+
"minimatch@npm:10.0.1, minimatch@npm:^10.0.1":
78587860
version: 10.0.1
78597861
resolution: "minimatch@npm:10.0.1"
78607862
dependencies:
@@ -10981,6 +10983,17 @@ __metadata:
1098110983
languageName: node
1098210984
linkType: hard
1098310985

10986+
"ts-declaration-location@npm:^1.0.5":
10987+
version: 1.0.5
10988+
resolution: "ts-declaration-location@npm:1.0.5"
10989+
dependencies:
10990+
minimatch: "npm:^10.0.1"
10991+
peerDependencies:
10992+
typescript: ">=4.0.0"
10993+
checksum: 10/168f975fad868bdbfea38a81cbcbf20b3b097a040adf9d151f0ba5a299c7604bbba643eff52c85798ffd1e429e3abb769c04367cd9b10e28c5a767886937eaab
10994+
languageName: node
10995+
linkType: hard
10996+
1098410997
"ts-dedent@npm:2.2.0":
1098510998
version: 2.2.0
1098610999
resolution: "ts-dedent@npm:2.2.0"

0 commit comments

Comments
 (0)