From 53920bb3dfad979158c62d1d84d4a843544dcc62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 02:15:59 +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/75db0aeb-4c21-4e23-868b-2f06f2dbbb14?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/verror/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/verror/package.json b/AhMyth-Server/app/node_modules/verror/package.json index 81faa311..b21b77ac 100644 --- a/AhMyth-Server/app/node_modules/verror/package.json +++ b/AhMyth-Server/app/node_modules/verror/package.json @@ -45,7 +45,7 @@ "url": "https://github.com/davepacheco/node-verror/issues" }, "dependencies": { - "extsprintf": "1.0.2" + "extsprintf": "1.4.1" }, "description": "richer JavaScript errors", "devDependencies": {},