diff --git a/package-lock.json b/package-lock.json index 658672b2..0bdced99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7328,8 +7328,7 @@ }, "node_modules/jsonparse": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "resolved": "git+ssh://git@github.com/ARitz-Cracker/jsonparse.git#f29abd390b281eceb7fcb25b892eaaf1e00ba5ea", "dev": true, "engines": [ "node >= 0.2.0" diff --git a/package.json b/package.json index 8b31eebd..e2d005d6 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "url": "https://github.com/raineorshine/npm-check-updates/issues" }, "overrides": { + "jsonparse": "https://github.com/ARitz-Cracker/jsonparse/tree/patch-1", "@yarnpkg/parsers": "2.6.0" }, "devDependencies": { @@ -145,10 +146,12 @@ ], "lockfile-lint": { "allowed-schemes": [ - "https:" + "https:", + "git+ssh:" ], "allowed-hosts": [ - "npm" + "npm", + "github.com" ], "empty-hostname": false, "type": "npm ",