Skip to content

Commit e123e82

Browse files
fbriconevidolob
authored andcommitted
Update vscode-redhat-telemetry to 0.4.2
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent e4a9055 commit e123e82

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"vscode-test": "^1.4.0"
223223
},
224224
"dependencies": {
225-
"@redhat-developer/vscode-redhat-telemetry": "0.2.0",
225+
"@redhat-developer/vscode-redhat-telemetry": "0.4.2",
226226
"fs-extra": "^9.1.0",
227227
"request-light": "^0.4.0",
228228
"vscode-languageclient": "7.0.0",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,16 @@
5959
"@nodelib/fs.scandir" "2.1.4"
6060
fastq "^1.6.0"
6161

62-
"@redhat-developer/vscode-redhat-telemetry@0.2.0":
63-
version "0.2.0"
64-
resolved "https://registry.yarnpkg.com/@redhat-developer/vscode-redhat-telemetry/-/vscode-redhat-telemetry-0.2.0.tgz#16aa424e9603c0402d2be82a4d9748ba2240a92a"
65-
integrity sha512-qS9p+iXpdMwCzhVRr/Ft5dMQQXB+6CxBRnpp3NDUuxYP1s/K/B1dPlIW5lKncjPUwYaKvPbpMgGGDmsosOzT8A==
62+
"@redhat-developer/vscode-redhat-telemetry@0.4.2":
63+
version "0.4.2"
64+
resolved "https://registry.yarnpkg.com/@redhat-developer/vscode-redhat-telemetry/-/vscode-redhat-telemetry-0.4.2.tgz#fd9cf99c481ae353aa8f7eca4dc07fd99ac2a450"
65+
integrity sha512-xHBRm7gpqDVgkUBWal5XnarJ+7FSwSqJL2UvUBbc5+NwsQIAeNROXwh9Mc6P7chii76Wdbw+khW+BTHXxir7og==
6666
dependencies:
6767
"@types/analytics-node" "^3.1.4"
6868
analytics-node "^3.5.0"
69-
countries-and-timezones "^2.3.1"
69+
countries-and-timezones "2.4.0"
7070
getos "^3.2.1"
71+
object-hash "^2.2.0"
7172
os-locale "^5.0.0"
7273
uuid "^8.3.2"
7374

@@ -591,7 +592,7 @@ core-util-is@~1.0.0:
591592
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
592593
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
593594

594-
countries-and-timezones@^2.3.1:
595+
countries-and-timezones@2.4.0:
595596
version "2.4.0"
596597
resolved "https://registry.yarnpkg.com/countries-and-timezones/-/countries-and-timezones-2.4.0.tgz#fd740c830679c5d8c635c6764b302f3650ca7144"
597598
integrity sha512-h6k9zgw99k8fjon5cO94k8Aslyj0fM+S4hfTyJ6sbSjyOO9lu5/wcOXLrhc1cGUoHCrnx56WYSNEasSKqSGlJw==
@@ -1536,6 +1537,11 @@ npm-run-path@^4.0.0:
15361537
dependencies:
15371538
path-key "^3.0.0"
15381539

1540+
object-hash@^2.2.0:
1541+
version "2.2.0"
1542+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
1543+
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
1544+
15391545
once@^1.3.0, once@^1.3.1, once@^1.4.0:
15401546
version "1.4.0"
15411547
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"

0 commit comments

Comments
 (0)