summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 18:52:52 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 18:52:52 +0200
commitb05925febcabb4caa5e1f5d4503f7ddd23708b26 (patch)
tree55274c185498e7f123f695bac3181b642cb6a96b /package.json
parentefd2c35d432dc2426bf1fd9c849eeabdf28e40e3 (diff)
upgrade knex and bookshelf and fix thread/keyword apis
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ac9713d..af00648 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0",
- "bookshelf": "^0.13.3",
+ "bookshelf": "^1.2.0",
"connect-redis": "^6.0.0",
"cookie-parser": "^1.4.4",
"csurf": "^1.10.0",
@@ -28,7 +28,7 @@
"express-json": "^1.0.0",
"express-session": "^1.16.2",
"fs-readfile-promise": "^3.0.1",
- "knex": "^0.15.2",
+ "knex": "^2.3.0",
"knox": "^0.9.2",
"lodash": "^4.17.15",
"mock-express": "^1.3.0",