Skip to content

Commit 5e96be5

Browse files
committed
Update bignumber.js to 7.2.1
fixes #2206
1 parent 9f1a655 commit 5e96be5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## HEAD
8+
9+
* Update `bignumber.js` to 7.2.1 #2206
10+
- Fix npm deprecation warning
11+
712
## v2.17.0 (2019-04-17)
813

914
* Add reverse type lookup for small performance gain #2170

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": "mysqljs/mysql",
1515
"dependencies": {
16-
"bignumber.js": "6.0.0",
16+
"bignumber.js": "7.2.1",
1717
"readable-stream": "2.3.6",
1818
"safe-buffer": "5.1.2",
1919
"sqlstring": "2.3.1"

0 commit comments

Comments
 (0)