diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-10-31 15:35:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 15:35:25 +0100 |
commit | d7b88731dad76b9b4d22ae32d7e5a8c088864c3b (patch) | |
tree | 4ed4e68a91c4ade09c7f5487a56aaecc4dcba28e /package.json | |
parent | 45ef61da36591add18a2abfe02f49b5cbd5fa17b (diff) | |
parent | 246a065c53eb269dae449d2ebd5908b645c92816 (diff) | |
download | nextcloud-server-d7b88731dad76b9b4d22ae32d7e5a8c088864c3b.tar.gz nextcloud-server-d7b88731dad76b9b4d22ae32d7e5a8c088864c3b.zip |
Merge pull request #23812 from nextcloud/dependabot/npm_and_yarn/vue-router-3.4.8
Bump vue-router from 3.4.7 to 3.4.8
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 66bd9867c1e..9b9b1781faf 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "vue-localstorage": "^0.6.2", "vue-material-design-icons": "^4.9.0", "vue-multiselect": "^2.1.6", - "vue-router": "^3.4.7", + "vue-router": "^3.4.8", "vuedraggable": "^2.24.2", "vuex": "^3.5.1", "vuex-router-sync": "^5.0.0", |