From 9a552ee0ed158b8bd1db26be8c59008fb1e5c9d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 01:43:15 +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 c43bafe84f..d9841ad1d0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "node": "^6.1.0" }, "dependencies": { - "algoliasearch": "^3.21", + "algoliasearch": "^4.0.0", "async": "^2.0.1", "body-parser": "^1.15", "colors": "^1.1.2", @@ -31,7 +31,7 @@ "condense-whitespace": "^1.0.0", "express": "^4.14", "git-url-parse": "^6.0.5", - "github": "^3.0", + "github": "^12.0.4", "gravatar": "^1.5.2", "highlight.js": "^9.6.0", "lodash": "^4.15",