Skip to content

Commit 94a1b7a

Browse files
committed
Update dependency eslint to v8.26.0
1 parent 7a23e78 commit 94a1b7a

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "12.20.55",
2121
"@typescript-eslint/eslint-plugin": "5.41.0",
2222
"@typescript-eslint/parser": "5.41.0",
23-
"eslint": "8.25.0",
23+
"eslint": "8.26.0",
2424
"eslint-config-prettier": "8.5.0",
2525
"eslint-plugin-jest": "26.9.0",
2626
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@
344344
minimatch "^3.1.2"
345345
strip-json-comments "^3.1.1"
346346

347-
"@humanwhocodes/config-array@^0.10.5":
348-
version "0.10.5"
349-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
350-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
347+
"@humanwhocodes/config-array@^0.11.6":
348+
version "0.11.6"
349+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
350+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
351351
dependencies:
352352
"@humanwhocodes/object-schema" "^1.2.1"
353353
debug "^4.1.1"
@@ -642,7 +642,7 @@
642642
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
643643
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
644644

645-
"@nodelib/fs.walk@^1.2.3":
645+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
646646
version "1.2.8"
647647
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
648648
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -1402,14 +1402,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
14021402
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
14031403
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
14041404

1405-
eslint@8.25.0:
1406-
version "8.25.0"
1407-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
1408-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
1405+
eslint@8.26.0:
1406+
version "8.26.0"
1407+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
1408+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
14091409
dependencies:
14101410
"@eslint/eslintrc" "^1.3.3"
1411-
"@humanwhocodes/config-array" "^0.10.5"
1411+
"@humanwhocodes/config-array" "^0.11.6"
14121412
"@humanwhocodes/module-importer" "^1.0.1"
1413+
"@nodelib/fs.walk" "^1.2.8"
14131414
ajv "^6.10.0"
14141415
chalk "^4.0.0"
14151416
cross-spawn "^7.0.2"
@@ -1425,14 +1426,14 @@ eslint@8.25.0:
14251426
fast-deep-equal "^3.1.3"
14261427
file-entry-cache "^6.0.1"
14271428
find-up "^5.0.0"
1428-
glob-parent "^6.0.1"
1429+
glob-parent "^6.0.2"
14291430
globals "^13.15.0"
1430-
globby "^11.1.0"
14311431
grapheme-splitter "^1.0.4"
14321432
ignore "^5.2.0"
14331433
import-fresh "^3.0.0"
14341434
imurmurhash "^0.1.4"
14351435
is-glob "^4.0.0"
1436+
is-path-inside "^3.0.3"
14361437
js-sdsl "^4.1.4"
14371438
js-yaml "^4.1.0"
14381439
json-stable-stringify-without-jsonify "^1.0.1"
@@ -1672,7 +1673,7 @@ glob-parent@^5.1.2:
16721673
dependencies:
16731674
is-glob "^4.0.1"
16741675

1675-
glob-parent@^6.0.1:
1676+
glob-parent@^6.0.2:
16761677
version "6.0.2"
16771678
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
16781679
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -1850,6 +1851,11 @@ is-number@^7.0.0:
18501851
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
18511852
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
18521853

1854+
is-path-inside@^3.0.3:
1855+
version "3.0.3"
1856+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
1857+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
1858+
18531859
is-stream@^2.0.0:
18541860
version "2.0.0"
18551861
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"

0 commit comments

Comments
 (0)