Skip to content

Commit 1a84310

Browse files
committed
feat: nodejs 25
1 parent 3678cd9 commit 1a84310

File tree

5 files changed

+35
-26
lines changed

5 files changed

+35
-26
lines changed

frameworks/JavaScript/ultimate-express/package-lock.json

Lines changed: 29 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/JavaScript/ultimate-express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"author": "",
99
"license": "MIT",
1010
"dependencies": {
11-
"fast-json-stringify": "^6.0.0",
12-
"lru-cache": "^10.0.1",
11+
"fast-json-stringify": "^6.1.1",
12+
"lru-cache": "^11.2.2",
1313
"mariadb": "^3.2.0",
1414
"postgres": "^3.3.5",
15-
"ultimate-express": "^2.0.9"
15+
"ultimate-express": "^2.0.11"
1616
},
1717
"type": "module"
1818
}

frameworks/JavaScript/ultimate-express/ultimate-express-mysql.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM node:24-slim
2+
FROM node:25-slim
33

44
WORKDIR /app
55

frameworks/JavaScript/ultimate-express/ultimate-express-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM node:24-slim
2+
FROM node:25-slim
33

44
WORKDIR /app
55

frameworks/JavaScript/ultimate-express/ultimate-express.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM node:24-slim
2+
FROM node:25-slim
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)