From b0fbe95b3b163e64ba94e0e1827615f126a07898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:50:48 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 8.4.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.4.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.4.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 c3534ac..398611d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "url": "https://github.com/DeMaCS-UNICAL/LoIDE/issues" }, "dependencies": { - "ajv": "^6.12.4", + "ajv": "^8.4.0", "express": "^4.17.1", "express-force-ssl": "^0.3.2", "helmet": "^3.21.1",