Skip to content

Commit 883a65e

Browse files
committed
Update dependency eslint to v8.24.0
1 parent 1970c27 commit 883a65e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"ember-template-lint": "4.14.0",
124124
"ember-truth-helpers": "3.1.1",
125125
"ember-try": "2.0.0",
126-
"eslint": "8.23.1",
126+
"eslint": "8.24.0",
127127
"eslint-plugin-ember": "11.0.6",
128128
"eslint-plugin-json": "3.1.0",
129129
"eslint-plugin-node": "11.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6854,10 +6854,10 @@
68546854
ember-compatibility-helpers "^1.2.1"
68556855
ember-raf-scheduler "0.2.0"
68566856

6857-
"@humanwhocodes/config-array@^0.10.4":
6858-
version "0.10.4"
6859-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
6860-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
6857+
"@humanwhocodes/config-array@^0.10.5":
6858+
version "0.10.5"
6859+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
6860+
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
68616861
dependencies:
68626862
"@humanwhocodes/object-schema" "^1.2.1"
68636863
debug "^4.1.1"
@@ -14947,13 +14947,13 @@ eslint-visitor-keys@^3.3.0:
1494714947
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
1494814948
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
1494914949

14950-
eslint@8.23.1:
14951-
version "8.23.1"
14952-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
14953-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
14950+
eslint@8.24.0:
14951+
version "8.24.0"
14952+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
14953+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
1495414954
dependencies:
1495514955
"@eslint/eslintrc" "^1.3.2"
14956-
"@humanwhocodes/config-array" "^0.10.4"
14956+
"@humanwhocodes/config-array" "^0.10.5"
1495714957
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
1495814958
"@humanwhocodes/module-importer" "^1.0.1"
1495914959
ajv "^6.10.0"

0 commit comments

Comments
 (0)