diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-15 02:12:05 +0000 |
---|---|---|
committer | npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | 2021-07-15 02:26:19 +0000 |
commit | 2e0977696656f37db66d6d7b71cfc1d79101fb40 (patch) | |
tree | 3403f12dd9d75969bf861ad1eea24d982ee210a1 /package.json | |
parent | 3e67637a4a7340b0afc37746b03bcd42bbaacda2 (diff) | |
download | nextcloud-server-2e0977696656f37db66d6d7b71cfc1d79101fb40.tar.gz nextcloud-server-2e0977696656f37db66d6d7b71cfc1d79101fb40.zip |
Bump vue-router from 3.5.1 to 3.5.2
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.1 to 3.5.2.
- [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.5.1...v3.5.2)
---
updated-dependencies:
- dependency-name: vue-router
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[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 22e4a3195e2..ce2b77d6cd9 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "vue-localstorage": "^0.6.2", "vue-material-design-icons": "^4.12.1", "vue-multiselect": "^2.1.6", - "vue-router": "^3.5.1", + "vue-router": "^3.5.2", "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", |