Skip to content

Commit ceb09ec

Browse files
committed
Update dependency eslint to v8.31.0
1 parent a3e2470 commit ceb09ec

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "10.1.0",
36-
"eslint": "8.30.0",
36+
"eslint": "8.31.0",
3737
"eslint-plugin-ghost": "2.16.0",
3838
"eslint-plugin-react": "7.31.11"
3939
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,10 +1102,10 @@
11021102
minimatch "^3.0.4"
11031103
strip-json-comments "^3.1.1"
11041104

1105-
"@eslint/eslintrc@^1.4.0":
1106-
version "1.4.0"
1107-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
1108-
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
1105+
"@eslint/eslintrc@^1.4.1":
1106+
version "1.4.1"
1107+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1108+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
11091109
dependencies:
11101110
ajv "^6.12.4"
11111111
debug "^4.3.2"
@@ -5465,12 +5465,12 @@ eslint-webpack-plugin@^2.6.0:
54655465
normalize-path "^3.0.0"
54665466
schema-utils "^3.1.1"
54675467

5468-
eslint@8.30.0:
5469-
version "8.30.0"
5470-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
5471-
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
5468+
eslint@8.31.0:
5469+
version "8.31.0"
5470+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
5471+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
54725472
dependencies:
5473-
"@eslint/eslintrc" "^1.4.0"
5473+
"@eslint/eslintrc" "^1.4.1"
54745474
"@humanwhocodes/config-array" "^0.11.8"
54755475
"@humanwhocodes/module-importer" "^1.0.1"
54765476
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)