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",