From dbff51f30e94e78f6c85b9212f2cbae723e7df72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 06:02:08 +0000 Subject: [PATCH] Bump @coreui/icons from 0.3.0 to 1.0.0 Bumps [@coreui/icons](https://github.com/coreui/coreui-icons) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/coreui/coreui-icons/releases) - [Commits](https://github.com/coreui/coreui-icons/commits/1.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c9b60ce8..f84cfb9f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2351,9 +2351,9 @@ "integrity": "sha512-yeeoWp+bNS84nP1977Y8UCiQ9pssO+f4QuVj3i0/gYZFjjvOgxx0dnyWhtowD5sLYnCRMPlPpqyjwXze3SlkYg==" }, "@coreui/icons": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@coreui/icons/-/icons-0.3.0.tgz", - "integrity": "sha512-RbBi5K5hUA8LUI9mM/i1BTaLjlyoS6kHwKbxWsH62+/j9L9WF8gAiJUhrNjMt1br8TY9RLeolyQys0E9480fIg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@coreui/icons/-/icons-1.0.0.tgz", + "integrity": "sha512-a5zbcmnlYqZkPen2iJvd0G1VGAK4S+40pV6KIJgLt1H04ALyqVoaVPiIEx3VOOmxlrxAHvIaua8Qq0+/hA+AGQ==" }, "@danielkalen/listr": { "version": "0.5.0", diff --git a/package.json b/package.json index 55fffbeb7..d78093fb5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "dependencies": { "@coreui/coreui": "^2.1.16", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1", - "@coreui/icons": "0.3.0", + "@coreui/icons": "1.0.0", "bootstrap": "^4.4.1", "chart.js": "^2.9.3", "core-js": "^3.1.4",