Skip to content

Commit 60bbc4b

Browse files
committed
fix: rest-api/trusted-auth-server-typescript/package.json & rest-api/trusted-auth-server-typescript/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent 231f8bf commit 60bbc4b

2 files changed

Lines changed: 62 additions & 45 deletions

File tree

rest-api/trusted-auth-server-typescript/package-lock.json

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

rest-api/trusted-auth-server-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"start": "tsx --env-file=.env index.ts"
88
},
99
"dependencies": {
10-
"axios": "^1.8.4",
10+
"axios": "^1.13.5",
1111
"body-parser": "^2.2.0",
1212
"cors": "^2.8.5",
13-
"express": "^4.21.2",
13+
"express": "^4.22.0",
1414
"morgan": "^1.10.1",
1515
"tsx": "^4.20.4"
1616
},

0 commit comments

Comments
 (0)