Skip to content

Commit 050c4d6

Browse files
chore(deps): update devdependency eslint to v8.24.0 (nuxt-modules#220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7ff701 commit 050c4d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "29.0.3",
4343
"babel-eslint": "latest",
4444
"babel-jest": "29.0.3",
45-
"eslint": "8.23.1",
45+
"eslint": "8.24.0",
4646
"husky": "8.0.1",
4747
"jest": "29.0.3",
4848
"lint-staged": "13.0.3",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1147,10 +1147,10 @@
11471147
dependencies:
11481148
kleur "^4.0.0"
11491149

1150-
"@humanwhocodes/config-array@^0.10.4":
1151-
version "0.10.4"
1152-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
1153-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
1150+
"@humanwhocodes/config-array@^0.10.5":
1151+
version "0.10.5"
1152+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1153+
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
11541154
dependencies:
11551155
"@humanwhocodes/object-schema" "^1.2.1"
11561156
debug "^4.1.1"
@@ -5726,13 +5726,13 @@ eslint-visitor-keys@^3.3.0:
57265726
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
57275727
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
57285728

5729-
eslint@8.23.1:
5730-
version "8.23.1"
5731-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
5732-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
5729+
eslint@8.24.0:
5730+
version "8.24.0"
5731+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
5732+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
57335733
dependencies:
57345734
"@eslint/eslintrc" "^1.3.2"
5735-
"@humanwhocodes/config-array" "^0.10.4"
5735+
"@humanwhocodes/config-array" "^0.10.5"
57365736
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
57375737
"@humanwhocodes/module-importer" "^1.0.1"
57385738
ajv "^6.10.0"

0 commit comments

Comments
 (0)