From 736ef685af346392eb8c278f46766f79a47fa6db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 18:06:25 +0000 Subject: [PATCH] fix: upgrade systemjs from 6.14.3 to 6.15.1 Snyk has created this PR to upgrade systemjs from 6.14.3 to 6.15.1. See this package in npm: systemjs See this project in Snyk: https://app.snyk.io/org/eufelipemateus/project/6aa9db83-37c8-4bae-8250-4daccf60b944?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e43038a..cfc3ce0 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "pm2": "^5.3.1", "socket.io": "^4.7.4", "socket.io-client": "^4.7.4", - "systemjs": "^6.14.3" + "systemjs": "^6.15.1" }, "devDependencies": { "@types/express": "^4.17.9",