diff --git a/helloworld-test-sample/package-lock.json b/helloworld-test-sample/package-lock.json index 8ed1990a..096a845d 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.1", - "resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0-next.1.tgz", - "integrity": "sha512-1WrNonqDg0syWUKiXeQTODPv4xXb5kZ7KhR9U7Qxr8Fw/74iCYadh25X1Xmssm41Veinor6h4u/5tL4Jb1XbCA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0.tgz", + "integrity": "sha512-RnZUhxEXYCozHtBAQwX/UISlw0JPqlv1I9LLl4++vcPDIvjs2Zfz2Inp8haxixS1sOTftHJ9kiecrwWF9S3taQ==", "dev": true, "requires": { "http-proxy-agent": "^2.1.0", diff --git a/helloworld-test-sample/package.json b/helloworld-test-sample/package.json index 3037d257..f7e92f04 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.1" + "vscode-test": "^1.0.0" } }