Skip to content

Commit 293d113

Browse files
committed
fix(lib/vscode): update axios to 0.21.2
1 parent 7a73501 commit 293d113

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

lib/vscode/extensions/github-authentication/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
"@types/node-fetch": "^2.5.7",
9797
"@types/uuid": "8.0.0"
9898
},
99+
"resolutions": {
100+
"axios": "0.21.2"
101+
},
99102
"repository": {
100103
"type": "git",
101104
"url": "https://github.com/microsoft/vscode.git"

lib/vscode/extensions/github-authentication/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ asynckit@^0.4.0:
5555
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
5656
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
5757

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==
6262
dependencies:
63-
follow-redirects "^1.10.0"
63+
follow-redirects "^1.14.0"
6464

6565
cls-hooked@^4.2.2:
6666
version "4.2.2"
@@ -110,10 +110,10 @@ emitter-listener@^1.0.1, emitter-listener@^1.1.1:
110110
dependencies:
111111
shimmer "^1.2.0"
112112

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==
117117

118118
form-data@^3.0.0:
119119
version "3.0.0"

0 commit comments

Comments
 (0)