Skip to content

Commit 1f486ff

Browse files
committed
chore(deps): update dependency eslint to v8.26.0
1 parent 44d8236 commit 1f486ff

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
@@ -54,7 +54,7 @@
5454
"@typescript-eslint/eslint-plugin": "5.40.1",
5555
"@typescript-eslint/parser": "5.40.1",
5656
"contentlayer": "0.2.8",
57-
"eslint": "8.25.0",
57+
"eslint": "8.26.0",
5858
"eslint-config-next": "12.3.1",
5959
"eslint-config-prettier": "8.5.0",
6060
"eslint-config-standard": "17.0.0",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@
334334
protobufjs "^7.0.0"
335335
yargs "^16.2.0"
336336

337-
"@humanwhocodes/config-array@^0.10.5":
338-
version "0.10.7"
339-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
340-
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
337+
"@humanwhocodes/config-array@^0.11.6":
338+
version "0.11.6"
339+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
340+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
341341
dependencies:
342342
"@humanwhocodes/object-schema" "^1.2.1"
343343
debug "^4.1.1"
@@ -523,7 +523,7 @@
523523
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
524524
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
525525

526-
"@nodelib/fs.walk@^1.2.3":
526+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
527527
version "1.2.8"
528528
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
529529
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -2437,14 +2437,15 @@ eslint-visitor-keys@^3.3.0:
24372437
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
24382438
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24392439

2440-
eslint@8.25.0:
2441-
version "8.25.0"
2442-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
2443-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
2440+
eslint@8.26.0:
2441+
version "8.26.0"
2442+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
2443+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
24442444
dependencies:
24452445
"@eslint/eslintrc" "^1.3.3"
2446-
"@humanwhocodes/config-array" "^0.10.5"
2446+
"@humanwhocodes/config-array" "^0.11.6"
24472447
"@humanwhocodes/module-importer" "^1.0.1"
2448+
"@nodelib/fs.walk" "^1.2.8"
24482449
ajv "^6.10.0"
24492450
chalk "^4.0.0"
24502451
cross-spawn "^7.0.2"
@@ -2460,14 +2461,14 @@ eslint@8.25.0:
24602461
fast-deep-equal "^3.1.3"
24612462
file-entry-cache "^6.0.1"
24622463
find-up "^5.0.0"
2463-
glob-parent "^6.0.1"
2464+
glob-parent "^6.0.2"
24642465
globals "^13.15.0"
2465-
globby "^11.1.0"
24662466
grapheme-splitter "^1.0.4"
24672467
ignore "^5.2.0"
24682468
import-fresh "^3.0.0"
24692469
imurmurhash "^0.1.4"
24702470
is-glob "^4.0.0"
2471+
is-path-inside "^3.0.3"
24712472
js-sdsl "^4.1.4"
24722473
js-yaml "^4.1.0"
24732474
json-stable-stringify-without-jsonify "^1.0.1"
@@ -2755,7 +2756,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
27552756
dependencies:
27562757
is-glob "^4.0.1"
27572758

2758-
glob-parent@^6.0.1:
2759+
glob-parent@^6.0.2:
27592760
version "6.0.2"
27602761
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
27612762
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -3172,6 +3173,11 @@ is-number@^7.0.0:
31723173
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
31733174
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
31743175

3176+
is-path-inside@^3.0.3:
3177+
version "3.0.3"
3178+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
3179+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
3180+
31753181
is-plain-obj@^3.0.0:
31763182
version "3.0.0"
31773183
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"

0 commit comments

Comments
 (0)