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
This commit is contained in:
snyk-bot
2026-02-15 15:17:30 +00:00
parent d317f10ff2
commit f5c1f4a344
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.121",
"ajv": "^8.12.0",
"ajv": "^8.18.0",
"ajv-formats": "^2.1.1",
"bent": "^7.3.12",
"debug": "^4.3.4",
@@ -724,9 +724,10 @@
}
},
"node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",

View File

@@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.121",
"ajv": "^8.12.0",
"ajv": "^8.18.0",
"ajv-formats": "^2.1.1",
"bent": "^7.3.12",
"debug": "^4.3.4",