We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcba0c9 commit 5066af0Copy full SHA for 5066af0
package.json
@@ -15,19 +15,19 @@
15
"devDependencies": {
16
"@hazmi35/eslint-config": "^13.3.1",
17
"@swc/cli": "^0.3.12",
18
- "@swc/core": "^1.5.2",
19
- "@types/node": "^20.12.8",
+ "@swc/core": "^1.5.7",
+ "@types/node": "^20.12.12",
20
"@types/pg": "^8.11.6",
21
"@typescript-eslint/eslint-plugin": "^7.8.0",
22
"@typescript-eslint/parser": "^7.8.0",
23
"eslint": "^8.57.0",
24
- "rimraf": "^5.0.5",
+ "rimraf": "^5.0.7",
25
"typescript": "^5.4.5"
26
},
27
"dependencies": {
28
- "hyper-express": "^6.16.0",
+ "hyper-express": "^6.16.2",
29
"pg": "^8.11.5",
30
- "pino": "^9.0.0",
+ "pino": "^9.1.0",
31
"pino-pretty": "^11.0.0"
32
}
33
0 commit comments