Skip to content

Commit 4549a44

Browse files
chore(deps): update devdependency eslint to v8.26.0 (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e495ca8 commit 4549a44

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@nuxtjs/eslint-config-typescript": "11.0.0",
4848
"@release-it/conventional-changelog": "5.1.1",
4949
"c8": "^7.12.0",
50-
"eslint": "8.25.0",
50+
"eslint": "8.26.0",
5151
"eslint-config-prettier": "8.5.0",
5252
"husky": "8.0.1",
5353
"lint-staged": "13.0.3",

yarn.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@
338338
dependencies:
339339
kleur "^4.0.0"
340340

341-
"@humanwhocodes/config-array@^0.10.5":
342-
version "0.10.5"
343-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
344-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
341+
"@humanwhocodes/config-array@^0.11.6":
342+
version "0.11.6"
343+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
344+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
345345
dependencies:
346346
"@humanwhocodes/object-schema" "^1.2.1"
347347
debug "^4.1.1"
@@ -460,7 +460,7 @@
460460
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
461461
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
462462

463-
"@nodelib/fs.walk@^1.2.3":
463+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
464464
version "1.2.8"
465465
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
466466
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -3609,14 +3609,15 @@ eslint-visitor-keys@^3.3.0:
36093609
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
36103610
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
36113611

3612-
eslint@8.25.0:
3613-
version "8.25.0"
3614-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3615-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
3612+
eslint@8.26.0:
3613+
version "8.26.0"
3614+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
3615+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
36163616
dependencies:
36173617
"@eslint/eslintrc" "^1.3.3"
3618-
"@humanwhocodes/config-array" "^0.10.5"
3618+
"@humanwhocodes/config-array" "^0.11.6"
36193619
"@humanwhocodes/module-importer" "^1.0.1"
3620+
"@nodelib/fs.walk" "^1.2.8"
36203621
ajv "^6.10.0"
36213622
chalk "^4.0.0"
36223623
cross-spawn "^7.0.2"
@@ -3632,14 +3633,14 @@ [email protected]:
36323633
fast-deep-equal "^3.1.3"
36333634
file-entry-cache "^6.0.1"
36343635
find-up "^5.0.0"
3635-
glob-parent "^6.0.1"
3636+
glob-parent "^6.0.2"
36363637
globals "^13.15.0"
3637-
globby "^11.1.0"
36383638
grapheme-splitter "^1.0.4"
36393639
ignore "^5.2.0"
36403640
import-fresh "^3.0.0"
36413641
imurmurhash "^0.1.4"
36423642
is-glob "^4.0.0"
3643+
is-path-inside "^3.0.3"
36433644
js-sdsl "^4.1.4"
36443645
js-yaml "^4.1.0"
36453646
json-stable-stringify-without-jsonify "^1.0.1"
@@ -4196,7 +4197,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
41964197
dependencies:
41974198
is-glob "^4.0.1"
41984199

4199-
glob-parent@^6.0.1:
4200+
glob-parent@^6.0.2:
42004201
version "6.0.2"
42014202
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
42024203
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -4843,7 +4844,7 @@ is-obj@^2.0.0:
48434844
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
48444845
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
48454846

4846-
is-path-inside@^3.0.2:
4847+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
48474848
version "3.0.3"
48484849
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
48494850
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==

0 commit comments

Comments
 (0)