From 6e2f684bc8576f4a59c5456e68043851274d3964 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Nov 2021 06:35:32 +0000 Subject: [PATCH] fix: upgrade @hyperjump/json-schema from 0.17.2 to 0.18.1 Snyk has created this PR to upgrade @hyperjump/json-schema from 0.17.2 to 0.18.1. See this package in npm: https://www.npmjs.com/package/@hyperjump/json-schema See this project in Snyk: https://app.snyk.io/org/maxmood/project/db3e8df4-661c-40a4-9ed1-34bb7559ceea?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08cbfdd010..3299145cda 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "yargs": "^12.0.5" }, "devDependencies": { - "@hyperjump/json-schema": "^0.17.0", + "@hyperjump/json-schema": "^0.18.1", "chai": "^4.3.1", "mdv": "^1.0.7", "mocha": "^8.3.0",