From d4a39d735b31cb8faf442f8e1a5f8dc33c3bf160 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 10:15:17 +0000 Subject: [PATCH] Bump @coreui/icons from 0.3.0 to 1.0.1 Bumps [@coreui/icons](https://github.com/coreui/coreui-icons) from 0.3.0 to 1.0.1. - [Release notes](https://github.com/coreui/coreui-icons/releases) - [Commits](https://github.com/coreui/coreui-icons/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 485aeefd7..daf2928b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digitallyhappy/backstrap", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1146,9 +1146,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.1", + "resolved": "https://registry.npmjs.org/@coreui/icons/-/icons-1.0.1.tgz", + "integrity": "sha512-DAlvdHRC+HHecdy52vskbNzNKEpu6wHDvSlsHGrwOqNxQl1YLhGEtqAW4sKpyVE3GgysNCywUWZGFlLp8I3LgA==" }, "@danielkalen/listr": { "version": "0.5.0", diff --git a/package.json b/package.json index a315e49a7..3823b23f2 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.1", "bootstrap": "^4.5.0", "chart.js": "^2.9.3", "core-js": "^3.6.5",