From 07156484d72c0b413daf84249ae6f5c3c5dec761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 05:47:44 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 8.5.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.5.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.5.0) 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..942378f 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.5.0", "debug": "^4.1.1", "fbp-protocol": "^0.9.7", "fbp-protocol-client": "^0.3.3"