diff --git a/package-lock.json b/package-lock.json index 5dfbae8..49275c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@dop/astra-ui": "^0.2.5", "@vuelidate/core": "^2.0.0", "@vuelidate/validators": "^2.0.0", + "lodash": "^4.17.21", "moment": "^2.29.4", "vue": "^3.2.13", "vue-router": "^4.1.5", @@ -7578,8 +7579,7 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash.assign": { "version": "4.2.0", @@ -17981,8 +17981,7 @@ "lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.assign": { "version": "4.2.0", diff --git a/package.json b/package.json index 858e517..d1aa667 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@dop/astra-ui": "^0.2.5", "@vuelidate/core": "^2.0.0", "@vuelidate/validators": "^2.0.0", + "lodash": "^4.17.21", "moment": "^2.29.4", "vue": "^3.2.13", "vue-router": "^4.1.5", diff --git a/src/components/LoggedInLayout.vue b/src/components/LoggedInLayout.vue index 86ea63c..74337e7 100644 --- a/src/components/LoggedInLayout.vue +++ b/src/components/LoggedInLayout.vue @@ -1,5 +1,5 @@