From db93be2c15fcc21ea98d0c284208539c225a6d2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 10:02:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- 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",