From 107f3dfbd9be8912d1611e924b4d555cbdc51804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Mar 2023 22:46:31 +0000 Subject: [PATCH] fix: packages/playground/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISSVG-1085627 - https://snyk.io/vuln/SNYK-JS-ISSVG-1243891 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 --- packages/playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/package.json b/packages/playground/package.json index 633fa99..d849e80 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -6,7 +6,7 @@ "@halko/plugin-image": "0.1.0", "react": "16.5.1", "react-dom": "16.5.1", - "react-scripts-ts": "2.17.0" + "react-scripts-ts": "4.0.1" }, "scripts": { "start": "react-scripts-ts start",