We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4d97a commit c5934beCopy full SHA for c5934be
Changes.md
@@ -11,7 +11,7 @@ you spot any mistakes.
11
* Support Node.js 9.x
12
* Update Amazon RDS SSL certificates
13
* Update `bignumber.js` to 4.1.0
14
-* Update `readable-stream` to 2.3.5
+* Update `readable-stream` to 2.3.6
15
* Update `sqlstring` to 2.3.1
16
- Fix incorrectly replacing non-placeholders in SQL
17
package.json
@@ -14,7 +14,7 @@
"repository": "mysqljs/mysql",
"dependencies": {
"bignumber.js": "4.1.0",
- "readable-stream": "2.3.5",
+ "readable-stream": "2.3.6",
18
"safe-buffer": "5.1.1",
19
"sqlstring": "2.3.1"
20
},
0 commit comments