We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb1245 commit ca5157aCopy full SHA for ca5157a
4 files changed
backend/package.json
@@ -3,21 +3,21 @@
3
"main": "./src/server",
4
"dependencies": {
5
"connect-redis": "6.1.3",
6
- "ejs": "4.0.1",
+ "ejs": "5.0.1",
7
"express": "5.2.1",
8
"express-ejs-layouts": "2.5.1",
9
"express-session": "1.19.0",
10
"knex": "3.1.0",
11
"morgan": "1.10.1",
12
"objection": "3.1.5",
13
- "pg": "8.19.0",
+ "pg": "8.20.0",
14
"redis": "3.1.2"
15
},
16
"devDependencies": {
17
"eslint": "8.57.0",
18
"eslint-config-airbnb-base": "15.0.0",
19
"eslint-plugin-import": "2.32.0",
20
- "jest": "30.2.0",
+ "jest": "30.3.0",
21
"nodemon": "3.1.14",
22
"superagent": "10.3.0",
23
"supertest": "7.2.2"
0 commit comments