diff --git a/final_project/frontend/package-lock.json b/final_project/frontend/package-lock.json index 83e0173..44b8a8f 100644 --- a/final_project/frontend/package-lock.json +++ b/final_project/frontend/package-lock.json @@ -11002,9 +11002,9 @@ "dev": true }, "vue": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz", - "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, "vue-eslint-parser": { "version": "2.0.3", diff --git a/final_project/frontend/package.json b/final_project/frontend/package.json index e56b233..cf1b4ce 100644 --- a/final_project/frontend/package.json +++ b/final_project/frontend/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "core-js": "^3.4.5", + "vue": "^2.6.11", "serialize-javascript": "^2.1.2", - "vue": "^2.6.10", "vue-router": "^3.1.3" }, "devDependencies": {