From 859a9ca199adb0c45bf5defce440868e75a033dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jun 2022 19:59:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fd89a1404..57c2c28ae5 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ }, "devDependencies": { "browserify": "^13.1.1", - "nodemon": "^2.0.7", - "snyk": "^1.244.0" + "nodemon": "^2.0.17", + "snyk": "^1.290.1" }, "license": "Apache-2.0" }