From 96a3c1a6b05a1965b799a7f3c00daa861f160eac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 May 2021 02:28:59 +0000 Subject: [PATCH] fix: upgrade systemjs from 0.19.27 to 0.21.6 Snyk has created this PR to upgrade systemjs from 0.19.27 to 0.21.6. See this package in npm: https://www.npmjs.com/package/systemjs See this project in Snyk: https://app.snyk.io/org/mr-exz/project/595823f8-51a6-4359-9269-ac47f2e96f92?utm_source=github&utm_medium=upgrade-pr --- www/tutorial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tutorial/package.json b/www/tutorial/package.json index 3150d485b3..25a30369c9 100644 --- a/www/tutorial/package.json +++ b/www/tutorial/package.json @@ -23,7 +23,7 @@ "core-js": "^2.4.0", "reflect-metadata": "^0.1.3", "rxjs": "5.0.0-beta.6", - "systemjs": "0.19.27", + "systemjs": "0.21.6", "webpack": "^1.13.2", "webpack-dev-server": "^1.15.1", "xterm": "git://github.com/sourcelair/xterm.js.git#1.1.2",