Skip to content

Commit 49e8134

Browse files
authored
more security updates (#256)
1 parent 4bf4b6c commit 49e8134

File tree

6 files changed

+4487
-7781
lines changed

6 files changed

+4487
-7781
lines changed

sample/package-berry.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,25 @@
1616
"license": "ISC",
1717
"devDependencies": {
1818
"@types/cors": "^2.8.12",
19-
"@types/dotenv": "^8.2.0",
20-
"@types/express": "^4.17.13",
21-
"@types/node": "^17.0.0",
22-
"@types/node-fetch": "^3.0.2",
23-
"jest": "^30.0.0",
19+
"@types/express": "^5.0.3",
20+
"@types/node": "^24.2.0",
21+
"eslint": "^9.32.0",
22+
"jest": "^30.0.5",
2423
"jest-junit": "^16.0.0",
2524
"mocha-junit-reporter": "2.2.1",
2625
"mocha-multi": "1.1.7",
27-
"nodemon": "^2.0.20",
28-
"ts-node": "^10.4.0",
29-
"tslint": "^6.1.1",
30-
"typescript": "^4.5.4"
26+
"nodemon": "^3.1.10",
27+
"ts-node": "^10.9.2",
28+
"typescript": "^5.9.2"
3129
},
3230
"dependencies": {
3331
"axios": "^1.11.0",
3432
"axios-logger": "^2.8.1",
3533
"cors": "^2.8.5",
36-
"dotenv": "^10.0.0",
37-
"express": "^4.21.2",
34+
"dotenv": "^17.2.1",
35+
"express": "^5.1.0",
3836
"mocha": "^11.1.0",
39-
"node-fetch": "^3.2.10",
40-
"yaml": "^1.10.2"
37+
"node-fetch": "^3.3.2",
38+
"yaml": "^2.8.1"
4139
}
4240
}

0 commit comments

Comments
 (0)