Skip to content

Commit 0217e60

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-AJV-15274295
1 parent de402c7 commit 0217e60

File tree

2 files changed

+36
-43
lines changed

2 files changed

+36
-43
lines changed

package-lock.json

Lines changed: 35 additions & 42 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
@@ -20,7 +20,7 @@
2020
"author": "",
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"ajv": "^8.11.0",
23+
"ajv": "^8.18.0",
2424
"axios": "^1.8.3",
2525
"busboy": "^1.5.0",
2626
"express": "^4.21.2",

0 commit comments

Comments
 (0)