diff --git a/package-lock.json b/package-lock.json index 5a698aa..6617331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1231,6 +1231,13 @@ "@magic/types": "0.1.11", "@webboot/crypto": "0.0.1-alpha.0", "@webboot/keys": "0.0.1-alpha.0" + }, + "dependencies": { + "@webboot/crypto": { + "version": "0.0.1-alpha.0", + "resolved": "https://registry.npmjs.org/@webboot/crypto/-/crypto-0.0.1-alpha.0.tgz", + "integrity": "sha512-wIaTwvG4EgrZUiHa6RxyO/mtXOcWB5g4M4OHekCMh5/yaDYzofBJi1wtuddytdn9vYYLc8ioQlFmk3Ykfopymw==" + } } }, "@webboot/crypto": { @@ -1243,9 +1250,9 @@ "integrity": "sha512-PPGs+6nju9a3uGv61/IGOvJGjEqZfHlhvy0GV/MEmppf/1VCi3g98PrhkDg0DvQQI5XxOfW8hWNk5o3PAMaKFQ==" }, "@webboot/magic-theme": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@webboot/magic-theme/-/magic-theme-0.0.2.tgz", - "integrity": "sha512-OGVVc9I3YplO3UH5wsZs6FqILNcBVilKc1U60lGKBt0JqgfyPvPwihenx6BdOZk1vEDGLkMuMRVf8iBF/4Vywg==" + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@webboot/magic-theme/-/magic-theme-0.0.4.tgz", + "integrity": "sha512-m7FkLWRWlmhhuTSL/LE93oi7hyjUcTHAbSkd+jCw0KYbw8bUCGoPZP38KPQ8OVM8CYlPE+qlw0JZ9Us35ZQ7Zg==" }, "ajv": { "version": "6.11.0", diff --git a/package.json b/package.json index f2f4c71..1269e47 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@webboot/core": "github:webboot/core", "@webboot/crypto": "github:webboot/crypto", "@webboot/keys": "0.0.1-alpha.0", - "@webboot/magic-theme": "0.0.2" + "@webboot/magic-theme": "0.0.4" }, "devDependencies": { "@magic-modules/gdpr": "0.0.14",