From 1a9b1bb7b48e4e8a2067d79ecf296456a3bdf32a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 09:48:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c43d3cb..8d7b26c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "app-module-path": "^2.2.0", "autolink-js": "^1.0.2", "cheerio": "^0.22.0", - "debug": "^2.6.8", + "debug": "^3.1.0", "es6-promisify": "^5.0.0", "file-type": "^3.8.0", "fixedqueue": "^0.0.1", @@ -22,7 +22,7 @@ "google-speech": "git+https://github.com/TinyMan/google-speech.git", "googleapis": "^20.1.0", "html-to-text": "^3.3.0", - "jamy": "^0.2.1", + "jamy": "^0.3.0", "mumble": "git+https://github.com/TinyMan/node-mumble.git", "parse-youtube-user": "0.0.2", "request": "^2.81.0",