diff --git a/package-lock.json b/package-lock.json index d57eb43..334dbc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7187,12 +7187,11 @@ } }, "jsonlint": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.3.tgz", - "integrity": "sha512-jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==", + "version": "github:josdejong/jsonlint#85a19d77126771f3177582e3d09c6ffae185d391", + "from": "github:josdejong/jsonlint#85a19d7", "requires": { - "JSV": "^4.0.x", - "nomnom": "^1.5.x" + "JSV": ">= 4.0.x", + "nomnom": ">= 1.5.x" } }, "jsprim": { diff --git a/package.json b/package.json index 29aaec4..ebfb4f0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "detect-browser": "^4.8.0", "file-saver": "^2.0.2", "json-to-ast": "^2.1.0", - "jsonlint": "^1.6.3", + "jsonlint": "github:josdejong/jsonlint#85a19d7", "lodash": "^4.17.15", "lodash.capitalize": "^4.2.1", "lodash.clamp": "^4.0.3",