From 57de41f8534337264e6e14f8c53042f0f43db105 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 14:11:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- 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",