diff --git a/package-lock.json b/package-lock.json index f92c87595..3652607b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4326,12 +4326,12 @@ } }, "metrics": { - "version": "https://www.atom.io/api/packages/metrics/versions/1.7.0/tarball", - "integrity": "sha512-1ZiwROtjVGvcCnRtCRFuiYVC6OeeMzGtc3Aa58yKSze5iwBHCOR5pdpZZrTr6tu/Grg9IuUYbjfng5nc02qxUQ==", + "version": "https://www.atom.io/api/packages/metrics/versions/1.7.2/tarball", + "integrity": "sha512-/YUFThrNX7pVPR3s1r8z+9j6O6zR8eRBEfAL20HhGTanbLp3vImmfVri9KDigujTZ39oQS6sEFVevsstAg9rIg==", "requires": { "fs-plus": "^3.0.0", "grim": "^2.0.1", - "telemetry-github": "0.0.13" + "telemetry-github": "0.0.14" }, "dependencies": { "grim": { @@ -6080,9 +6080,9 @@ } }, "telemetry-github": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/telemetry-github/-/telemetry-github-0.0.13.tgz", - "integrity": "sha512-35+r699XSRdvuNf27WadJggsY4x9sTLEuoBdc8WRS0BdkHMKOodN+wzlbwk780iWVvG5ccZPPPKGw9VwkXCTGw==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/telemetry-github/-/telemetry-github-0.0.14.tgz", + "integrity": "sha512-rJthdI6QLFP6CV97qexkB06OmKygX9JT3qtCPUdvKBKyy6xnViSys+GKaxv3tRPKgpnOkQJgkdJzQYgpx5+/Nw==", "requires": { "lokijs": "^1.5.4", "uuid": "^3.2.1" diff --git a/package.json b/package.json index d782de829..a81161f76 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "link": "file:packages/link", "markdown-preview": "https://www.atom.io/api/packages/markdown-preview/versions/0.159.25/tarball", "marked": "^0.3.12", - "metrics": "https://www.atom.io/api/packages/metrics/versions/1.7.0/tarball", + "metrics": "https://www.atom.io/api/packages/metrics/versions/1.7.2/tarball", "minimatch": "^3.0.3", "mocha": "2.5.1", "mocha-junit-reporter": "^1.13.0", @@ -213,7 +213,7 @@ "line-ending-selector": "file:./packages/line-ending-selector", "link": "file:./packages/link", "markdown-preview": "0.159.25", - "metrics": "1.7.0", + "metrics": "1.7.2", "notifications": "0.70.6", "open-on-github": "1.3.1", "package-generator": "1.3.0",