Skip to content

Commit c4b9a08

Browse files
committed
Update dependency eslint to v8.26.0
1 parent 2513828 commit c4b9a08

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
@@ -50,7 +50,7 @@
5050
"@types/jest": "29.2.0",
5151
"@typescript-eslint/eslint-plugin": "5.40.1",
5252
"@typescript-eslint/parser": "5.40.1",
53-
"eslint": "8.25.0",
53+
"eslint": "8.26.0",
5454
"jest": "29.2.1",
5555
"myzod": "1.8.8",
5656
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,10 +1340,10 @@
13401340
tslib "^2.4.0"
13411341
value-or-promise "1.0.11"
13421342

1343-
"@humanwhocodes/config-array@^0.10.5":
1344-
version "0.10.5"
1345-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1346-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1343+
"@humanwhocodes/config-array@^0.11.6":
1344+
version "0.11.6"
1345+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1346+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
13471347
dependencies:
13481348
"@humanwhocodes/object-schema" "^1.2.1"
13491349
debug "^4.1.1"
@@ -1682,7 +1682,7 @@
16821682
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
16831683
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
16841684

1685-
"@nodelib/fs.walk@^1.2.3":
1685+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
16861686
version "1.2.8"
16871687
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
16881688
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -2946,14 +2946,15 @@ eslint-visitor-keys@^3.3.0:
29462946
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
29472947
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
29482948

2949-
eslint@8.25.0:
2950-
version "8.25.0"
2951-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
2952-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
2949+
eslint@8.26.0:
2950+
version "8.26.0"
2951+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
2952+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
29532953
dependencies:
29542954
"@eslint/eslintrc" "^1.3.3"
2955-
"@humanwhocodes/config-array" "^0.10.5"
2955+
"@humanwhocodes/config-array" "^0.11.6"
29562956
"@humanwhocodes/module-importer" "^1.0.1"
2957+
"@nodelib/fs.walk" "^1.2.8"
29572958
ajv "^6.10.0"
29582959
chalk "^4.0.0"
29592960
cross-spawn "^7.0.2"
@@ -2969,14 +2970,14 @@ [email protected]:
29692970
fast-deep-equal "^3.1.3"
29702971
file-entry-cache "^6.0.1"
29712972
find-up "^5.0.0"
2972-
glob-parent "^6.0.1"
2973+
glob-parent "^6.0.2"
29732974
globals "^13.15.0"
2974-
globby "^11.1.0"
29752975
grapheme-splitter "^1.0.4"
29762976
ignore "^5.2.0"
29772977
import-fresh "^3.0.0"
29782978
imurmurhash "^0.1.4"
29792979
is-glob "^4.0.0"
2980+
is-path-inside "^3.0.3"
29802981
js-sdsl "^4.1.4"
29812982
js-yaml "^4.1.0"
29822983
json-stable-stringify-without-jsonify "^1.0.1"
@@ -3293,7 +3294,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
32933294
dependencies:
32943295
is-glob "^4.0.1"
32953296

3296-
glob-parent@^6.0.1:
3297+
glob-parent@^6.0.2:
32973298
version "6.0.2"
32983299
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
32993300
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -3672,6 +3673,11 @@ is-number@^7.0.0:
36723673
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
36733674
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
36743675

3676+
is-path-inside@^3.0.3:
3677+
version "3.0.3"
3678+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
3679+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
3680+
36753681
is-regex@^1.1.4:
36763682
version "1.1.4"
36773683
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"

0 commit comments

Comments
 (0)