Skip to content

Commit

Permalink
Update bignumber.js to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 5, 2017
1 parent e8b8b89 commit 5c53e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ you spot any mistakes.
## HEAD

* Add `sql` property to query `Error` objects #1462 #1628 #1629
* Update `bignumber.js` to 4.0.2
* Update `readable-stream` to 2.2.9
* Use `safe-buffer` for improved Buffer API

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"repository": "mysqljs/mysql",
"dependencies": {
"bignumber.js": "3.1.2",
"bignumber.js": "4.0.2",
"readable-stream": "2.2.9",
"safe-buffer": "5.0.1",
"sqlstring": "2.2.0"
Expand Down

0 comments on commit 5c53e3b

Please sign in to comment.