diff --git a/package-lock.json b/package-lock.json index 70815ae..feadbd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.6.2", "license": "MIT", "dependencies": { - "ajv": "^8.13.0", + "ajv": "^8.14.0", "ajv-keywords": "^5.1.0", "debug": "^4.3.4", "glob": "^10.3.12", @@ -950,9 +950,10 @@ } }, "node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz", + "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", diff --git a/package.json b/package.json index 3e4413e..ed92ba0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "*.js": "eslint --fix" }, "dependencies": { - "ajv": "^8.13.0", + "ajv": "^8.14.0", "ajv-keywords": "^5.1.0", "debug": "^4.3.4", "glob": "^10.3.12",