Skip to content

Commit 2742dce

Browse files
fix(deps): update dependency @vscode/extension-telemetry to v0.8.1 (#4267)
1 parent 227215c commit 2742dce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@
16641664
},
16651665
"dependencies": {
16661666
"@hediet/std": "0.6.0",
1667-
"@vscode/extension-telemetry": "0.8.0",
1667+
"@vscode/extension-telemetry": "0.8.1",
16681668
"appdirs": "1.1.0",
16691669
"execa": "5.1.1",
16701670
"fs-extra": "11.1.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5875,15 +5875,15 @@
58755875
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.33.tgz#a56243ab5492801fff04e53c0aab0d18a6521751"
58765876
integrity sha512-VdgpnD75swH9hpXjd34VBgQ2w2quK63WljodlUcOoJDPKiV+rPjHrcUc2sjLCNKxhl6oKqmsZgwOWcDAY2GKKQ==
58775877

5878-
"@vscode/[email protected].0":
5879-
version "0.8.0"
5880-
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.8.0.tgz#bccfec5d9b8e4aaed3c5d1eedd22ed7716f21d2c"
5881-
integrity sha512-ZJnMnFUFEP7kdBMYvzghhwnEoK1rMrypiEFqx+5BwHs1/RtZY/6Ta0hrQOj9THv+mG9FPwgqdVKdLvdCLSyWfQ==
5878+
"@vscode/[email protected].1":
5879+
version "0.8.1"
5880+
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.8.1.tgz#94e12092dc8f27249b98bbf843621b7588354b50"
5881+
integrity sha512-1p2wLUr6hLj5IPHPzGViq72yIHq5T63yo6OytVzU7tFjjYyuX0VSIriOIuESpYJFuqQ+ELEbJeN9ksF/pVE8xw==
58825882
dependencies:
58835883
"@microsoft/1ds-core-js" "^3.2.10"
58845884
"@microsoft/1ds-post-js" "^3.2.10"
58855885
"@microsoft/applicationinsights-web-basic" "^3.0.0"
5886-
applicationinsights "2.6.0"
5886+
applicationinsights "^2.7.0"
58875887

58885888
58895889
version "2.3.3"
@@ -6815,10 +6815,10 @@ append-transform@^2.0.0:
68156815
dependencies:
68166816
default-require-extensions "^3.0.0"
68176817

6818-
applicationinsights@2.6.0:
6819-
version "2.6.0"
6820-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.6.0.tgz#4df8b3ab932e832878eea47075932368338ca74c"
6821-
integrity sha512-ldeFvbocbRoMxS361lOwmLL3ltWfgNxALrttge6BrpsPMTStGzevoiqaWieIjZ/3qNmljOd+xmwaNPpBoefdmA==
6818+
applicationinsights@^2.7.0:
6819+
version "2.7.0"
6820+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.7.0.tgz#b397b750e788c010d564c3ef7f5ce6e62227b425"
6821+
integrity sha512-/vV5X6M4TlRA5NxNZAdCE0gukzfK24mb3z18D5Kl/CyIfSVIkafsIji3mK+Zi5q+7dn6H1CkFazlcnLf40anHw==
68226822
dependencies:
68236823
"@azure/core-auth" "^1.4.0"
68246824
"@azure/core-rest-pipeline" "1.10.1"

0 commit comments

Comments
 (0)