Skip to content

Commit 56ce6b2

Browse files
committed
feat: updated various dependencies
1 parent b0e1b09 commit 56ce6b2

File tree

4 files changed

+4870
-3326
lines changed

4 files changed

+4870
-3326
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.changes.outputs.typescript-backend == 'true'
3636
uses: actions/setup-node@v2
3737
with:
38-
node-version: "14.15.5"
38+
node-version: "20.19.2"
3939
cache: "yarn"
4040
cache-dependency-path: |
4141
backend/typescript/yarn.lock

backend/typescript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.15.5-slim
1+
FROM node:20-slim
22

33
WORKDIR /app
44

backend/typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"sequelize-typescript": "^2.1.0",
4343
"swagger-ui-express": "^4.1.6",
4444
"ts-node": "^10.0.0",
45-
"umzug": "^3.0.0-beta.16",
45+
"umzug": "^3.8.2",
4646
"uuid": "^8.3.2",
4747
"winston": "^3.3.3",
4848
"yamljs": "^0.3.0"
@@ -73,13 +73,13 @@
7373
"nodemon": "^2.0.7",
7474
"prettier": "^2.2.1",
7575
"ts-jest": "^27.0.3",
76-
"typescript": "4.1.6"
76+
"typescript": "^5.8.3"
7777
},
7878
"resolutions": {
7979
"fs-capacitor": "^6.2.0",
8080
"graphql-upload": "^11.0.0"
8181
},
8282
"engines": {
83-
"node": "14.15.5"
83+
"node": "20.19.2"
8484
}
8585
}

0 commit comments

Comments
 (0)