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 a082be1 commit 0c42a0bCopy full SHA for 0c42a0b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:25.5.0-alpine
+FROM node:25.7.0-alpine
2
3
ENV NODE_ENV=production
4
package.json
@@ -33,10 +33,10 @@
33
"ldap"
34
],
35
"dependencies": {
36
- "@koa/router": "^12.0.1",
+ "@koa/router": "^15.3.1",
37
"@ladjs/consolidate": "^1.0.0",
38
"@ladjs/koa-views": "^9.0.0",
39
- "koa": "^2.13.4",
+ "koa": "^3.1.2",
40
"koa-bodyparser": "^4.3.0",
41
"koa-xml-body": "^3.0.0",
42
"minimist": "^1.2.6",
0 commit comments