From 53e3e3b7c276b6caf9b1aaffd3216e304aed6c19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 16:47:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba66d872..2490e6d2 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "ps-tree": "^1.0.1", "touch": "1.0.0", "undefsafe": "0.0.3", - "update-notifier": "0.5.0" + "update-notifier": "6.0.0" } }