diff --git a/package-lock.json b/package-lock.json index 3d780e4..733a8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@slack/web-api": "^7.0.4", - "@stephenyeargin/hubot-openweathermap": "^1.1.2", + "@stephenyeargin/hubot-openweathermap": "^1.2.0", "ascii-table": "^0.0.9", "coffee-script": "~1.6", "dayjs": "^1.11.11", @@ -21,7 +21,7 @@ "hubot-diagnostics": "^1.2", "hubot-dotenv": "^1.0.0", "hubot-fitbit-leaders": "^2.3.1", - "hubot-grafana": "^7.0.0", + "hubot-grafana": "^7.0.1", "hubot-help": "^2.1.1", "hubot-hockey": "^6.2.4", "hubot-homepage": "^1.1.3", @@ -1858,9 +1858,9 @@ } }, "node_modules/@stephenyeargin/hubot-openweathermap": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@stephenyeargin/hubot-openweathermap/-/hubot-openweathermap-1.1.2.tgz", - "integrity": "sha512-0u4xTJIrB+q16s4r5Mbpt0jPGRl/dyX2e/8xcLyQP+CCuctOjznsgt2Vdoy6zTaylUZjsCMtcKvi8N0d/EdGbg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@stephenyeargin/hubot-openweathermap/-/hubot-openweathermap-1.2.0.tgz", + "integrity": "sha512-/lhoYpJ4F+fzFxaGceD6+tkVcMRUh+iELPKgPK5odFxA0jIbk2QTc4//2fJRKMWo5L7rwDFuLqcyKG5T6uTmUg==", "dependencies": { "dayjs": "^1.11.10" }, @@ -4432,9 +4432,9 @@ } }, "node_modules/hubot-grafana": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hubot-grafana/-/hubot-grafana-7.0.0.tgz", - "integrity": "sha512-q7cqJehvR3f/v9P0OCJYZktwUDFd4W0ECfSXdinEjQY2fCPmT+NP55GKjJy/ts+vKaT7+QvLCNjPXbGXL0sgjw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/hubot-grafana/-/hubot-grafana-7.0.1.tgz", + "integrity": "sha512-JrBE1BpHCxanOIcgmiMFUtFFrUE1X+WXFXmCjSP+Z+5DWugDoROogmQQNGmPjnVBF86KU4HcnnUjqaYFbr9e8g==", "dependencies": { "@aws-sdk/client-s3": "^3.565.0", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index 4d6fb67..a1d259c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@slack/web-api": "^7.0.4", - "@stephenyeargin/hubot-openweathermap": "^1.1.2", + "@stephenyeargin/hubot-openweathermap": "^1.2.0", "ascii-table": "^0.0.9", "coffee-script": "~1.6", "dayjs": "^1.11.11", @@ -22,7 +22,7 @@ "hubot-diagnostics": "^1.2", "hubot-dotenv": "^1.0.0", "hubot-fitbit-leaders": "^2.3.1", - "hubot-grafana": "^7.0.0", + "hubot-grafana": "^7.0.1", "hubot-help": "^2.1.1", "hubot-hockey": "^6.2.4", "hubot-homepage": "^1.1.3",