Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 21, 2022
1 parent 95f0910 commit 711daef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion chart-the-stock-market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"dotenv": "4.0.0",
"express": "4.17.2",
"socket.io": "^2.0.3"
"socket.io": "2.4.1"
}
}
2 changes: 1 addition & 1 deletion chart-the-stock-market/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="https://cdn.freecodecamp.org/universal/favicons/favicon-16x16.png" />
<link href="main.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.4.0/socket.io.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions p2p-video-chat-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"getusermedia": "2.0.1",
"jquery": "3.6.0",
"simple-peer": "8.5.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
"socket.io": "2.4.1",
"socket.io-client": "2.4.0"
}
}
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions secure-real-time-multiplayer-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"jsdom": "16.7.0",
"mocha": "7.2.0",
"nodemon": "2.0.15",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
"socket.io": "2.4.1",
"socket.io-client": "2.4.0"
},
"license": "MIT"
}

0 comments on commit 711daef

Please sign in to comment.