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 9f1a655 commit 5e96be5Copy full SHA for 5e96be5
Changes.md
@@ -4,6 +4,11 @@ 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 7.2.1 #2206
10
+ - Fix npm deprecation warning
11
12
## v2.17.0 (2019-04-17)
13
14
* Add reverse type lookup for small performance gain #2170
package.json
@@ -13,7 +13,7 @@
],
"repository": "mysqljs/mysql",
15
"dependencies": {
16
- "bignumber.js": "6.0.0",
+ "bignumber.js": "7.2.1",
17
"readable-stream": "2.3.6",
18
"safe-buffer": "5.1.2",
19
"sqlstring": "2.3.1"
0 commit comments