File tree 2 files changed +12
-9
lines changed
lib/vscode/extensions/github-authentication
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 96
96
"@types/node-fetch" : " ^2.5.7" ,
97
97
"@types/uuid" : " 8.0.0"
98
98
},
99
+ "resolutions" : {
100
+ "axios" : " 0.21.2"
101
+ },
99
102
"repository" : {
100
103
"type" : " git" ,
101
104
"url" : " https://github.com/microsoft/vscode.git"
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ asynckit@^0.4.0:
55
55
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
56
56
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
57
57
58
- axios@^0.21.1 :
59
- version "0.21.1 "
60
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1 .tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8 "
61
- integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA ==
58
+ axios@0.21.2, axios@ ^0.21.1 :
59
+ version "0.21.2 "
60
+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2 .tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017 "
61
+ integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg ==
62
62
dependencies :
63
- follow-redirects "^1.10 .0"
63
+ follow-redirects "^1.14 .0"
64
64
65
65
cls-hooked@^4.2.2 :
66
66
version "4.2.2"
@@ -110,10 +110,10 @@ emitter-listener@^1.0.1, emitter-listener@^1.1.1:
110
110
dependencies :
111
111
shimmer "^1.2.0"
112
112
113
- follow-redirects@^1.10 .0 :
114
- version "1.13 .3"
115
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13 .3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267 "
116
- integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA ==
113
+ follow-redirects@^1.14 .0 :
114
+ version "1.14 .3"
115
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14 .3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e "
116
+ integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw ==
117
117
118
118
form-data@^3.0.0 :
119
119
version "3.0.0"
You can’t perform that action at this time.
0 commit comments