From cf66622a4a6cce01663d875e986d72297bd0dd6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:59:41 +0000 Subject: [PATCH] Bump z-schema from 2.4.10 to 5.0.0 Bumps [z-schema](https://github.com/zaggino/z-schema) from 2.4.10 to 5.0.0. - [Release notes](https://github.com/zaggino/z-schema/releases) - [Commits](https://github.com/zaggino/z-schema/commits/v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5b8cd1873..bfbdd5a0ec 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "mocha": "^1.21.3", "q": "^1.0.1", "request": "^2.39.0", - "z-schema": "^2.4.9" + "z-schema": "^5.0.0" } }