From 8458c29a519c422689d4aa3a50f5b2b675ff3018 Mon Sep 17 00:00:00 2001 From: Benjamin Vincent Date: Sat, 10 Oct 2020 10:13:52 -0400 Subject: [PATCH 1/3] Docs: found 4 vulnerabilities (2 low, 2 high) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "dependencies": { "glob": "^7.1.2", // Newer version of glob is available (7.1.6).(npm-outdated) "handlebars": "^4.0.10", // Newer version of handlebars is available (4.7.6).(npm-outdated) "handlebars-helpers": "^0.9.6", // Newer version of handlebars-helpers is available (0.10.0).(npm-outdated) "markdown-toc": "^1.1.0", // Newer version of markdown-toc is available (1.2.0).(npm-outdated) "parse-comments": "^1.0.0" // Updated from "^0.4.3" ― fixed 4 of 4 vulnerabilities in 257 scanned packages } --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 7ffb8ca5..1270b3b0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,6 +16,6 @@ "handlebars": "^4.0.10", "handlebars-helpers": "^0.9.6", "markdown-toc": "^1.1.0", - "parse-comments": "^0.4.3" + "parse-comments": "^1.0.0" } } From 36950b42a24774822b317961bcd4a46c08e53a4d Mon Sep 17 00:00:00 2001 From: Benjamin Vincent Date: Sat, 10 Oct 2020 10:20:34 -0400 Subject: [PATCH 2/3] Update package.json --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 1270b3b0..8d43d890 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "obs-midi-docs", "version": "1.0.0", - "description": "", + "description": "Documentation for Alzy/obs-midi project", "main": "docs.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", From a7425132d7b9e3a158599d0a0abcc55e1797b2ae Mon Sep 17 00:00:00 2001 From: Benjamin Vincent Date: Sat, 10 Oct 2020 10:22:07 -0400 Subject: [PATCH 3/3] Update package.json --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 8d43d890..ff4d5ef4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "description": "Documentation for Alzy/obs-midi project", "main": "docs.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Warning: no test specified\" && exit 0", "docs": "node ./docs.js", "comments": "node ./comments.js", "build": "npm run comments && npm run docs"