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 6a225e1 commit 95e20d2Copy full SHA for 95e20d2
Changes.md
@@ -10,7 +10,7 @@ you spot any mistakes.
10
* Include connection ID in debug output
11
* Update Amazon RDS SSL certificates
12
* Update `bignumber.js` to 4.1.0
13
-* Update `readable-stream` to 2.3.4
+* Update `readable-stream` to 2.3.5
14
* Update `sqlstring` to 2.3.1
15
- Fix incorrectly replacing non-placeholders in SQL
16
package.json
@@ -14,7 +14,7 @@
"repository": "mysqljs/mysql",
"dependencies": {
"bignumber.js": "4.1.0",
17
- "readable-stream": "2.3.4",
+ "readable-stream": "2.3.5",
18
"safe-buffer": "5.1.1",
19
"sqlstring": "2.3.1"
20
},
0 commit comments