Skip to content

Commit e9cde6e

Browse files
committed
Update dependency eslint to v8.23.1
1 parent 222df58 commit e9cde6e

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
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.23.0",
36+
"eslint": "8.23.1",
3737
"eslint-plugin-ghost": "2.15.1",
3838
"eslint-plugin-react": "7.31.8"
3939
},

yarn.lock

Lines changed: 15 additions & 10 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.3.1":
1106-
version "1.3.1"
1107-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1108-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
1105+
"@eslint/eslintrc@^1.3.2":
1106+
version "1.3.2"
1107+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1108+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
11091109
dependencies:
11101110
ajv "^6.12.4"
11111111
debug "^4.3.2"
@@ -5457,12 +5457,12 @@ eslint-webpack-plugin@^2.6.0:
54575457
normalize-path "^3.0.0"
54585458
schema-utils "^3.1.1"
54595459

5460-
5461-
version "8.23.0"
5462-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
5463-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
5460+
5461+
version "8.23.1"
5462+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
5463+
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
54645464
dependencies:
5465-
"@eslint/eslintrc" "^1.3.1"
5465+
"@eslint/eslintrc" "^1.3.2"
54665466
"@humanwhocodes/config-array" "^0.10.4"
54675467
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
54685468
"@humanwhocodes/module-importer" "^1.0.1"
@@ -5481,7 +5481,6 @@ [email protected]:
54815481
fast-deep-equal "^3.1.3"
54825482
file-entry-cache "^6.0.1"
54835483
find-up "^5.0.0"
5484-
functional-red-black-tree "^1.0.1"
54855484
glob-parent "^6.0.1"
54865485
globals "^13.15.0"
54875486
globby "^11.1.0"
@@ -5490,6 +5489,7 @@ [email protected]:
54905489
import-fresh "^3.0.0"
54915490
imurmurhash "^0.1.4"
54925491
is-glob "^4.0.0"
5492+
js-sdsl "^4.1.4"
54935493
js-yaml "^4.1.0"
54945494
json-stable-stringify-without-jsonify "^1.0.1"
54955495
levn "^0.4.1"
@@ -7674,6 +7674,11 @@ [email protected]:
76747674
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.2.tgz#8b345b1ae4abde64c2da2fe67ea216a114ac279d"
76757675
integrity sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw==
76767676

7677+
js-sdsl@^4.1.4:
7678+
version "4.1.4"
7679+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
7680+
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
7681+
76777682
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
76787683
version "4.0.0"
76797684
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)