Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Aug 31, 2022
1 parent 1cc1df9 commit 104cc12
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^18.0.4",
"better-sqlite3": "^7.5.1",
"@types/node": "^18.7.14",
"better-sqlite3": "^7.6.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-subset-in-order": "^3.1.0",
Expand All @@ -123,24 +123,24 @@
"JSONStream": "^1.3.5",
"lint-staged": "^13.0.0",
"mocha": "^10.0.0",
"mock-fs": "^5.1.2",
"mock-fs": "^5.1.4",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nyc": "^15.1.0",
"oracledb": "^5.3.0",
"pg": "^8.7.3",
"pg-query-stream": "^4.2.1",
"oracledb": "^5.4.0",
"pg": "^8.8.0",
"pg-query-stream": "^4.2.4",
"prettier": "2.6.2",
"rimraf": "^3.0.2",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"sqlite3": "^5.0.4",
"sqlite3": "^5.0.11",
"tap-spec": "^5.0.0",
"tape": "^5.5.3",
"tape": "^5.6.0",
"tedious": "^14.4.0",
"toxiproxy-node-client": "^2.0.6",
"ts-node": "^10.7.0",
"ts-node": "^10.9.1",
"tsd": "^0.23.0",
"typescript": "4.8.2"
},
Expand Down

0 comments on commit 104cc12

Please sign in to comment.