Skip to content

Commit 4197d97

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-EXPRESS-14157151
1 parent de402c7 commit 4197d97

File tree

2 files changed

+59
-34
lines changed

2 files changed

+59
-34
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ajv": "^8.11.0",
2424
"axios": "^1.8.3",
2525
"busboy": "^1.5.0",
26-
"express": "^4.21.2",
26+
"express": "^4.22.0",
2727
"form-data": "^4.0.0",
2828
"jsrsasign": "^11.1.0",
2929
"swagger-ui-express": "^4.3.0",

0 commit comments

Comments
 (0)