diff --git a/package-lock.json b/package-lock.json index e3ba45d8..c73e1a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "@capacitor/core": "^2.4.7", "@casl/ability": "^6.0.0", "@hotwax/app-version-info": "^1.0.0", - "@hotwax/apps-theme": "^1.2.6", + "@hotwax/apps-theme": "^1.3.0", "@hotwax/dxp-components": "^1.22.1", "@hotwax/oms-api": "^1.20.0", "@ionic/core": "8.4.2", "@ionic/vue": "8.4.2", - "@ionic/vue-router": "^8.4.2", + "@ionic/vue-router": "8.4.2", "@types/file-saver": "^2.0.4", "@types/papaparse": "^5.3.1", "boon-js": "^2.0.3", @@ -2790,9 +2790,10 @@ "integrity": "sha512-PnJTqTbFvvl9N23yi1DjL4aNmTkpYFrayyoJyfH1qDJXADFbQ9kB7gJmKcfiPpyYMGR86Yf3Is5ct0+wReUJGQ==" }, "node_modules/@hotwax/apps-theme": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@hotwax/apps-theme/-/apps-theme-1.2.6.tgz", - "integrity": "sha512-zpUjGoY7LBlKeiP0V7tonrmoey8HQ5THQmyixQ+IDtrjmEJNBjynW/Ef3gC0FUNNPuVqxWPZdT5CVgaETLGTwg==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@hotwax/apps-theme/-/apps-theme-1.3.0.tgz", + "integrity": "sha512-brVDbBvI/yMl2iqIGyKGI+zOblgy0UtTRJXDjLp28qOgHm3Bm7fYdSHbNYCorCuJSXdwYDYjQAAOhNbq5Lc1OA==", + "license": "Apache-2.0" }, "node_modules/@hotwax/dxp-components": { "version": "1.22.1", diff --git a/package.json b/package.json index fab591fa..c99d8d3c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@capacitor/core": "^2.4.7", "@casl/ability": "^6.0.0", "@hotwax/app-version-info": "^1.0.0", - "@hotwax/apps-theme": "^1.2.6", + "@hotwax/apps-theme": "^1.3.0", "@hotwax/dxp-components": "^1.22.1", "@hotwax/oms-api": "^1.20.0", "@ionic/core": "8.4.2",