Skip to content

Commit 627f2f1

Browse files
committed
chore(deps): update dependency eslint to v8.31.0
1 parent de01835 commit 627f2f1

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "18.11.18",
3737
"@typescript-eslint/eslint-plugin": "5.47.1",
3838
"@typescript-eslint/parser": "5.47.1",
39-
"eslint": "8.30.0",
39+
"eslint": "8.31.0",
4040
"eslint-config-prettier": "8.5.0",
4141
"eslint-plugin-import": "2.26.0",
4242
"husky": "8.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,10 @@
528528
dependencies:
529529
"@jridgewell/trace-mapping" "0.3.9"
530530

531-
"@eslint/eslintrc@^1.4.0":
532-
version "1.4.0"
533-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.0.tgz"
534-
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
531+
"@eslint/eslintrc@^1.4.1":
532+
version "1.4.1"
533+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz"
534+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
535535
dependencies:
536536
ajv "^6.12.4"
537537
debug "^4.3.2"
@@ -2484,12 +2484,12 @@ eslint-visitor-keys@^3.3.0:
24842484
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
24852485
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24862486

2487-
eslint@8.30.0:
2488-
version "8.30.0"
2489-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz"
2490-
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
2487+
eslint@8.31.0:
2488+
version "8.31.0"
2489+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz"
2490+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
24912491
dependencies:
2492-
"@eslint/eslintrc" "^1.4.0"
2492+
"@eslint/eslintrc" "^1.4.1"
24932493
"@humanwhocodes/config-array" "^0.11.8"
24942494
"@humanwhocodes/module-importer" "^1.0.1"
24952495
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)