diff --git a/package-lock.json b/package-lock.json index 013b98a..d697d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@binden/semantic-release-config": "^3.0.0", "@binden/tsconfig": "^2.0.0", "@types/mocha": "^10.0.6", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "c8": "^9.1.0", "eslint-config-binden-ts": "^3.0.0", "husky": "^9.0.11", @@ -1918,15 +1918,15 @@ } }, "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==", "dev": true, "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 0c6ded1..3741a8f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@binden/semantic-release-config": "^3.0.0", "@binden/tsconfig": "^2.0.0", "@types/mocha": "^10.0.6", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "c8": "^9.1.0", "eslint-config-binden-ts": "^3.0.0", "husky": "^9.0.11",