From 1141ac1c8a67fc738bb04fd5396d533fa8013436 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 08:21:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae1ae7d..b837a9a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/cybercussion/SCOBot/issues" }, "dependencies": { - "jsdom": "~1.0.0" + "jsdom": "~16.6.0" }, "devDependencies": { "grunt": "~1.0.1",