Browse Source

Merge pull request #2197 from LinusU/patch-1

Update versions in Node.js readme
Nate 9 years ago
parent
commit
fd985af98f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      frameworks/JavaScript/nodejs/README.md

+ 6 - 6
frameworks/JavaScript/nodejs/README.md

@@ -13,13 +13,13 @@ The logic for the test cases live in these.
 
 
 ## Infrastructure Software Versions
 ## Infrastructure Software Versions
 The tests were run with:
 The tests were run with:
-* [Node.js v0.12.2](http://nodejs.org/)
+* [Node.js v6.3.0](http://nodejs.org/)
 
 
-* [Node MySQL 2.7.0](https://github.com/felixge/node-mysql/)
-* [Sequelize 3.1.1](https://github.com/sequelize/sequelize)
-* [Node MongoDB Driver 2.0.33](https://github.com/mongodb/node-mongodb-native)
-* [Mongoose 4.0.4](http://mongoosejs.com/)
-* [Node Redis 0.12.1](https://github.com/mranney/node_redis)
+* [Node MySQL 2.11.1](https://github.com/felixge/node-mysql/)
+* [Sequelize 3.6.0](https://github.com/sequelize/sequelize)
+* [Node MongoDB Driver 2.1.1](https://github.com/mongodb/node-mongodb-native)
+* [Mongoose 4.5.3](http://mongoosejs.com/)
+* [Node Redis 2.6.2](https://github.com/mranney/node_redis)
 * [Hiredis 0.4.0 (C lib for Redis)](https://github.com/redis/hiredis)
 * [Hiredis 0.4.0 (C lib for Redis)](https://github.com/redis/hiredis)
 
 
 ## Test URLs
 ## Test URLs