Skip to content

Commit

Permalink
NOJIRA: Updating dependencies of example code to quiet github vulnera…
Browse files Browse the repository at this point in the history
…bility warnings
  • Loading branch information
amb26 committed Mar 28, 2019
1 parent acad533 commit 4f22c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/browserChannelClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "gpii-browser-channel-client",
"version": "0.1.0",
"dependencies": {
"ws": "1.1.0"
"ws": "6.2.1"
}
}
2 changes: 1 addition & 1 deletion examples/pspChannelClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "gpii-psp-channel-client",
"version": "0.1.0",
"dependencies": {
"ws": "1.1.0"
"ws": "6.2.1"
}
}

0 comments on commit 4f22c2a

Please sign in to comment.