From 048c8f9dda4fa9ae5efe0fca016d77a5a0a97c0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 06:06:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc68d09..bcad69b 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.10.0", "jquery": "3.0.0-alpha1", "express": "4.1.1", "boom": "",