From 32dfafaac3ecb6e9a679b49f51d4a3d3d0c2737f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 07:15:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:growl:20160721 - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 184137f..8163b49 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "integrations", "private": true, "devDependencies": { - "duo": "0.8", - "duo-test": "0.2", + "duo": "0.15.7", + "duo-test": "0.3.0", "mocha-phantomjs": "segmentio/mocha-phantomjs#master", "phantomjs": "~1.9.2-2", "mocha": "~1.18.2",