We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62043e1 commit 0529f02Copy full SHA for 0529f02
Changes.md
@@ -11,6 +11,7 @@ you spot any mistakes.
11
* Performance improvements for array/object escaping in SqlString #1331
12
* Support Node.js 6.x
13
* Update `bignumber.js` to 2.3.0
14
+* Update `readable-stream` to 1.1.14
15
16
## v2.10.2 (2016-01-12)
17
package.json
@@ -13,7 +13,7 @@
"repository": "felixge/node-mysql",
"dependencies": {
"bignumber.js": "2.3.0",
- "readable-stream": "~1.1.13"
+ "readable-stream": "1.1.14"
},
18
"devDependencies": {
19
"eslint": "1.10.3",
0 commit comments