From 2644939a5d6077f76857a41aa6ce134eb2f26868 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 18:57:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fad6f9..d8e0e35 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "cliui": "^2.1.0", "debug": "^2.2.0", - "graphlib": "^1.0.4", + "graphlib": "^2.1.1", "lodash.assign": "^3.2.0", "lodash.omit": "^3.1.0", "nconf": "^0.7.1",