Skip to content

Commit 3b370c7

Browse files
fix(deps): update dependency vue-eslint-parser to v9 (#324)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 7a3427f commit 3b370c7

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lodash": "^4.17.11",
3838
"parse5": "^6.0.0",
3939
"semver": "^7.3.4",
40-
"vue-eslint-parser": "^8.0.0",
40+
"vue-eslint-parser": "^9.0.0",
4141
"yaml-eslint-parser": "^0.5.0"
4242
},
4343
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10702,20 +10702,7 @@ vue-eslint-parser@^5.0.0:
1070210702
esquery "^1.0.1"
1070310703
lodash "^4.17.11"
1070410704

10705-
vue-eslint-parser@^8.0.0:
10706-
version "8.0.1"
10707-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
10708-
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
10709-
dependencies:
10710-
debug "^4.3.2"
10711-
eslint-scope "^6.0.0"
10712-
eslint-visitor-keys "^3.0.0"
10713-
espree "^9.0.0"
10714-
esquery "^1.4.0"
10715-
lodash "^4.17.21"
10716-
semver "^7.3.5"
10717-
10718-
vue-eslint-parser@^9.0.1:
10705+
vue-eslint-parser@^9.0.0, vue-eslint-parser@^9.0.1:
1071910706
version "9.0.2"
1072010707
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.2.tgz#d2535516f3f55adb387939427fe741065eb7948a"
1072110708
integrity sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==

0 commit comments

Comments
 (0)