From c2fa6cfccbe10fcfcfb2d87ceebd72e9bd4a9b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:15:38 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 8.6.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.6.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.6.0) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfaba6d..464178a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/flowbased/fbp-client#readme", "dependencies": { - "ajv": "^6.12.5", + "ajv": "^8.6.0", "debug": "^4.1.1", "fbp-protocol": "^0.9.7", "fbp-protocol-client": "^0.3.3"