From b5525c5c8a09f965b01134b930a502f8585b294b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 00:25:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IMMER-1540542 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72fc72ea5f055..bd98a465abb5a 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^5.0.0", "idx": "^2.5.6", - "immer": "^8.0.1", + "immer": "^9.0.6", "inline-style": "^2.0.0", "intl": "^1.2.5", "intl-format-cache": "^2.1.0", @@ -306,7 +306,7 @@ "styled-components": "^5.1.0", "symbol-observable": "^1.2.0", "tabbable": "1.1.3", - "tar": "4.4.13", + "tar": "4.4.18", "tinygradient": "0.4.3", "tree-kill": "^1.2.2", "ts-easing": "^0.2.0",