Skip to content

Commit 7cfba7f

Browse files
chore: a bunch of updates
Co-authored-by: @GenaRazmakhnin <[email protected]>
1 parent ba86b62 commit 7cfba7f

12 files changed

+735
-398
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v16.18.25

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aidbox/node-server-sdk",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"main": "build/index.js",
55
"scripts": {
66
"build": "tsc",
@@ -16,23 +16,23 @@
1616
"license": "MIT",
1717
"devDependencies": {
1818
"@types/debug": "^4.1.6",
19-
"@types/koa": "^2.13.4",
20-
"@types/koa-bodyparser": "^4.3.2",
19+
"@types/koa": "^2.13.6",
20+
"@types/koa-bodyparser": "^4.3.10",
2121
"@types/koa-router": "^7.4.4",
22-
"@types/node": "^16.10.2",
23-
"prettier": "^2.3.2",
24-
"supertest": "^6.1.4",
25-
"tslib": "^2.4.0",
26-
"typescript": "^4.3.5"
22+
"@types/node": "^16.18.25",
23+
"prettier": "^2.8.8",
24+
"supertest": "^6.3.3",
25+
"tslib": "^2.5.0",
26+
"typescript": "^4.8.4"
2727
},
2828
"dependencies": {
29-
"@cloudnative/health": "^2.1.2",
30-
"axios": "^0.21.1",
29+
"@gquittet/graceful-server": "4.0.5",
30+
"axios": "^1.4.0",
3131
"debug": "^4.3.2",
32-
"dotenv": "^16.0.1",
33-
"koa": "^2.13.4",
34-
"koa-bodyparser": "4.3.0",
35-
"koa-router": "^10.1.1"
32+
"dotenv": "^16.0.3",
33+
"koa": "^2.14.2",
34+
"koa-bodyparser": "4.4.0",
35+
"koa-router": "^12.0.0"
3636
},
3737
"directories": {
3838
"example": "example"

0 commit comments

Comments
 (0)