From 48b1797027bcf9e0651710932059c779da5d2334 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:03:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94b1833..235eaad 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "author": "Ant Cosentino ", "license": "Unlicense", "dependencies": { - "anybar": "^1.0.0", + "anybar": "^2.0.0", "ping-lite": "^1.0.1", "yargs": "^3.30.0" }