Skip to content

Commit c3f020b

Browse files
committed
Update dependency eslint to v8.39.0
1 parent 118e0bb commit c3f020b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.38.0",
36+
"eslint": "8.39.0",
3737
"eslint-plugin-ghost": "2.16.0",
3838
"eslint-plugin-react": "7.32.2"
3939
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,10 @@
11291129
minimatch "^3.1.2"
11301130
strip-json-comments "^3.1.1"
11311131

1132-
"@eslint/js@8.38.0":
1133-
version "8.38.0"
1134-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
1135-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
1132+
"@eslint/js@8.39.0":
1133+
version "8.39.0"
1134+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
1135+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
11361136

11371137
"@gatsbyjs/parcel-namer-relative-to-cwd@^1.0.0":
11381138
version "1.5.0"
@@ -5354,10 +5354,10 @@ eslint-scope@5.1.1, eslint-scope@^5.1.1:
53545354
esrecurse "^4.3.0"
53555355
estraverse "^4.1.1"
53565356

5357-
eslint-scope@^7.1.1:
5358-
version "7.1.1"
5359-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
5360-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
5357+
eslint-scope@^7.2.0:
5358+
version "7.2.0"
5359+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
5360+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
53615361
dependencies:
53625362
esrecurse "^4.3.0"
53635363
estraverse "^5.2.0"
@@ -5403,15 +5403,15 @@ eslint-webpack-plugin@^2.6.0:
54035403
normalize-path "^3.0.0"
54045404
schema-utils "^3.1.1"
54055405

5406-
eslint@8.38.0:
5407-
version "8.38.0"
5408-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
5409-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
5406+
eslint@8.39.0:
5407+
version "8.39.0"
5408+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
5409+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
54105410
dependencies:
54115411
"@eslint-community/eslint-utils" "^4.2.0"
54125412
"@eslint-community/regexpp" "^4.4.0"
54135413
"@eslint/eslintrc" "^2.0.2"
5414-
"@eslint/js" "8.38.0"
5414+
"@eslint/js" "8.39.0"
54155415
"@humanwhocodes/config-array" "^0.11.8"
54165416
"@humanwhocodes/module-importer" "^1.0.1"
54175417
"@nodelib/fs.walk" "^1.2.8"
@@ -5421,7 +5421,7 @@ eslint@8.38.0:
54215421
debug "^4.3.2"
54225422
doctrine "^3.0.0"
54235423
escape-string-regexp "^4.0.0"
5424-
eslint-scope "^7.1.1"
5424+
eslint-scope "^7.2.0"
54255425
eslint-visitor-keys "^3.4.0"
54265426
espree "^9.5.1"
54275427
esquery "^1.4.2"

0 commit comments

Comments
 (0)