Updated vue-router

This commit is contained in:
Travis Shivers 2020-05-28 03:16:26 -05:00
parent 4b53fb5928
commit 6dec4207ed
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12492,9 +12492,9 @@
"dev": true
},
"vue-router": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.2.0.tgz",
"integrity": "sha512-khkrcUIzMcI1rDcNtqkvLwfRFzB97GmJEsPAQdj7t/VvpGhmXLOkUfhc+Ah8CvpSXGXwuWuQO+x8Sy/xDhXZIA=="
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.1.tgz",
"integrity": "sha512-2E2Xlks6oDzU559/NcSGD08g3XCDZznx8CK/jHIHkrbAdnCu1ghUcnz5e78SZ35gaOKtHGS01vJG8Yv4iJFTug=="
},
"vue-scrollto": {
"version": "2.18.1",

View File

@ -29,7 +29,7 @@
"sails-mysql": "^1.0.1",
"socket.io": "^2.3.0",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-router": "^3.3.1",
"vuetify": "^2.2.30",
"vuex": "^3.4.0",
"waterline": "^0.13.6"