From ebac9af455df9e7922d3d5da2764fc09cb3108d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:56:42 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 8.1.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.1.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.1.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..7395816 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.1.0", "debug": "^4.1.1", "fbp-protocol": "^0.9.7", "fbp-protocol-client": "^0.3.3"