Skip to content

Commit

Permalink
Update socket.io@1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Feb 21, 2017
1 parent e3b352c commit 443ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"pidusage": "^1.1.1",
"socket.io": "^1.7.2"
"socket.io": "^1.7.3"
},
"devDependencies": {
"coveralls": "^2.11.16",
Expand Down
2 changes: 1 addition & 1 deletion src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>{{title}}</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.2/socket.io.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
<style>
{{style}}
</style>
Expand Down

0 comments on commit 443ccb3

Please sign in to comment.