diff --git a/package-lock.json b/package-lock.json index c685f65c5..0b69889cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4662,12 +4662,12 @@ } }, "metrics": { - "version": "https://www.atom.io/api/packages/metrics/versions/1.8.0/tarball", - "integrity": "sha512-agWghp4huKZknDrkw2EeRxwIPSwBiofTTd2o/kXXnek8FGqghvZe8QEpHGTSYAqg5FqdwREExQfxNBWG6HmnMA==", + "version": "https://www.atom.io/api/packages/metrics/versions/1.8.1/tarball", + "integrity": "sha512-3yMZVI3eOixkeVORM0psQ1Hr7aooLBBwNGgIrIo59SQytLorj/7VYLCTaaYW1hup5m3fcU8vKlrGBj+UNfGJbA==", "requires": { "fs-plus": "^3.0.0", "grim": "^2.0.1", - "telemetry-github": "0.1.0" + "telemetry-github": "0.1.1" }, "dependencies": { "grim": { @@ -6526,9 +6526,9 @@ } }, "telemetry-github": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/telemetry-github/-/telemetry-github-0.1.0.tgz", - "integrity": "sha512-rD9u8U9r33262FkSKYAunWm008GpRXIjGMgTYi2EsyvG9xrlAYgi0qiZ4Enb9DIvIOruNxUxjerZEok9NSfB1Q==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/telemetry-github/-/telemetry-github-0.1.1.tgz", + "integrity": "sha512-UUtkNKKHpUthL4FsAJDqKg+TiW0DBI636XAOAA3qcu86m20DhLhn3qhxl12joGdPBtk0tbv/Dx47pj28ZhuF+g==", "requires": { "idb": "^4.0.3", "lokijs": "^1.5.4", diff --git a/package.json b/package.json index a6a42ac3b..e993c18fc 100644 --- a/package.json +++ b/package.json @@ -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.8.0/tarball", + "metrics": "https://www.atom.io/api/packages/metrics/versions/1.8.1/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.8.0", + "metrics": "1.8.1", "notifications": "0.70.6", "open-on-github": "1.3.1", "package-generator": "1.3.0",