From bf7f0c590a6f2891f751634e56539cb65b21254a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 18:47:14 +0000 Subject: [PATCH] chore(deps): bump ajv-errors from 1.0.1 to 3.0.0 Bumps [ajv-errors](https://github.com/epoberezkin/ajv-errors) from 1.0.1 to 3.0.0. - [Release notes](https://github.com/epoberezkin/ajv-errors/releases) - [Commits](https://github.com/epoberezkin/ajv-errors/compare/v1.0.1...v3.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b774234e..afaa9ac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@hapi/boom": "^9.1.2", "@regex/url": "^1.0.0", "@sentry/node": "^6.5.1", - "ajv-errors": "^1.0.1", + "ajv-errors": "^3.0.0", "ajv-keywords": "^3.5.2", "dotenv": "^10.0.0", "fastify": "^3.17.0", @@ -401,11 +401,11 @@ } }, "node_modules/ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", "peerDependencies": { - "ajv": ">=5.0.0" + "ajv": "^8.0.1" } }, "node_modules/ajv-keywords": { @@ -5834,9 +5834,9 @@ } }, "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", "requires": {} }, "ajv-keywords": { diff --git a/package.json b/package.json index 758e120e..cb9ee6af 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@hapi/boom": "^9.1.2", "@regex/url": "^1.0.0", "@sentry/node": "^6.5.1", - "ajv-errors": "^1.0.1", + "ajv-errors": "^3.0.0", "ajv-keywords": "^3.5.2", "dotenv": "^10.0.0", "fastify": "^3.17.0",