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 673992d commit ec5745dCopy full SHA for ec5745d
Changes.md
@@ -9,6 +9,7 @@ you spot any mistakes.
9
* Support Node.js 12.x #2211
10
* Support Node.js 13.x
11
* Update `bignumber.js` to 9.0.0
12
+* Update `readable-stream` to 2.3.7
13
14
## v2.17.1 (2019-04-18)
15
package.json
@@ -14,7 +14,7 @@
"repository": "mysqljs/mysql",
"dependencies": {
16
"bignumber.js": "9.0.0",
17
- "readable-stream": "2.3.6",
+ "readable-stream": "2.3.7",
18
"safe-buffer": "5.1.2",
19
"sqlstring": "2.3.1"
20
},
0 commit comments