diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-14 09:28:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 09:28:01 +0100 |
commit | cd62d1f221969928ac68a10450c241baf9520951 (patch) | |
tree | 48ab457fadf25cee1452b4c9231c1bce46162fbf /package.json | |
parent | 8edd9b0e33fbf24771a290c02736cc7947be4322 (diff) | |
parent | ecbeb9a3e4659cdda5a5e9287aab0dfd60d6c74d (diff) | |
download | nextcloud-server-cd62d1f221969928ac68a10450c241baf9520951.tar.gz nextcloud-server-cd62d1f221969928ac68a10450c241baf9520951.zip |
Merge pull request #13536 from nextcloud/dependabot/npm_and_yarn/backbone-1.3.3
Bump backbone from 1.2.3 to 1.3.3
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 4996f1b62bd..0e4e2cbfccb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", - "backbone": "^1.2.3", + "backbone": "^1.3.3", "blueimp-md5": "^2.7.0", "bootstrap": "^3.4.0", "clipboard": "^1.7.1", |