Skip to content

Commit a3e2470

Browse files
committed
Update dependency eslint to v8.30.0
1 parent fc9e156 commit a3e2470

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
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.29.0",
36+
"eslint": "8.30.0",
3737
"eslint-plugin-ghost": "2.16.0",
3838
"eslint-plugin-react": "7.31.11"
3939
},

yarn.lock

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

1105-
"@eslint/eslintrc@^1.3.3":
1106-
version "1.3.3"
1107-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1108-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
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==
11091109
dependencies:
11101110
ajv "^6.12.4"
11111111
debug "^4.3.2"
11121112
espree "^9.4.0"
1113-
globals "^13.15.0"
1113+
globals "^13.19.0"
11141114
ignore "^5.2.0"
11151115
import-fresh "^3.2.1"
11161116
js-yaml "^4.1.0"
@@ -1489,14 +1489,14 @@
14891489
dependencies:
14901490
"@hapi/hoek" "^9.0.0"
14911491

1492-
"@humanwhocodes/config-array@^0.11.6":
1493-
version "0.11.6"
1494-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1495-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
1492+
"@humanwhocodes/config-array@^0.11.8":
1493+
version "0.11.8"
1494+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1495+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
14961496
dependencies:
14971497
"@humanwhocodes/object-schema" "^1.2.1"
14981498
debug "^4.1.1"
1499-
minimatch "^3.0.4"
1499+
minimatch "^3.0.5"
15001500

15011501
"@humanwhocodes/config-array@^0.5.0":
15021502
version "0.5.0"
@@ -5465,13 +5465,13 @@ eslint-webpack-plugin@^2.6.0:
54655465
normalize-path "^3.0.0"
54665466
schema-utils "^3.1.1"
54675467

5468-
eslint@8.29.0:
5469-
version "8.29.0"
5470-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
5471-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
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==
54725472
dependencies:
5473-
"@eslint/eslintrc" "^1.3.3"
5474-
"@humanwhocodes/config-array" "^0.11.6"
5473+
"@eslint/eslintrc" "^1.4.0"
5474+
"@humanwhocodes/config-array" "^0.11.8"
54755475
"@humanwhocodes/module-importer" "^1.0.1"
54765476
"@nodelib/fs.walk" "^1.2.8"
54775477
ajv "^6.10.0"
@@ -5490,7 +5490,7 @@ eslint@8.29.0:
54905490
file-entry-cache "^6.0.1"
54915491
find-up "^5.0.0"
54925492
glob-parent "^6.0.2"
5493-
globals "^13.15.0"
5493+
globals "^13.19.0"
54945494
grapheme-splitter "^1.0.4"
54955495
ignore "^5.2.0"
54965496
import-fresh "^3.0.0"
@@ -6833,10 +6833,10 @@ globals@^11.1.0:
68336833
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
68346834
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
68356835

6836-
globals@^13.15.0, globals@^13.2.0, globals@^13.6.0, globals@^13.9.0:
6837-
version "13.17.0"
6838-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4"
6839-
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
6836+
globals@^13.19.0, globals@^13.2.0, globals@^13.6.0, globals@^13.9.0:
6837+
version "13.19.0"
6838+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
6839+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
68406840
dependencies:
68416841
type-fest "^0.20.2"
68426842

@@ -8427,7 +8427,7 @@ minimatch@3.0.4:
84278427
dependencies:
84288428
brace-expansion "^1.1.7"
84298429

8430-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
8430+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
84318431
version "3.1.2"
84328432
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
84338433
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)