From ad955eeb7fa024cd050ce27357fe313c0029bbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 20:22:33 +0000 Subject: [PATCH] chore(deps): bump ajv-formats from 1.6.0 to 2.1.1 Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 1.6.0 to 2.1.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](https://github.com/ajv-validator/ajv-formats/compare/v1.6.0...v2.1.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++++--- package.json | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31e883af..c40056a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1868,9 +1868,25 @@ "integrity": "sha512-hGH2npS6nUdBr61gf3rcG8R04DwwgQsdt6goZGmaZHYRHtLF948Emsdta/bcP9AD6/X1jnHm9lMbgujOQG7W6A==" }, "ajv-formats": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-1.6.0.tgz", - "integrity": "sha512-iio2lsjYkuTq49avg+/coyM5D3qdjyW1dkiy+I79XG3DAQFAOcGltC6eXsw6dX10OtH2S9Kyez7OkFtY0bJBBA==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "requires": { + "ajv": "^8.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + } + } }, "ansi-align": { "version": "3.0.1", diff --git a/package.json b/package.json index 9eaf75ba..31e88bf2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "agenda": "^3.1.0", "ajv": "^7.1.1", "ajv-errors": "^2.0.1", - "ajv-formats": "^1.6.0", + "ajv-formats": "^2.1.1", "convict": "^6.2.3", "fastify": "^3.29.0", "fastify-swagger": "^5.2.0",