diff --git a/code/web-ui/package-lock.json b/code/web-ui/package-lock.json index 31439900..f9de59cf 100644 --- a/code/web-ui/package-lock.json +++ b/code/web-ui/package-lock.json @@ -18294,9 +18294,9 @@ "integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==" }, "vue-cookies": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/vue-cookies/-/vue-cookies-1.7.4.tgz", - "integrity": "sha512-mOS5Btr8V9zvAtkmQ7/TfqJIropOx7etDAgBywPCmHjvfJl2gFbH2XgoMghleLoyyMTi5eaJss0mPN7arMoslA==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/vue-cookies/-/vue-cookies-1.8.3.tgz", + "integrity": "sha512-VBRsyRMVdahBgFfh389TMHPmDdr4URDJNMk4FKSCfuNITs7+jitBDhwyL4RJd3WUsfOYNNjPAkfbehyH9AFuoA==" }, "vue-hot-reload-api": { "version": "2.3.4", diff --git a/code/web-ui/package.json b/code/web-ui/package.json index 0024933d..3857f936 100644 --- a/code/web-ui/package.json +++ b/code/web-ui/package.json @@ -29,7 +29,7 @@ "moment": "^2.22.2", "sharp": "^0.26.3", "vue": "2.5.17", - "vue-cookies": "^1.7.4", + "vue-cookies": "^1.8.3", "vue-resource": "^1.5.1", "vue-router": "^3.0.1", "vue-virtual-scroller": "^0.12.2",