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