Skip to content

Commit 070fe28

Browse files
committed
Upgrade mssql to latest; Drop Node 14 support
1 parent 653644a commit 070fe28

File tree

2 files changed

+454
-82
lines changed

2 files changed

+454
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "3.4.0",
55
"type": "module",
66
"engines": {
7-
"node": ">=14.19.0"
7+
"node": ">=16"
88
},
99
"exports": {
1010
"./postgres.js": "./lib/postgres.js",
@@ -22,7 +22,7 @@
2222
"JSONStream": "^1.3.5",
2323
"ajv": "^8.11.0",
2424
"micro": "^9.3.4",
25-
"mssql": "^9.1.1",
25+
"mssql": "^10.0.1",
2626
"mysql2": "^3.0.1",
2727
"open": "^6.3.0",
2828
"pg": "^8.7.1",

0 commit comments

Comments
 (0)