Skip to content

Commit b5af064

Browse files
committed
Update dependency eslint to v8.57.0
1 parent 93e5262 commit b5af064

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.56.0",
36+
"eslint": "8.57.0",
3737
"eslint-plugin-ghost": "3.4.0",
3838
"eslint-plugin-react": "7.33.2"
3939
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,10 @@
11961196
minimatch "^3.1.2"
11971197
strip-json-comments "^3.1.1"
11981198

1199-
"@eslint/js@8.56.0":
1200-
version "8.56.0"
1201-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1202-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
1199+
"@eslint/js@8.57.0":
1200+
version "8.57.0"
1201+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1202+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
12031203

12041204
"@gatsbyjs/parcel-namer-relative-to-cwd@^1.10.0":
12051205
version "1.10.0"
@@ -1518,7 +1518,7 @@
15181518
dependencies:
15191519
"@hapi/hoek" "^9.0.0"
15201520

1521-
"@humanwhocodes/config-array@^0.11.13":
1521+
"@humanwhocodes/config-array@^0.11.14":
15221522
version "0.11.14"
15231523
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
15241524
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
@@ -5437,16 +5437,16 @@ eslint-webpack-plugin@^2.7.0:
54375437
normalize-path "^3.0.0"
54385438
schema-utils "^3.1.1"
54395439

5440-
eslint@8.56.0:
5441-
version "8.56.0"
5442-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
5443-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
5440+
eslint@8.57.0:
5441+
version "8.57.0"
5442+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
5443+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
54445444
dependencies:
54455445
"@eslint-community/eslint-utils" "^4.2.0"
54465446
"@eslint-community/regexpp" "^4.6.1"
54475447
"@eslint/eslintrc" "^2.1.4"
5448-
"@eslint/js" "8.56.0"
5449-
"@humanwhocodes/config-array" "^0.11.13"
5448+
"@eslint/js" "8.57.0"
5449+
"@humanwhocodes/config-array" "^0.11.14"
54505450
"@humanwhocodes/module-importer" "^1.0.1"
54515451
"@nodelib/fs.walk" "^1.2.8"
54525452
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)