From 891c41c3a2b9e886dae1a7009f99d69cfac7b6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 10:03:46 +0000 Subject: [PATCH] Bump color-string from 1.5.3 to 1.8.1 in /alien4cloud-wizard-ui Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.8.1. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.8.1) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] --- alien4cloud-wizard-ui/package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/alien4cloud-wizard-ui/package-lock.json b/alien4cloud-wizard-ui/package-lock.json index 526e9ec..30eeaaa 100644 --- a/alien4cloud-wizard-ui/package-lock.json +++ b/alien4cloud-wizard-ui/package-lock.json @@ -1026,6 +1026,11 @@ } } }, + "@material-extended/mde": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@material-extended/mde/-/mde-3.0.3.tgz", + "integrity": "sha512-sX/ND9JcYbgScQqH7PtfnCE1B2uZABk5XS9J/h5NY1Fqz3DuQCFnIQH/XMgP3J1iqncmCoImmOiTf/7NufsvGw==" + }, "@ngtools/webpack": { "version": "8.1.3", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-8.1.3.tgz", @@ -3902,9 +3907,9 @@ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, "color-string": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz", - "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.8.1.tgz", + "integrity": "sha512-AGfGNQbnXlYqPStIx3QB2XA3Wy8vjbreqklmCiGVwcoHSLN5KIpDZDflYnXlBliKHI8CTBX3PsCgG+xfZgqK8A==", "dev": true, "requires": { "color-name": "^1.0.0",