From 0c8f7b5cfa78e021e6dbac3e469817d085568f20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Feb 2023 23:15:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 --- 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"