Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update vscode-test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Mar 21, 2019
1 parent c54e6b7 commit 26a6775
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"semver": "^5.4.1",
"source-map-support": "^0.5.0",
"url-parse": "^1.4.4",
"vscode-test": "^0.1.1"
"vscode-test": "^0.1.4"
},
"devDependencies": {
"@types/glob": "^5.0.33",
"@types/mocha": "^2.2.43",
"@types/node": "^10.12.21"
"@types/node": "8"
},
"license": "MIT",
"author": "Visual Studio Code Team",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.3.tgz#7c6b0f8eaf16ae530795de2ad1b85d34bf2f5c58"
integrity sha512-wp6IOGu1lxsfnrD+5mX6qwSwWuqsdkKKxTN4aQc4wByHAKZJf9/D4KXPQ1POUjEbnCP5LMggB0OEFNY9OTsMqg==

"@types/node@^10.12.21":
version "10.14.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.1.tgz#8701cd760acc20beba5ffe0b7a1b879f39cb8c41"
integrity sha512-Rymt08vh1GaW4vYB6QP61/5m/CFLGnFZP++bJpWbiNxceNa6RBipDmb413jvtSf/R1gg5a/jQVl2jY4XVRscEA==
"@types/node@8":
version "8.10.44"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.44.tgz#b00cf3595c6a3d75740af9768739a8125053a5a9"
integrity sha512-HY3SK7egERHGUfY8p6ztXIEQWcIPHouYhCGcLAPQin7gE2G/fALFz+epnMwcxKUS6aKqTVoAFdi+t1llQd3xcw==

agent-base@4, agent-base@^4.1.0:
version "4.2.1"
Expand Down Expand Up @@ -608,10 +608,10 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vscode-test@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/vscode-test/-/vscode-test-0.1.1.tgz#070fb1bb28ba8c94cbf06be27872a2ce23fa6fc5"
integrity sha512-D8C12HR6O/3Bl4Bn+1c6n/J4/nSVtRhzZJ5c97GoB4cOwqFv7AOkuqzosd2iV49eZAGpGw3Qz5Vg9vGjKFaKAA==
vscode-test@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/vscode-test/-/vscode-test-0.1.4.tgz#c89bdc5b112839417f684379a2cee6749b9a9e3d"
integrity sha512-V1z9ZrX4S0DwDOkZiirmPdYtTadBhG//uAUgqvDnTbZNB5COflJpAqfiA2he8SJPmMdizHa7lmNnM68+Q66NdQ==
dependencies:
http-proxy-agent "^2.1.0"
https-proxy-agent "^2.2.1"
Expand Down

0 comments on commit 26a6775

Please sign in to comment.