hubot-google-hangouts-chat icon indicating copy to clipboard operation
hubot-google-hangouts-chat copied to clipboard

Hubot adapter for Google Chat.

Results 37 hubot-google-hangouts-chat issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | node-fetch | [`2.6.0` -> `2.6.1`](https://renovatebot.com/diffs/npm/node-fetch/2.6.0/2.6.1) | ### GitHub Vulnerability Alerts #### [CVE-2020-15168](https://togithub.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r) ### Impact Node...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | https-proxy-agent | [`2.2.1` -> `2.2.3`](https://renovatebot.com/diffs/npm/https-proxy-agent/2.2.1/2.2.3) | ### GitHub Vulnerability Alerts #### [GHSA-pc5p-h8pf-mvwp](https://togithub.com/TooTallNate/node-https-proxy-agent/commit/36d8cf509f877fa44f4404fce57ebaf9410fe51b) Versions of `https-proxy-agent`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | json-bigint | [`0.3.0` -> `1.0.0`](https://renovatebot.com/diffs/npm/json-bigint/0.3.0/1.0.0) | ### GitHub Vulnerability Alerts #### [CVE-2020-8237](https://nvd.nist.gov/vuln/detail/CVE-2020-8237) Prototype pollution in...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | follow-redirects | [`1.5.10` -> `1.14.8`](https://renovatebot.com/diffs/npm/follow-redirects/1.5.10/1.14.8) | ### GitHub Vulnerability Alerts #### [CVE-2022-0155](https://nvd.nist.gov/vuln/detail/CVE-2022-0155) follow-redirects is vulnerable...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ajv | [`6.10.0` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/6.10.0/6.12.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-15366](https://nvd.nist.gov/vuln/detail/CVE-2020-15366) An issue was...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | axios | [`0.18.1` -> `0.21.1`](https://renovatebot.com/diffs/npm/axios/0.18.1/0.21.1) | ### GitHub Vulnerability Alerts #### [CVE-2020-28168](https://nvd.nist.gov/vuln/detail/CVE-2020-28168) Axios NPM package...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | grpc | [`1.21.1` -> `1.24.4`](https://renovatebot.com/diffs/npm/grpc/1.21.1/1.24.4) | ### GitHub Vulnerability Alerts #### [CVE-2020-7768](https://nvd.nist.gov/vuln/detail/CVE-2020-7768) "The package grpc...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | @​grpc/grpc-js | [`0.4.3` -> `1.1.8`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/0.4.3/1.1.8) | ### GitHub Vulnerability Alerts #### [CVE-2020-7768](https://nvd.nist.gov/vuln/detail/CVE-2020-7768) "The package grpc...

Hello I am using a hubot chatbot on a Google Hangouts Chat system and we are using it on a Heroku-like system, with no way to declare a `GOOGLE_APPLICATION_CREDENTIALS=cred.json`. So...

When users request help from the chatbot the Hangouts Chat API is erroring due to the length of the message being sent. ``` (node:74910) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error...

enhancement