From 86409eb3b3acfcb02907a70ea84a37382c3d2c87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 May 2021 00:16:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 56d4846..1d62fcc 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "chalk": "^1.1.3", "cli-spinners": "^1.0.0", "github-api": "^3.2.2", - "is-online": "^6.1.0", - "is-reachable": "^2.3.2", + "is-online": "^7.0.0", + "is-reachable": "^3.0.0", "ora": "^1.1.0", "username": "^4.1.0", "snyk": "^1.192.3"