From 2ecf374ade7f62d25699c86c201465dd11440bf4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:02:57 +0000 Subject: [PATCH] fix: packages/launcher/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- packages/launcher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/launcher/package.json b/packages/launcher/package.json index aa05879fdb06..bb9957260ab0 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -53,6 +53,6 @@ "lodash": "^4.11.1", "plist": "^2.1.0", "pluralize": "^7.0.0", - "ramda": "^0.24.1" + "ramda": "^0.27.2" } }