update telemetry version (#2593)

This commit is contained in:
Bob Brown
2018-10-02 12:46:35 -07:00
committed by GitHub
parent 80716ae228
commit b3fb2558fd
2 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -85,9 +85,9 @@
"dev": true
},
"applicationinsights": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-1.0.1.tgz",
"integrity": "sha1-U0Rrgw/o1dYZ7uKieLMdPSUDCSc=",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-1.0.5.tgz",
"integrity": "sha512-T6V4ZyhikGKnuqYGbNz1q5+ORROutUp58UqfLLwHH+X1RkcnEU+gW15kIKWJ8zqGWbilhn6bONJa+T5en642mg==",
"requires": {
"diagnostic-channel": "0.2.0",
"diagnostic-channel-publishers": "0.2.1",
@@ -4801,11 +4801,11 @@
"integrity": "sha1-28EOjX2VsQJyehmvPw/O9+JSsI4="
},
"vscode-extension-telemetry": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.11.tgz",
"integrity": "sha512-P1ALLofywtfpQy9TB5Sx2edp80fHXby+CGG5pq8P1vPL2zKIUjYy3eK8mFHCOGeljTf2PTTmXJ98DeBV0kCafQ==",
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.22.tgz",
"integrity": "sha512-6/xT3UG6nPcNbBT29RPRJ6uRplI0l1m5ZBX9VXV3XGWrINDvWw2Nk/84xMeWDF1zI1YoPCcjeD0u4gH2OIsrcA==",
"requires": {
"applicationinsights": "1.0.1"
"applicationinsights": "1.0.5"
}
},
"vscode-jsonrpc": {
+2 -2
View File
@@ -1409,7 +1409,7 @@
"vscode-cpptools": "2.1.1",
"vscode-debugadapter": "~1.24.0",
"vscode-debugprotocol": "~1.24.0",
"vscode-extension-telemetry": "~0.0.11",
"vscode-extension-telemetry": "~0.0.22",
"vscode-languageclient": "3.5.1",
"yauzl": "~2.8.0"
},
@@ -1578,4 +1578,4 @@
"binaries": []
}
]
}
}