Skip to content

Commit 7c7fe03

Browse files
committed
Update dependency eslint to v8.26.0
1 parent bfc472c commit 7c7fe03

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
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.25.0",
36+
"eslint": "8.26.0",
3737
"eslint-plugin-ghost": "2.16.0",
3838
"eslint-plugin-react": "7.31.10"
3939
},

yarn.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,10 +1489,10 @@
14891489
dependencies:
14901490
"@hapi/hoek" "^9.0.0"
14911491

1492-
"@humanwhocodes/config-array@^0.10.5":
1493-
version "0.10.5"
1494-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1495-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
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==
14961496
dependencies:
14971497
"@humanwhocodes/object-schema" "^1.2.1"
14981498
debug "^4.1.1"
@@ -5452,14 +5452,15 @@ eslint-webpack-plugin@^2.6.0:
54525452
normalize-path "^3.0.0"
54535453
schema-utils "^3.1.1"
54545454

5455-
eslint@8.25.0:
5456-
version "8.25.0"
5457-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
5458-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
5455+
eslint@8.26.0:
5456+
version "8.26.0"
5457+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
5458+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
54595459
dependencies:
54605460
"@eslint/eslintrc" "^1.3.3"
5461-
"@humanwhocodes/config-array" "^0.10.5"
5461+
"@humanwhocodes/config-array" "^0.11.6"
54625462
"@humanwhocodes/module-importer" "^1.0.1"
5463+
"@nodelib/fs.walk" "^1.2.8"
54635464
ajv "^6.10.0"
54645465
chalk "^4.0.0"
54655466
cross-spawn "^7.0.2"
@@ -5475,14 +5476,14 @@ [email protected]:
54755476
fast-deep-equal "^3.1.3"
54765477
file-entry-cache "^6.0.1"
54775478
find-up "^5.0.0"
5478-
glob-parent "^6.0.1"
5479+
glob-parent "^6.0.2"
54795480
globals "^13.15.0"
5480-
globby "^11.1.0"
54815481
grapheme-splitter "^1.0.4"
54825482
ignore "^5.2.0"
54835483
import-fresh "^3.0.0"
54845484
imurmurhash "^0.1.4"
54855485
is-glob "^4.0.0"
5486+
is-path-inside "^3.0.3"
54865487
js-sdsl "^4.1.4"
54875488
js-yaml "^4.1.0"
54885489
json-stable-stringify-without-jsonify "^1.0.1"
@@ -6759,7 +6760,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
67596760
dependencies:
67606761
is-glob "^4.0.1"
67616762

6762-
glob-parent@^6.0.1:
6763+
glob-parent@^6.0.2:
67636764
version "6.0.2"
67646765
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
67656766
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -7444,7 +7445,7 @@ is-obj@^2.0.0:
74447445
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
74457446
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
74467447

7447-
is-path-inside@^3.0.2:
7448+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
74487449
version "3.0.3"
74497450
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
74507451
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==

0 commit comments

Comments
 (0)