From 567ac5c567ce4fe08186c43ad2811837adf54c25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 15:01:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5aac69837a..3f4e51f1a0 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,10 @@ "jasmine-json": "~0.0", "jasmine-react-helpers": "^0.2", "jasmine-tagged": "^1.1.2", - "juice": "^1.4", + "juice": "^7.0.0", "kbpgp": "^2.0.52", "keytar": "3.0.0", - "less-cache": "0.21", + "less-cache": "1.1.1", "lru-cache": "^4.0.1", "marked": "^0.3", "mkdirp": "^0.5",