diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-28 02:43:47 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-02-28 03:49:16 +0000 |
commit | 428361a430cc4cec7ff3cd6cae4f11e98d77b6e9 (patch) | |
tree | b03657df82b701f88939a67e05142a1f7ed12bb2 /package.json | |
parent | 0d1c2d458e6bf5fc033979a8d6371cad7ecff2d3 (diff) | |
download | nextcloud-server-428361a430cc4cec7ff3cd6cae4f11e98d77b6e9.tar.gz nextcloud-server-428361a430cc4cec7ff3cd6cae4f11e98d77b6e9.zip |
Bump backbone from 1.4.0 to 1.4.1
Bumps [backbone](https://github.com/jashkenas/backbone) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/jashkenas/backbone/releases)
- [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1)
---
updated-dependencies:
- dependency-name: backbone
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 e74dbe46e4b..994326dfb85 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/vue": "^5.0.0", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^5.0.1", - "backbone": "^1.4.0", + "backbone": "^1.4.1", "blueimp-md5": "^2.19.0", "bootstrap": "^4.6.0", "buffer": "^6.0.3", |