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 1ae11fb commit fa79fb2Copy full SHA for fa79fb2
Changes.md
@@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
+## HEAD
8
+
9
+* Update `bignumber.js` to 4.1.0
10
11
## v2.15.0 (2017-10-05)
12
13
* Add new Amazon RDS ca-central-1 certificate CA to Amazon RDS SSL profile #1809
package.json
@@ -13,7 +13,7 @@
],
14
"repository": "mysqljs/mysql",
15
"dependencies": {
16
- "bignumber.js": "4.0.4",
+ "bignumber.js": "4.1.0",
17
"readable-stream": "2.3.3",
18
"safe-buffer": "5.1.1",
19
"sqlstring": "2.3.0"
0 commit comments