Skip to content

Commit 23e182f

Browse files
committed
chore(deps): update dependency eslint to v8.26.0
1 parent ee60e8f commit 23e182f

File tree

3 files changed

+46
-43
lines changed

3 files changed

+46
-43
lines changed

package-lock.json

Lines changed: 27 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "16.11.68",
3737
"@typescript-eslint/eslint-plugin": "5.40.1",
3838
"@typescript-eslint/parser": "5.40.1",
39-
"eslint": "8.25.0",
39+
"eslint": "8.26.0",
4040
"eslint-config-prettier": "8.5.0",
4141
"eslint-plugin-import": "2.26.0",
4242
"husky": "8.0.1",

yarn.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,10 @@
533533
minimatch "^3.1.2"
534534
strip-json-comments "^3.1.1"
535535

536-
"@humanwhocodes/config-array@^0.10.5":
537-
version "0.10.5"
538-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.5.tgz"
539-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
536+
"@humanwhocodes/config-array@^0.11.6":
537+
version "0.11.6"
538+
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz"
539+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
540540
dependencies:
541541
"@humanwhocodes/object-schema" "^1.2.1"
542542
debug "^4.1.1"
@@ -818,10 +818,10 @@
818818
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
819819
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
820820

821-
"@nodelib/fs.walk@^1.2.3":
822-
version "1.2.7"
823-
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz"
824-
integrity sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==
821+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
822+
version "1.2.8"
823+
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
824+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
825825
dependencies:
826826
"@nodelib/fs.scandir" "2.1.5"
827827
fastq "^1.6.0"
@@ -2458,14 +2458,15 @@ eslint-visitor-keys@^3.3.0:
24582458
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
24592459
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24602460

2461-
eslint@8.25.0:
2462-
version "8.25.0"
2463-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz"
2464-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
2461+
eslint@8.26.0:
2462+
version "8.26.0"
2463+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz"
2464+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
24652465
dependencies:
24662466
"@eslint/eslintrc" "^1.3.3"
2467-
"@humanwhocodes/config-array" "^0.10.5"
2467+
"@humanwhocodes/config-array" "^0.11.6"
24682468
"@humanwhocodes/module-importer" "^1.0.1"
2469+
"@nodelib/fs.walk" "^1.2.8"
24692470
ajv "^6.10.0"
24702471
chalk "^4.0.0"
24712472
cross-spawn "^7.0.2"
@@ -2481,14 +2482,14 @@ eslint@8.25.0:
24812482
fast-deep-equal "^3.1.3"
24822483
file-entry-cache "^6.0.1"
24832484
find-up "^5.0.0"
2484-
glob-parent "^6.0.1"
2485+
glob-parent "^6.0.2"
24852486
globals "^13.15.0"
2486-
globby "^11.1.0"
24872487
grapheme-splitter "^1.0.4"
24882488
ignore "^5.2.0"
24892489
import-fresh "^3.0.0"
24902490
imurmurhash "^0.1.4"
24912491
is-glob "^4.0.0"
2492+
is-path-inside "^3.0.3"
24922493
js-sdsl "^4.1.4"
24932494
js-yaml "^4.1.0"
24942495
json-stable-stringify-without-jsonify "^1.0.1"
@@ -2873,7 +2874,7 @@ glob-parent@^5.1.2:
28732874
dependencies:
28742875
is-glob "^4.0.1"
28752876

2876-
glob-parent@^6.0.1:
2877+
glob-parent@^6.0.2:
28772878
version "6.0.2"
28782879
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
28792880
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -3339,7 +3340,7 @@ is-obj@^2.0.0:
33393340
resolved "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz"
33403341
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
33413342

3342-
is-path-inside@^3.0.2:
3343+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
33433344
version "3.0.3"
33443345
resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz"
33453346
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==

0 commit comments

Comments
 (0)