From fd83759b3c4eaf26218dcdae6267e0fbb2e57808 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 05:55:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2701d81e77f4..7236ca46b2c0 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "karma-sourcemap-loader": "0.3.7", "karma-spec-reporter": "0.0.20", "karma-webpack": "2.0.9", - "plato": "1.2.2", + "plato": "1.6.0", "react-test-renderer": "16.4.0", "selenium-webdriver": "3.4.0", "sinon": "2.3.5",