From b42d5d26912bf61ab3dd3630358377847d0c8541 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 02:04:21 +0000 Subject: [PATCH] fix: upgrade extsprintf from 1.0.2 to 1.4.1 Snyk has created this PR to upgrade extsprintf from 1.0.2 to 1.4.1. See this package in npm: extsprintf See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/9ae2ad49-d943-450d-865e-05358116e2e9?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/jsprim/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/jsprim/package.json b/AhMyth-Server/app/node_modules/jsprim/package.json index e89c6e70..c9503560 100644 --- a/AhMyth-Server/app/node_modules/jsprim/package.json +++ b/AhMyth-Server/app/node_modules/jsprim/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/davepacheco/node-jsprim/issues" }, "dependencies": { - "extsprintf": "1.0.2", + "extsprintf": "1.4.1", "json-schema": "0.2.3", "verror": "1.3.6" },