Skip to content

Commit bbdd8bb

Browse files
build(deps-dev): bump eslint from 8.23.1 to 8.24.0 (#6420)
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.23.1...v8.24.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bde990a commit bbdd8bb

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
@@ -89,7 +89,7 @@
8989
"directory-tree": "^3.3.1",
9090
"directory-tree-webpack-plugin": "^1.0.3",
9191
"duplexer": "^0.1.1",
92-
"eslint": "^8.23.1",
92+
"eslint": "^8.24.0",
9393
"eslint-config-prettier": "^8.5.0",
9494
"eslint-plugin-cypress": "^2.12.1",
9595
"eslint-plugin-mdx": "^2.0.5",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1245,10 +1245,10 @@
12451245
dependencies:
12461246
"@hapi/hoek" "^8.3.0"
12471247

1248-
"@humanwhocodes/config-array@^0.10.4":
1249-
version "0.10.4"
1250-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
1251-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
1248+
"@humanwhocodes/config-array@^0.10.5":
1249+
version "0.10.5"
1250+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1251+
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
12521252
dependencies:
12531253
"@humanwhocodes/object-schema" "^1.2.1"
12541254
debug "^4.1.1"
@@ -5002,13 +5002,13 @@ eslint-visitor-keys@^3.3.0:
50025002
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
50035003
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
50045004

5005-
eslint@^8.23.1:
5006-
version "8.23.1"
5007-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
5008-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
5005+
eslint@^8.24.0:
5006+
version "8.24.0"
5007+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
5008+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
50095009
dependencies:
50105010
"@eslint/eslintrc" "^1.3.2"
5011-
"@humanwhocodes/config-array" "^0.10.4"
5011+
"@humanwhocodes/config-array" "^0.10.5"
50125012
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
50135013
"@humanwhocodes/module-importer" "^1.0.1"
50145014
ajv "^6.10.0"

0 commit comments

Comments
 (0)