Skip to content

Commit 07b246e

Browse files
build(deps): update dependency eslint to v8.57.0
1 parent 3dbb5e3 commit 07b246e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@typescript-eslint/parser": "5.62.0",
106106
"ava": "5.3.1",
107107
"commitizen": "4.3.0",
108-
"eslint": "8.56.0",
108+
"eslint": "8.57.0",
109109
"eslint-config-prettier": "8.10.0",
110110
"eslint-plugin-import": "2.29.1",
111111
"eslint-plugin-jsdoc": "39.9.1",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ __metadata:
316316
languageName: node
317317
linkType: hard
318318

319-
"@eslint/js@npm:8.56.0":
320-
version: 8.56.0
321-
resolution: "@eslint/js@npm:8.56.0"
322-
checksum: 5804130574ef810207bdf321c265437814e7a26f4e6fac9b496de3206afd52f533e09ec002a3be06cd9adcc9da63e727f1883938e663c4e4751c007d5b58e539
319+
"@eslint/js@npm:8.57.0":
320+
version: 8.57.0
321+
resolution: "@eslint/js@npm:8.57.0"
322+
checksum: 315dc65b0e9893e2bff139bddace7ea601ad77ed47b4550e73da8c9c2d2766c7a575c3cddf17ef85b8fd6a36ff34f91729d0dcca56e73ca887c10df91a41b0bb
323323
languageName: node
324324
linkType: hard
325325

@@ -330,14 +330,14 @@ __metadata:
330330
languageName: node
331331
linkType: hard
332332

333-
"@humanwhocodes/config-array@npm:^0.11.13":
334-
version: 0.11.13
335-
resolution: "@humanwhocodes/config-array@npm:0.11.13"
333+
"@humanwhocodes/config-array@npm:^0.11.14":
334+
version: 0.11.14
335+
resolution: "@humanwhocodes/config-array@npm:0.11.14"
336336
dependencies:
337-
"@humanwhocodes/object-schema": ^2.0.1
338-
debug: ^4.1.1
337+
"@humanwhocodes/object-schema": ^2.0.2
338+
debug: ^4.3.1
339339
minimatch: ^3.0.5
340-
checksum: f8ea57b0d7ed7f2d64cd3944654976829d9da91c04d9c860e18804729a33f7681f78166ef4c761850b8c324d362f7d53f14c5c44907a6b38b32c703ff85e4805
340+
checksum: 861ccce9eaea5de19546653bccf75bf09fe878bc39c3aab00aeee2d2a0e654516adad38dd1098aab5e3af0145bbcbf3f309bdf4d964f8dab9dcd5834ae4c02f2
341341
languageName: node
342342
linkType: hard
343343

@@ -348,10 +348,10 @@ __metadata:
348348
languageName: node
349349
linkType: hard
350350

351-
"@humanwhocodes/object-schema@npm:^2.0.1":
352-
version: 2.0.1
353-
resolution: "@humanwhocodes/object-schema@npm:2.0.1"
354-
checksum: 24929487b1ed48795d2f08346a0116cc5ee4634848bce64161fb947109352c562310fd159fc64dda0e8b853307f5794605191a9547f7341158559ca3c8262a45
351+
"@humanwhocodes/object-schema@npm:^2.0.2":
352+
version: 2.0.3
353+
resolution: "@humanwhocodes/object-schema@npm:2.0.3"
354+
checksum: d3b78f6c5831888c6ecc899df0d03bcc25d46f3ad26a11d7ea52944dc36a35ef543fad965322174238d677a43d5c694434f6607532cff7077062513ad7022631
355355
languageName: node
356356
linkType: hard
357357

@@ -942,7 +942,7 @@ __metadata:
942942
"@typescript-eslint/parser": 5.62.0
943943
ava: 5.3.1
944944
commitizen: 4.3.0
945-
eslint: 8.56.0
945+
eslint: 8.57.0
946946
eslint-config-prettier: 8.10.0
947947
eslint-plugin-import: 2.29.1
948948
eslint-plugin-jsdoc: 39.9.1
@@ -2546,7 +2546,7 @@ __metadata:
25462546
languageName: node
25472547
linkType: hard
25482548

2549-
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
2549+
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
25502550
version: 4.3.4
25512551
resolution: "debug@npm:4.3.4"
25522552
dependencies:
@@ -3063,15 +3063,15 @@ __metadata:
30633063
languageName: node
30643064
linkType: hard
30653065

3066-
"eslint@npm:8.56.0":
3067-
version: 8.56.0
3068-
resolution: "eslint@npm:8.56.0"
3066+
"eslint@npm:8.57.0":
3067+
version: 8.57.0
3068+
resolution: "eslint@npm:8.57.0"
30693069
dependencies:
30703070
"@eslint-community/eslint-utils": ^4.2.0
30713071
"@eslint-community/regexpp": ^4.6.1
30723072
"@eslint/eslintrc": ^2.1.4
3073-
"@eslint/js": 8.56.0
3074-
"@humanwhocodes/config-array": ^0.11.13
3073+
"@eslint/js": 8.57.0
3074+
"@humanwhocodes/config-array": ^0.11.14
30753075
"@humanwhocodes/module-importer": ^1.0.1
30763076
"@nodelib/fs.walk": ^1.2.8
30773077
"@ungap/structured-clone": ^1.2.0
@@ -3107,7 +3107,7 @@ __metadata:
31073107
text-table: ^0.2.0
31083108
bin:
31093109
eslint: bin/eslint.js
3110-
checksum: 883436d1e809b4a25d9eb03d42f584b84c408dbac28b0019f6ea07b5177940bf3cca86208f749a6a1e0039b63e085ee47aca1236c30721e91f0deef5cc5a5136
3110+
checksum: 3a48d7ff85ab420a8447e9810d8087aea5b1df9ef68c9151732b478de698389ee656fd895635b5f2871c89ee5a2652b3f343d11e9db6f8486880374ebc74a2d9
31113111
languageName: node
31123112
linkType: hard
31133113

0 commit comments

Comments
 (0)