diff --git a/package-lock.json b/package-lock.json index b6aff78..2a3cb89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", "@slack/webhook": "^7.0.0", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "ajv-formats": "^2.1.1", "better-ajv-errors": "^1.2.0", "chalk": "^5.0.1", @@ -520,14 +520,14 @@ } }, "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", + "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "uri-js": "^4.4.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index eac1fd4..fc3f35a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", "@slack/webhook": "^7.0.0", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "ajv-formats": "^2.1.1", "better-ajv-errors": "^1.2.0", "chalk": "^5.0.1",