From fd3a5cac50c03a5f4f2d554f5f69803b77f89249 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Mar 2021 02:33:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCHEMAINSPECTOR-1088010 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee02943..5957757 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "debug": "^2.6.8", "graphlib": "^2.1.1", - "schema-inspector": "^1.6.8", + "schema-inspector": "^2.0.0", "sift": "^3.2.7", "uuid": "^3.0.1", "uuid-validate": "0.0.2"