Merge pull request #19448 from atom/update-metrics

⬆️ metrics@1.8.0
This commit is contained in:
Rafael Oleza
2019-06-04 18:10:29 +02:00
committed by GitHub
2 changed files with 14 additions and 8 deletions

18
package-lock.json generated
View File

@@ -3531,6 +3531,11 @@
"safer-buffer": ">= 2.1.2 < 3"
}
},
"idb": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/idb/-/idb-4.0.3.tgz",
"integrity": "sha512-moRlNNe0Gsvp4jAwz5cJ7scjyNTVA/cESKGCobULaljfaKZ970y8NDNCseHdMY+YxNXH58Z1V+7tTyf0GZyKqw=="
},
"image-size": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
@@ -4657,12 +4662,12 @@
}
},
"metrics": {
"version": "https://www.atom.io/api/packages/metrics/versions/1.7.5/tarball",
"integrity": "sha512-HcA9QKEJAdQi1p6ppk48BKsBGv5E/bLK2rlNUQZJvCPIvPAM/ufFjnqlzujQbZ1/2VFvfXIh4EgQUyS2Hkm1+w==",
"version": "https://www.atom.io/api/packages/metrics/versions/1.8.0/tarball",
"integrity": "sha512-agWghp4huKZknDrkw2EeRxwIPSwBiofTTd2o/kXXnek8FGqghvZe8QEpHGTSYAqg5FqdwREExQfxNBWG6HmnMA==",
"requires": {
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"telemetry-github": "0.0.14"
"telemetry-github": "0.1.0"
},
"dependencies": {
"grim": {
@@ -6521,10 +6526,11 @@
}
},
"telemetry-github": {
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/telemetry-github/-/telemetry-github-0.0.14.tgz",
"integrity": "sha512-rJthdI6QLFP6CV97qexkB06OmKygX9JT3qtCPUdvKBKyy6xnViSys+GKaxv3tRPKgpnOkQJgkdJzQYgpx5+/Nw==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/telemetry-github/-/telemetry-github-0.1.0.tgz",
"integrity": "sha512-rD9u8U9r33262FkSKYAunWm008GpRXIjGMgTYi2EsyvG9xrlAYgi0qiZ4Enb9DIvIOruNxUxjerZEok9NSfB1Q==",
"requires": {
"idb": "^4.0.3",
"lokijs": "^1.5.4",
"uuid": "^3.2.1"
},

View File

@@ -117,7 +117,7 @@
"link": "file:packages/link",
"markdown-preview": "https://www.atom.io/api/packages/markdown-preview/versions/0.160.0/tarball",
"marked": "^0.3.12",
"metrics": "https://www.atom.io/api/packages/metrics/versions/1.7.5/tarball",
"metrics": "https://www.atom.io/api/packages/metrics/versions/1.8.0/tarball",
"minimatch": "^3.0.3",
"mocha": "2.5.1",
"mocha-junit-reporter": "^1.13.0",
@@ -212,7 +212,7 @@
"line-ending-selector": "file:./packages/line-ending-selector",
"link": "file:./packages/link",
"markdown-preview": "0.160.0",
"metrics": "1.7.5",
"metrics": "1.8.0",
"notifications": "0.70.6",
"open-on-github": "1.3.1",
"package-generator": "1.3.0",