Skip to content

Commit 5a50030

Browse files
committed
chore: upgrade ultimate express to v2
1 parent 08e68e4 commit 5a50030

File tree

5 files changed

+101
-50
lines changed

5 files changed

+101
-50
lines changed

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

Lines changed: 97 additions & 46 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lru-cache": "^10.0.1",
1313
"mariadb": "^3.2.0",
1414
"postgres": "^3.3.5",
15-
"ultimate-express": "^1.3.17"
15+
"ultimate-express": "^2.0.6"
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:22-slim
2+
FROM node:24-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:22-slim
2+
FROM node:24-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:22-slim
2+
FROM node:24-slim
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)