Skip to content

Commit f8a9e3b

Browse files
authored
Updated node version (#635)
1 parent 87e8b70 commit f8a9e3b

3 files changed

Lines changed: 1024 additions & 1039 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
18+
node-version: [18.x, 20.x]
1919

2020
steps:
2121
- uses: actions/checkout@v3

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@
1212
"author": "Domipas",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@types/cors": "^2.8.13",
16-
"@types/express": "^4.17.17",
17-
"@types/morgan": "^1.9.4",
18-
"@types/node": "^20.11.3",
15+
"@types/cors": "^2.8.17",
16+
"@types/express": "^4.17.21",
17+
"@types/morgan": "^1.9.9",
18+
"@types/node": "^20.11.5",
1919
"@types/node-schedule": "^2.1.5",
20-
"@types/ping": "^0.4.1",
21-
"@types/supertest": "^2.0.12",
20+
"@types/ping": "^0.4.4",
21+
"@types/supertest": "^2.0.16",
2222
"cors": "^2.8.5",
23-
"dotenv": "^16.3.1",
23+
"dotenv": "^16.3.2",
2424
"express": "^4.18.2",
25-
"express-rate-limit": "^7.0.0",
25+
"express-rate-limit": "^7.1.5",
2626
"helmet": "^7.1.0",
2727
"morgan": "^1.10.0",
2828
"mylas": "^2.1.13",
2929
"node-schedule": "^2.1.1",
3030
"ping": "^0.4.4",
31-
"tslib": "^2.6.0",
31+
"tslib": "^2.6.2",
3232
"typescript": "^5.3.3"
3333
},
3434
"devDependencies": {
35-
"@types/jest": "^29.5.1",
36-
"@typescript-eslint/eslint-plugin": "^5.59.7",
35+
"@types/jest": "^29.5.11",
36+
"@typescript-eslint/eslint-plugin": "^5.62.0",
3737
"@typescript-eslint/parser": "^5.62.0",
38-
"eslint": "^8.41.0",
39-
"jest": "^29.5.0",
40-
"supertest": "^6.3.3",
41-
"ts-jest": "^29.1.0"
38+
"eslint": "^8.56.0",
39+
"jest": "^29.7.0",
40+
"supertest": "^6.3.4",
41+
"ts-jest": "^29.1.2"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)