From a2e1f56483ff2ec794e610202110685f088fb6d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Feb 2024 23:40:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ba92c9..d57dceb 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "author": "nriss ", "license": "MIT", "dependencies": { - "fsh-sushi": "2.1.1" + "fsh-sushi": "3.7.0" } }