Updating dependencies

This commit is contained in:
Fabian 2019-06-18 23:00:02 +02:00
parent bb1f98761d
commit d67a51f83b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -67,9 +67,9 @@
} }
}, },
"@hibas123/theme": { "@hibas123/theme": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@hibas123/theme/-/theme-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@hibas123/theme/-/theme-1.0.1.tgz",
"integrity": "sha512-uqGfkCfPIzg6a0YEEKVn/iH47d3NrdlGeTU6Ubx1UBHSHdBGMNacK8WGWlyzpvQ23oUEUS07h5VVBK28MI4eCA==", "integrity": "sha512-pa75rf/65qNIhQqX7+u6TkW7zQ6dus7AonPcVMKKpZL5sKwJSw2sXWa4IT/gGcCZZuuwQyhN7g507UzSFP9gTQ==",
"requires": { "requires": {
"sass": "^1.21.0" "sass": "^1.21.0"
} }

View File

@ -14,7 +14,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hibas123/secure-file-wrapper": "^2.5.0", "@hibas123/secure-file-wrapper": "^2.5.0",
"@hibas123/theme": "^1.0.0", "@hibas123/theme": "^1.0.1",
"@hibas123/utils": "^2.1.0", "@hibas123/utils": "^2.1.0",
"aes-js": "^3.1.2", "aes-js": "^3.1.2",
"feather-icons": "^4.22.1", "feather-icons": "^4.22.1",