From 331ef6a98ab282e0c4e250d953283f3188972508 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 02:24:37 +0000 Subject: [PATCH] fix: upgrade typescript from 4.2.3 to 4.8.3 Snyk has created this PR to upgrade typescript from 4.2.3 to 4.8.3. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/f0df0262-f4e4-48a9-a039-242640a79582?utm_source=github&utm_medium=referral&page=upgrade-pr --- samples/runtime/state-visualizer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/runtime/state-visualizer/package.json b/samples/runtime/state-visualizer/package.json index c4f777058812..7e220e9c4149 100644 --- a/samples/runtime/state-visualizer/package.json +++ b/samples/runtime/state-visualizer/package.json @@ -19,7 +19,7 @@ "html-webpack-plugin": "5.3.1", "mini-css-extract-plugin": "1.4.0", "ts-loader": "8.1.0", - "typescript": "4.2.3", + "typescript": "4.8.3", "webpack": "5.30.0", "webpack-cli": "^4.6.0" },