From a786fe2bad6f7f5b50334c9c70306c5cd438584e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 10:32:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc68d09..84eddfa 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "srcclr ", "description": "A node project to demostrate srcclr scans for Yarn Repo", "dependencies": { - "@google-cloud/vision": "0.8.0", + "@google-cloud/vision": "0.11.0", "jquery": "3.0.0-alpha1", "express": "4.1.1", "boom": "",