From 20df119b382be932979eda41c1230769ec826fc2 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Wed, 26 Jun 2019 15:07:47 -0700 Subject: [PATCH] Upgrade vscode-test --- helloworld-test-sample/package-lock.json | 6 +++--- helloworld-test-sample/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helloworld-test-sample/package-lock.json b/helloworld-test-sample/package-lock.json index 72d34c00..8ed1990a 100644 --- a/helloworld-test-sample/package-lock.json +++ b/helloworld-test-sample/package-lock.json @@ -1013,9 +1013,9 @@ "dev": true }, "vscode-test": { - "version": "1.0.0-next.0", - "resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0-next.0.tgz", - "integrity": "sha512-YnAzFK/mTMQjxn6Ohc++2GUikYC3SbONAlghe7RgSsG1NpxK3GbwZldGxio9o0icSVo88DeUhPnFrm8DKm+NxA==", + "version": "1.0.0-next.1", + "resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0-next.1.tgz", + "integrity": "sha512-1WrNonqDg0syWUKiXeQTODPv4xXb5kZ7KhR9U7Qxr8Fw/74iCYadh25X1Xmssm41Veinor6h4u/5tL4Jb1XbCA==", "dev": true, "requires": { "http-proxy-agent": "^2.1.0", diff --git a/helloworld-test-sample/package.json b/helloworld-test-sample/package.json index 09788980..3037d257 100644 --- a/helloworld-test-sample/package.json +++ b/helloworld-test-sample/package.json @@ -41,6 +41,6 @@ "source-map-support": "^0.5.12", "tslint": "^5.16.0", "typescript": "^3.5.1", - "vscode-test": "^1.0.0-next.0" + "vscode-test": "^1.0.0-next.1" } }