Skip to content

Commit f4d048c

Browse files
Bump eslint from 8.11.0 to 8.12.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.11.0...v8.12.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 6dec4fb commit f4d048c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.11.0",
43+
"eslint": "^8.12.0",
4444
"typescript": "^4.6.2",
4545
"vue": "^3.2.31"
4646
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ eslint-visitor-keys@^3.3.0:
510510
version "3.3.0"
511511
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
512512

513-
eslint@^8.11.0:
514-
version "8.11.0"
515-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.11.0.tgz#88b91cfba1356fc10bb9eb592958457dfe09fb37"
513+
eslint@^8.12.0:
514+
version "8.12.0"
515+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e"
516516
dependencies:
517517
"@eslint/eslintrc" "^1.2.1"
518518
"@humanwhocodes/config-array" "^0.9.2"

0 commit comments

Comments
 (0)