Skip to content

Commit 5a3ee68

Browse files
dependabot[bot]WipeAir
authored andcommitted
Bump eslint from 8.23.1 to 8.24.0
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>
1 parent 0bf4680 commit 5a3ee68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/vue": "^2.0.0",
4141
"@typescript-eslint/eslint-plugin": "^1.13.0",
4242
"@typescript-eslint/parser": "^1.13.0",
43-
"eslint": "^8.23.1",
43+
"eslint": "^8.24.0",
4444
"typescript": "^4.8.3",
4545
"vue": "^3.2.39"
4646
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
dependencies:
7171
tslib "^2.4.0"
7272

73-
"@humanwhocodes/config-array@^0.10.4":
74-
version "0.10.4"
75-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
73+
"@humanwhocodes/config-array@^0.10.5":
74+
version "0.10.5"
75+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
7676
dependencies:
7777
"@humanwhocodes/object-schema" "^1.2.1"
7878
debug "^4.1.1"
@@ -552,12 +552,12 @@ eslint-visitor-keys@^3.3.0:
552552
version "3.3.0"
553553
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
554554

555-
eslint@^8.23.1:
556-
version "8.23.1"
557-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
555+
eslint@^8.24.0:
556+
version "8.24.0"
557+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
558558
dependencies:
559559
"@eslint/eslintrc" "^1.3.2"
560-
"@humanwhocodes/config-array" "^0.10.4"
560+
"@humanwhocodes/config-array" "^0.10.5"
561561
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
562562
"@humanwhocodes/module-importer" "^1.0.1"
563563
ajv "^6.10.0"

0 commit comments

Comments
 (0)