Skip to content

Commit

Permalink
fix dependencies security
Browse files Browse the repository at this point in the history
  • Loading branch information
squalou committed Aug 28, 2021
1 parent 630db37 commit 06865ca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 40 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ An electron-base client for Google Hangouts Chat, since Google didn't see fit to
## CHANGELOG


### 5.12.14-2
- apply node dependencies security fixes

### 5.12.14-1
- Fix #36 : google account login page stays inside client instead of opening in default browser
- Improve #37 : click systray when window is visible without focus gives focus. When has focus : hides it.
Expand Down
60 changes: 21 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-chat-linux",
"version": "5.12.14-1",
"version": "5.12.14-2",
"description": "Google Hangouts Chat unofficial linux app",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 06865ca

Please sign in to comment.