From 612ae7e4c080e0bbe66cdbb66be8f14624421bc3 Mon Sep 17 00:00:00 2001 From: KostyaDanovsky Date: Mon, 18 Sep 2017 13:41:05 +0300 Subject: [PATCH] chore(icons): upgrade nebular icons version --- 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 4c6f63ab..67fe37e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5738,9 +5738,9 @@ } }, "nebular-icons": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/nebular-icons/-/nebular-icons-1.0.4.tgz", - "integrity": "sha512-F79VTACD7/d3IpD//1gXM2XHN9Q3KGA6LOS7GdgRzfyabKz9gBeAWRLExXpLo34bDA07k9m2eSn9LhksNPus/g==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nebular-icons/-/nebular-icons-1.0.5.tgz", + "integrity": "sha512-l5VjKV6ytNoIeEtmWiQyImkIXmtVD4rqz1JdaUm907GJ6X3dEI9BfCYh0fJrcq43K4MGGqSiVuIbXqbMMDaBHQ==" }, "negotiator": { "version": "0.6.1", diff --git a/package.json b/package.json index a1886edb..76ed6d52 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "intl": "1.2.5", "ionicons": "2.0.1", "leaflet": "1.0.3", - "nebular-icons": "1.0.4", + "nebular-icons": "^1.0.5", "ng2-ckeditor": "1.1.6", "ng2-smart-table": "1.1.0", "ng2-tree": "2.0.0-alpha.5",