From 709b5f470161e66d00c0c7ef1a3602e912f9f5ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:13:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c313797dc5..788f14943d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "browserify": "^13.1.1", "nodemon": "^2.0.7", - "snyk": "^1.244.0" + "snyk": "^1.685.0" }, "license": "Apache-2.0" }