File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 24
24
"@vue/cli-service" : " 4.5.8" ,
25
25
"@vue/eslint-config-airbnb" : " ^5.0.2" ,
26
26
"babel-eslint" : " ^10.1.0" ,
27
- "eslint" : " 7.12.1 " ,
27
+ "eslint" : " 7.13.0 " ,
28
28
"eslint-config-prettier" : " ^6.15.0" ,
29
29
"eslint-plugin-import" : " ^2.20.2" ,
30
30
"eslint-plugin-prettier" : " ^3.1.4" ,
Original file line number Diff line number Diff line change @@ -3845,10 +3845,10 @@ eslint-visitor-keys@^2.0.0:
3845
3845
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3846
3846
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3847
3847
3848
- eslint@7.12.1 :
3849
- version "7.12.1 "
3850
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1 .tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801 "
3851
- integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg ==
3848
+ eslint@7.13.0 :
3849
+ version "7.13.0 "
3850
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0 .tgz#7f180126c0dcdef327bfb54b211d7802decc08da "
3851
+ integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ ==
3852
3852
dependencies :
3853
3853
" @babel/code-frame" " ^7.0.0"
3854
3854
" @eslint/eslintrc" " ^0.2.1"
@@ -4029,6 +4029,21 @@ execa@^3.3.0:
4029
4029
signal-exit "^3.0.2"
4030
4030
strip-final-newline "^2.0.0"
4031
4031
4032
+ execa@latest :
4033
+ version "4.1.0"
4034
+ resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
4035
+ integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
4036
+ dependencies :
4037
+ cross-spawn "^7.0.0"
4038
+ get-stream "^5.0.0"
4039
+ human-signals "^1.1.1"
4040
+ is-stream "^2.0.0"
4041
+ merge-stream "^2.0.0"
4042
+ npm-run-path "^4.0.0"
4043
+ onetime "^5.1.0"
4044
+ signal-exit "^3.0.2"
4045
+ strip-final-newline "^2.0.0"
4046
+
4032
4047
expand-brackets@^2.1.4 :
4033
4048
version "2.1.4"
4034
4049
resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
You can’t perform that action at this time.
0 commit comments