From aad1fb5e11f528a85bb8980aac226830520b0131 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Aug 2020 21:14:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISMYJSONVALID-597165 - https://snyk.io/vuln/SNYK-JS-ISMYJSONVALID-597167 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9332ef5b118e8..bf0613225037c 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "immutable": "3.7.6", "imports-loader": "0.6.5", "inherits": "2.0.1", - "is-my-json-valid": "2.13.1", + "is-my-json-valid": "2.20.3", "jade": "pugjs/jade#29784fd", "jquery": "1.11.3", "json-loader": "0.5.4",