From 2a1c1a919abf1e30dded7a548aa0ba4f3e4b83fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:16:25 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 8.12.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.12.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.12.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 6b10cff..0f36f38 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "url": "https://github.com/DeMaCS-UNICAL/LoIDE/issues" }, "dependencies": { - "ajv": "^6.12.6", + "ajv": "^8.12.0", "compression": "^1.7.3", "express": "^4.18.1", "express-force-ssl": "^0.3.2",