This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 50
50
},
51
51
"dependencies" : {
52
52
"eslint-plugin-vue" : " ^5.1.0" ,
53
- "vue-eslint-parser" : " ^5 .0.0 "
53
+ "vue-eslint-parser" : " ^6 .0.2 "
54
54
}
55
55
}
Original file line number Diff line number Diff line change @@ -1049,6 +1049,13 @@ debug@^4.0.1, debug@^4.1.0:
1049
1049
dependencies :
1050
1050
ms "^2.1.1"
1051
1051
1052
+ debug@^4.1.1 :
1053
+ version "4.1.1"
1054
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
1055
+ integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
1056
+ dependencies :
1057
+ ms "^2.1.1"
1058
+
1052
1059
decamelize-keys@^1.0.0 :
1053
1060
version "1.1.0"
1054
1061
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -4977,15 +4984,15 @@ vue-eslint-parser@^4.0.2:
4977
4984
esquery "^1.0.1"
4978
4985
lodash "^4.17.11"
4979
4986
4980
- vue-eslint-parser@^5 .0.0 :
4981
- version "5 .0.0 "
4982
- resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-5 .0.0 .tgz#00f4e4da94ec974b821a26ff0ed0f7a78402b8a1 "
4983
- integrity sha512-JlHVZwBBTNVvzmifwjpZYn0oPWH2SgWv5dojlZBsrhablDu95VFD+hriB1rQGwbD+bms6g+rAFhQHk6+NyiS6g ==
4987
+ vue-eslint-parser@^6 .0.2 :
4988
+ version "6 .0.2 "
4989
+ resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6 .0.2 .tgz#0fa8d960bfbfb76582ad029b4a9908816ae5d76f "
4990
+ integrity sha512-BxDDlPIYFYOrxs4WMvGxGj0Ve83iWYPydaqEzoVz0tVgzDXdS98FAZEX/Kd7OiHgXy1hR4nDnHHZ5sGIHMfSHw ==
4984
4991
dependencies :
4985
- debug "^4.1.0 "
4992
+ debug "^4.1.1 "
4986
4993
eslint-scope "^4.0.0"
4987
4994
eslint-visitor-keys "^1.0.0"
4988
- espree "^4.1 .0"
4995
+ espree "^5.0 .0"
4989
4996
esquery "^1.0.1"
4990
4997
lodash "^4.17.11"
4991
4998
You can’t perform that action at this time.
0 commit comments