From 9877647410fc147d2691b962e06f540943d7f136 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jun 2022 20:46:33 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f11b79293..f8658819c1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "browserify": "^13.1.1", - "snyk": "^1.244.0" + "snyk": "^1.290.1" }, "license": "Apache-2.0" }