From f84d3ff4710a4e257d4593b4ca4eaf80daf6d985 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jun 2022 09:22:05 +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 ba68992087..bcd3a828ea 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ }, "devDependencies": { "browserify": "^13.1.1", - "snyk": "^1.244.0" + "snyk": "^1.290.1" } }