Skip to content

Commit

Permalink
Update sqlstring to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 13, 2022
1 parent 8283477 commit ebf762b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ you spot any mistakes.
* Support Node.js 17.x
* Update `bignumber.js` to 9.0.2
* Update `safe-buffer` to 5.2.1
* Update `sqlstring` to 2.3.2
* Update `sqlstring` to 2.3.3
- Fix escaping `Date` objects from foreign isolates
- perf: remove outdated array pattern

## v2.18.1 (2020-01-23)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bignumber.js": "9.0.2",
"readable-stream": "2.3.7",
"safe-buffer": "5.2.1",
"sqlstring": "2.3.2"
"sqlstring": "2.3.3"
},
"devDependencies": {
"after": "0.8.2",
Expand Down

0 comments on commit ebf762b

Please sign in to comment.