diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-07 01:13:15 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-07-08 06:39:09 +0000 |
commit | 2061216062d67456b93ffdd577e442c06cabd632 (patch) | |
tree | d1dc00f7aaa5002f7ccc1ff14999725e2855eedc /package.json | |
parent | 307fb2bb8cd208ad849b70282109038c7d11a151 (diff) | |
download | nextcloud-server-2061216062d67456b93ffdd577e442c06cabd632.tar.gz nextcloud-server-2061216062d67456b93ffdd577e442c06cabd632.zip |
Bump vue-router from 3.0.6 to 3.0.7
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
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 186748d44bf..8245a2c6b45 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "vue-infinite-loading": "^2.4.4", "vue-localstorage": "^0.6.2", "vue-multiselect": "^2.1.6", - "vue-router": "^3.0.6", + "vue-router": "^3.0.7", "vuex": "^3.1.1", "vuex-router-sync": "^5.0.0" }, |