Skip to content

Commit 5ec81f7

Browse files
committed
Update dependency eslint to v8.24.0
1 parent e9cde6e commit 5ec81f7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "10.1.0",
36-
"eslint": "8.23.1",
36+
"eslint": "8.24.0",
3737
"eslint-plugin-ghost": "2.15.1",
3838
"eslint-plugin-react": "7.31.8"
3939
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,10 +1489,10 @@
14891489
dependencies:
14901490
"@hapi/hoek" "^9.0.0"
14911491

1492-
"@humanwhocodes/config-array@^0.10.4":
1493-
version "0.10.4"
1494-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
1495-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
1492+
"@humanwhocodes/config-array@^0.10.5":
1493+
version "0.10.5"
1494+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1495+
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
14961496
dependencies:
14971497
"@humanwhocodes/object-schema" "^1.2.1"
14981498
debug "^4.1.1"
@@ -5457,13 +5457,13 @@ eslint-webpack-plugin@^2.6.0:
54575457
normalize-path "^3.0.0"
54585458
schema-utils "^3.1.1"
54595459

5460-
eslint@8.23.1:
5461-
version "8.23.1"
5462-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
5463-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
5460+
eslint@8.24.0:
5461+
version "8.24.0"
5462+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
5463+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
54645464
dependencies:
54655465
"@eslint/eslintrc" "^1.3.2"
5466-
"@humanwhocodes/config-array" "^0.10.4"
5466+
"@humanwhocodes/config-array" "^0.10.5"
54675467
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
54685468
"@humanwhocodes/module-importer" "^1.0.1"
54695469
ajv "^6.10.0"

0 commit comments

Comments
 (0)