From 4e54481655a10117737ce22f4b3a279899739c80 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 13:26:21 +0000 Subject: [PATCH] Bump systemjs from 6.3.3 to 6.9.0 Bumps [systemjs](https://github.com/systemjs/systemjs) from 6.3.3 to 6.9.0. - [Release notes](https://github.com/systemjs/systemjs/releases) - [Changelog](https://github.com/systemjs/systemjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/systemjs/systemjs/compare/6.3.3...6.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecb110f..838ec8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8120,9 +8120,9 @@ } }, "systemjs": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.3.3.tgz", - "integrity": "sha512-djQ6mZ4/cWKnVnhAWvr/4+5r7QHnC7WiA8sS9VuYRdEv3wYZYTIIQv8zPT79PdDSUwfX3bgvu5mZ8eTyLm2YQA==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.9.0.tgz", + "integrity": "sha512-THLzcb7WzoW0I+tHB4PQge0BqqN+CAUQJ9gPc1MieqD1gnhxNUKYrhRlN5ov94saOYVVR5NZFQqQhnxi9/WEGg==", "dev": true }, "table": {