Skip to content

Commit

Permalink
Update bignumber.js to 7.2.1
Browse files Browse the repository at this point in the history
fixes #2206
  • Loading branch information
dougwilson committed Apr 18, 2019
1 parent 9f1a655 commit 5e96be5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes.md
Expand Up @@ -4,6 +4,11 @@ This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.

## HEAD

* Update `bignumber.js` to 7.2.1 #2206
- Fix npm deprecation warning

## v2.17.0 (2019-04-17)

* Add reverse type lookup for small performance gain #2170
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
],
"repository": "mysqljs/mysql",
"dependencies": {
"bignumber.js": "6.0.0",
"bignumber.js": "7.2.1",
"readable-stream": "2.3.6",
"safe-buffer": "5.1.2",
"sqlstring": "2.3.1"
Expand Down

0 comments on commit 5e96be5

Please sign in to comment.