Skip to content

Commit 015bcd6

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
1 parent 9f56e3a commit 015bcd6

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"license": "ISC",
3232
"dependencies": {
3333
"@snyk/protect": "^1.1292.1",
34-
"axios": "^1.7.7",
34+
"axios": "^1.7.8",
3535
"body-parser": "^1.20.2",
3636
"colors": "^1.4.0",
37-
"express": "^4.21.1",
37+
"express": "^4.21.2",
3838
"json-web-key": "^0.4.0",
3939
"jsonwebtoken": "^9.0.2",
4040
"winston": "^3.13.0",

0 commit comments

Comments
 (0)