From a94054563ef80ea2eabb66c3e215fc7498fe72b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Nov 2021 20:03:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c9811d4..7f877bf --- a/package.json +++ b/package.json @@ -539,7 +539,7 @@ "json5": "^0.5.1", "jsonfile": "^2.4.0", "jsonify": "^0.0.0", - "jsprim": "^1.4.0", + "jsprim": "^2.0.2", "karma": "^1.7.0", "karma-chrome-launcher": "^2.2.0", "istanbul-instrumenter-loader": "^2.0.0",