File tree Expand file tree Collapse file tree 4 files changed +23
-15
lines changed
extensions/github-authentication Expand file tree Collapse file tree 4 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 9797 "@types/uuid" : " 8.0.0"
9898 },
9999 "resolutions" : {
100- "axios" : " 0.21.2"
100+ "axios" : " ^ 0.21.2"
101101 },
102102 "repository" : {
103103 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ 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.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 ==
58+ axios@^ 0.21.1 , axios@^0.21.2 :
59+ version "0.21.4 "
60+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4 .tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575 "
61+ integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg ==
6262 dependencies :
6363 follow-redirects "^1.14.0"
6464
Original file line number Diff line number Diff line change 219219 "nwmatcher" : " ^1.4.4" ,
220220 "chrome-remote-interface" : " ^0.30.0" ,
221221 "glob-parent" : " ^5.1.2" ,
222- "tar" : " ^6.1.9"
222+ "tar" : " ^6.1.9" ,
223+ "pac-resolver" : " ^5.0.0" ,
224+ "path-parse" : " ^1.0.7"
223225 }
224226}
Original file line number Diff line number Diff line change @@ -2466,14 +2466,15 @@ define-property@^2.0.2:
24662466 is-descriptor "^1.0.2"
24672467 isobject "^3.0.1"
24682468
2469- degenerator@^2.2.0 :
2470- version "2.2.0 "
2471- resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-2.2.0. tgz#49e98c11fa0293c5b26edfbb52f15729afcdb254 "
2472- integrity sha512-aiQcQowF01RxFI4ZLFMpzyotbQonhNpBao6dkI8JPk5a+hmSjR5ErHp2CQySmQe8os3VBqLCIh87nDBgZXvsmg ==
2469+ degenerator@^3.0.1 :
2470+ version "3.0.1 "
2471+ resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-3.0.1. tgz#7ef78ec0c8577a544477308ddf1d2d6e88d51f5b "
2472+ integrity sha512-LFsIFEeLPlKvAKXu7j3ssIG6RT0TbI7/GhsqrI0DnHASEQjXQ0LUSYcjJteGgRGmZbl1TnMSxpNQIAiJ7Du5TQ ==
24732473 dependencies :
24742474 ast-types "^0.13.2"
24752475 escodegen "^1.8.1"
24762476 esprima "^4.0.0"
2477+ vm2 "^3.9.3"
24772478
24782479delayed-stream@~1.0.0 :
24792480 version "1.0.0"
@@ -6131,12 +6132,12 @@ pac-proxy-agent@^4.1.0:
61316132 raw-body "^2.2.0"
61326133 socks-proxy-agent "5"
61336134
6134- pac-resolver@^4.1.0 :
6135- version "4.2 .0"
6136- resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-4.2 .0.tgz#b82bcb9992d48166920bc83c7542abb454bd9bdd "
6137- integrity sha512-rPACZdUyuxT5Io/gFKUeeZFfE5T7ve7cAkE5TUZRRfuKP0u5Hocwe48X7ZEm6mYB+bTB0Qf+xlVlA/RM/i6RCQ ==
6135+ pac-resolver@^4.1.0, pac-resolver@^5.0.0 :
6136+ version "5.0 .0"
6137+ resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-5.0 .0.tgz#1d717a127b3d7a9407a16d6e1b012b13b9ba8dc0 "
6138+ integrity sha512-H+/A6KitiHNNW+bxBKREk2MCGSxljfqRX76NjummWEYIat7ldVXRU3dhRIE3iXZ0nvGBk6smv3nntxKkzRL8NA ==
61386139 dependencies :
6139- degenerator "^2.2.0 "
6140+ degenerator "^3.0.1 "
61406141 ip "^1.1.5"
61416142 netmask "^2.0.1"
61426143
@@ -8640,6 +8641,11 @@ vm-browserify@^1.0.1:
86408641 resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
86418642 integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
86428643
8644+ vm2@^3.9.3 :
8645+ version "3.9.3"
8646+ resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.3.tgz#29917f6cc081cc43a3f580c26c5b553fd3c91f40"
8647+ integrity sha512-smLS+18RjXYMl9joyJxMNI9l4w7biW8ilSDaVRvFBDwOH8P0BK1ognFQTpg0wyQ6wIKLTblHJvROW692L/E53Q==
8648+
86438649vscode-debugprotocol@1.47.0 :
86448650 version "1.47.0"
86458651 resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.47.0.tgz#700055bea38633a9530a5a552fb3ea314d76b73f"
You can’t perform that action at this time.
0 commit comments