diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-22 12:31:33 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-03-22 12:50:56 +0000 |
commit | a75cbb5f0b9047579bf2074a33d86c8ec4852873 (patch) | |
tree | ce1e0f1d9e817672690b96b27569cd9e4b879ae7 /package.json | |
parent | 014a6346359b89f15ca163149a29388b81cc8298 (diff) | |
download | nextcloud-server-a75cbb5f0b9047579bf2074a33d86c8ec4852873.tar.gz nextcloud-server-a75cbb5f0b9047579bf2074a33d86c8ec4852873.zip |
Bump vue-router from 3.5.3 to 3.6.5
Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 3.6.5.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/commits)
---
updated-dependencies:
- dependency-name: vue-router
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@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 71650f482cc..d0db8c5d760 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "vue-localstorage": "^0.6.2", "vue-material-design-icons": "^5.0.0", "vue-multiselect": "^2.1.6", - "vue-router": "^3.5.3", + "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", |