diff --git a/Extension/package-lock.json b/Extension/package-lock.json index 2e76d9705..f45f68c66 100644 --- a/Extension/package-lock.json +++ b/Extension/package-lock.json @@ -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": { diff --git a/Extension/package.json b/Extension/package.json index 1fd259e90..8963d4d77 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -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": [] } ] -} \ No newline at end of file +}