From 22e6cacd8eafef233cf80ec6bc2442c17afb911d Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 19 Jun 2019 14:20:04 +0200 Subject: [PATCH] Updating dependency --- 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 84079aa..1a10789 100755 --- a/package-lock.json +++ b/package-lock.json @@ -67,9 +67,9 @@ } }, "@hibas123/theme": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@hibas123/theme/-/theme-1.0.3.tgz", - "integrity": "sha512-y1x+Jue9XGxe0EAy/ZR3Ojk+o8TFuf/LbuIEeli0rPSD2UNisdD7V+fRnXszFZjQHe07jREQofvI16QCxbXUCg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@hibas123/theme/-/theme-1.0.4.tgz", + "integrity": "sha512-rSPfGkYKR9kxvkQ2YYVNr+7So2+TgCvKZeAxavr+fap0yEV80p2iL7/5oFqE0/sUDKaCgRI+kNCzV3DjIQTLew==", "requires": { "sass": "^1.21.0" } diff --git a/package.json b/package.json index 9f5521f..586754c 100755 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@hibas123/secure-file-wrapper": "^2.5.0", - "@hibas123/theme": "^1.0.3", + "@hibas123/theme": "^1.0.4", "@hibas123/utils": "^2.1.0", "aes-js": "^3.1.2", "feather-icons": "^4.22.1",