From 688b518af14b0c3b83416e9ee0b06960985bc00b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jan 2021 06:51:46 +0000 Subject: [PATCH] fix: x-pack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IMMER-1019369 --- x-pack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/package.json b/x-pack/package.json index ea76a7c475390a..67cf3db0f29396 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -258,7 +258,7 @@ "i18n-iso-countries": "^4.3.1", "icalendar": "0.7.1", "idx": "^2.5.2", - "immer": "^1.5.0", + "immer": "^8.0.1", "inline-style": "^2.0.0", "intl": "^1.2.5", "isbinaryfile": "4.0.2",