Skip to content

Commit

Permalink
mysql@3.9.4 and tedious@18.1.0 (#79)
Browse files Browse the repository at this point in the history
* mysql@3.9.4
* tedious@18
  • Loading branch information
lroal authored Apr 13, 2024
1 parent 2c8461d commit b2cd8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
},
"peerDependencies": {
"msnodesqlv8": "^4.1.0",
"mysql2": "^2.2.5",
"mysql2": "^2.2.5 || ^3.9.4",
"oracledb": "^6.3.0",
"pg": "^8.5.1",
"pg-native": "^3.0.0",
"pg-query-stream": "^3.3.2",
"sqlite3": "^5.0.2",
"tedious": "^15.1.2 || ^16.0.0"
"tedious": "^15.1.2 || ^16.0.0 || ^18.1.0"
},
"peerDependenciesMeta": {
"pg": {
Expand Down Expand Up @@ -105,7 +105,7 @@
"eslint-plugin-jest": "^27.1.7",
"express": "^4.18.2",
"msnodesqlv8": "^4.1.0",
"mysql2": "^2.2.5",
"mysql2": "^3.9.4",
"oracledb": "^6.3.0",
"owasp-dependency-check": "^0.0.21",
"pg": "^8.5.1",
Expand Down

0 comments on commit b2cd8ab

Please sign in to comment.