From 9a182e7af03009648a0af4d2b2d3b6884255d006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 18:08:44 +0000 Subject: [PATCH] fix: upgrade @hyperjump/json-schema from 0.17.2 to 0.23.3 Snyk has created this PR to upgrade @hyperjump/json-schema from 0.17.2 to 0.23.3. See this package in npm: https://www.npmjs.com/package/@hyperjump/json-schema See this project in Snyk: https://app.snyk.io/org/centaurioun/project/6e116fa4-5ae4-4570-99d9-184b19f2061f?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..c48164427d 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.23.3", "chai": "^4.3.1", "mdv": "^1.0.7", "mocha": "^8.3.0",