From d6b488a6ca0e317078a7c2aa2f241d0e54c8dfc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 00:08:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fda5436..15c7801 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "bitscoop-sdk": "^0.2.0", "body-parser": "^1.18.2", "bson": "^2.0.4", - "bufferutil": "^3.0.4", + "bufferutil": "^4.0.0", "config": "^1.30.0", "cookie-parser": "^1.4.3", "cors": "^2.8.4", @@ -114,7 +114,7 @@ "through2": "^3.0.1", "type-detect": "^4.0.8", "useragent": "^2.3.0", - "utf-8-validate": "^4.0.1", + "utf-8-validate": "^5.0.0", "uuid": "^3.2.1", "uuid-parse": "^1.0.0", "vue-apollo": "^3.0.0-beta.28",