Skip to content

Commit f44298b

Browse files
chore(deps): update dependency eslint to v8.23.1 (FRSOURCE#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18622c7 commit f44298b

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@typescript-eslint/parser": "5.36.2",
4747
"cypress": "10.7.0",
4848
"del-cli": "4.0.1",
49-
"eslint": "8.23.0",
49+
"eslint": "8.23.1",
5050
"eslint-config-prettier": "8.5.0",
5151
"eslint-plugin-cypress": "2.12.1",
5252
"eslint-plugin-eslint-comments": "3.2.0",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,9 +1409,9 @@ __metadata:
14091409
languageName: node
14101410
linkType: hard
14111411

1412-
"@eslint/eslintrc@npm:^1.3.1":
1413-
version: 1.3.1
1414-
resolution: "@eslint/eslintrc@npm:1.3.1"
1412+
"@eslint/eslintrc@npm:^1.3.2":
1413+
version: 1.3.2
1414+
resolution: "@eslint/eslintrc@npm:1.3.2"
14151415
dependencies:
14161416
ajv: ^6.12.4
14171417
debug: ^4.3.2
@@ -1422,7 +1422,7 @@ __metadata:
14221422
js-yaml: ^4.1.0
14231423
minimatch: ^3.1.2
14241424
strip-json-comments: ^3.1.1
1425-
checksum: 9844dcc58a44399649926d5a17a2d53d529b80d3e8c3e9d0964ae198bac77ee6bb1cf44940f30cd9c2e300f7568ec82500be42ace6cacefb08aebf9905fe208e
1425+
checksum: 2074dca47d7e1c5c6323ff353f690f4b25d3ab53fe7d27337e2592d37a894cf60ca0e85ca66b50ff2db0bc7e630cc1e9c7347d65bb185b61416565584c38999c
14261426
languageName: node
14271427
linkType: hard
14281428

@@ -1442,7 +1442,7 @@ __metadata:
14421442
"@typescript-eslint/parser": 5.36.2
14431443
cypress: 10.7.0
14441444
del-cli: 4.0.1
1445-
eslint: 8.23.0
1445+
eslint: 8.23.1
14461446
eslint-config-prettier: 8.5.0
14471447
eslint-plugin-cypress: 2.12.1
14481448
eslint-plugin-eslint-comments: 3.2.0
@@ -4332,11 +4332,11 @@ __metadata:
43324332
languageName: node
43334333
linkType: hard
43344334

4335-
"eslint@npm:8.23.0":
4336-
version: 8.23.0
4337-
resolution: "eslint@npm:8.23.0"
4335+
"eslint@npm:8.23.1":
4336+
version: 8.23.1
4337+
resolution: "eslint@npm:8.23.1"
43384338
dependencies:
4339-
"@eslint/eslintrc": ^1.3.1
4339+
"@eslint/eslintrc": ^1.3.2
43404340
"@humanwhocodes/config-array": ^0.10.4
43414341
"@humanwhocodes/gitignore-to-minimatch": ^1.0.2
43424342
"@humanwhocodes/module-importer": ^1.0.1
@@ -4355,7 +4355,6 @@ __metadata:
43554355
fast-deep-equal: ^3.1.3
43564356
file-entry-cache: ^6.0.1
43574357
find-up: ^5.0.0
4358-
functional-red-black-tree: ^1.0.1
43594358
glob-parent: ^6.0.1
43604359
globals: ^13.15.0
43614360
globby: ^11.1.0
@@ -4364,6 +4363,7 @@ __metadata:
43644363
import-fresh: ^3.0.0
43654364
imurmurhash: ^0.1.4
43664365
is-glob: ^4.0.0
4366+
js-sdsl: ^4.1.4
43674367
js-yaml: ^4.1.0
43684368
json-stable-stringify-without-jsonify: ^1.0.1
43694369
levn: ^0.4.1
@@ -4377,7 +4377,7 @@ __metadata:
43774377
text-table: ^0.2.0
43784378
bin:
43794379
eslint: bin/eslint.js
4380-
checksum: ff6075daa28d817a7ac4508f31bc108a04d9ab5056608c8651b5bf9cfea5d708ca16dea6cdab2c3c0ae99b0bf0e726af8504eaa8e17c8e12e242cb68237ead64
4380+
checksum: a727e15492786a03b438bcf021db49f715680679846a7b8d79b98ad34576f2a570404ffe882d3c3e26f6359bff7277ef11fae5614bfe8629adb653f20d018c71
43814381
languageName: node
43824382
linkType: hard
43834383

@@ -5925,6 +5925,13 @@ fsevents@~2.3.2:
59255925
languageName: node
59265926
linkType: hard
59275927

5928+
"js-sdsl@npm:^4.1.4":
5929+
version: 4.1.4
5930+
resolution: "js-sdsl@npm:4.1.4"
5931+
checksum: 1977cea4ab18e0e03e28bdf0371d8b443fad65ca0988e0faa216406faf6bb943714fe8f7cc7a5bfe5f35ba3d94ddae399f4d10200f547f2c3320688b0670d726
5932+
languageName: node
5933+
linkType: hard
5934+
59285935
"js-tokens@npm:^4.0.0":
59295936
version: 4.0.0
59305937
resolution: "js-tokens@npm:4.0.0"

0 commit comments

Comments
 (0)