Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit d5374f5

Browse files
Merge pull request #145 from devoxa/renovate/eslint-8.x
Update dependency eslint from 8.30.0 to 8.31.0
2 parents a6149ff + 4f1987e commit d5374f5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@devoxa/prettier-config": "1.0.2",
2727
"@types/node": "18.11.18",
2828
"cypress": "9.7.0",
29-
"eslint": "8.30.0",
29+
"eslint": "8.31.0",
3030
"express": "4.18.2",
3131
"prettier": "2.8.1",
3232
"typescript": "4.9.4"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
resolved "https://registry.yarnpkg.com/@devoxa/prettier-config/-/prettier-config-1.0.2.tgz#0ccde044ec67d5702655f3eac5de2aae7d9005d6"
5050
integrity sha512-dAGMCT9uZgcsxfAVVVPf7dQ8ftJUSAfih/Vupy8srSjm6vop4ItImUUch2zFekjKQ97CkxxcYizo21gVb1+U3w==
5151

52-
"@eslint/eslintrc@^1.4.0":
53-
version "1.4.0"
54-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
55-
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
52+
"@eslint/eslintrc@^1.4.1":
53+
version "1.4.1"
54+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
55+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
5656
dependencies:
5757
ajv "^6.12.4"
5858
debug "^4.3.2"
@@ -855,12 +855,12 @@ eslint-visitor-keys@^3.3.0:
855855
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
856856
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
857857

858-
eslint@8.30.0:
859-
version "8.30.0"
860-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
861-
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
858+
eslint@8.31.0:
859+
version "8.31.0"
860+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
861+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
862862
dependencies:
863-
"@eslint/eslintrc" "^1.4.0"
863+
"@eslint/eslintrc" "^1.4.1"
864864
"@humanwhocodes/config-array" "^0.11.8"
865865
"@humanwhocodes/module-importer" "^1.0.1"
866866
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)