Update npm dependencies

This commit is contained in:
Kevin MacMartin 2019-09-06 01:44:47 -04:00
parent 7eb198555e
commit 53e9abaa4a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8823,9 +8823,9 @@
} }
}, },
"vue-router": { "vue-router": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.2.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.3.tgz",
"integrity": "sha512-WssQEHSEvIS1/CI4CO2T8LJdoK4Q9Ngox28K7FDNMTfzNTk2WS5D0dDlqYCaPG+AG4Z8wJkn1KrBc7AhspZJUQ==" "integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ=="
}, },
"vue-template-compiler": { "vue-template-compiler": {
"version": "2.6.10", "version": "2.6.10",

View file

@ -34,7 +34,7 @@
"vinyl-source-stream": "^2.0.0", "vinyl-source-stream": "^2.0.0",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-resource": "^1.5.1", "vue-resource": "^1.5.1",
"vue-router": "^3.1.2", "vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10", "vue-template-compiler": "^2.6.10",
"vueify-next": "^9.5.3", "vueify-next": "^9.5.3",
"vuex": "^3.1.1", "vuex": "^3.1.1",