Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ebf762b

Browse files
committedMar 13, 2022
Update sqlstring to 2.3.3
1 parent 8283477 commit ebf762b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎Changes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ you spot any mistakes.
1212
* Support Node.js 17.x
1313
* Update `bignumber.js` to 9.0.2
1414
* Update `safe-buffer` to 5.2.1
15-
* Update `sqlstring` to 2.3.2
15+
* Update `sqlstring` to 2.3.3
16+
- Fix escaping `Date` objects from foreign isolates
1617
- perf: remove outdated array pattern
1718

1819
## v2.18.1 (2020-01-23)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bignumber.js": "9.0.2",
1717
"readable-stream": "2.3.7",
1818
"safe-buffer": "5.2.1",
19-
"sqlstring": "2.3.2"
19+
"sqlstring": "2.3.3"
2020
},
2121
"devDependencies": {
2222
"after": "0.8.2",

0 commit comments

Comments
 (0)
Please sign in to comment.