diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-13 07:07:52 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 09:10:22 +0100 |
commit | ecbeb9a3e4659cdda5a5e9287aab0dfd60d6c74d (patch) | |
tree | 48ab457fadf25cee1452b4c9231c1bce46162fbf /package-lock.json | |
parent | 8edd9b0e33fbf24771a290c02736cc7947be4322 (diff) | |
download | nextcloud-server-ecbeb9a3e4659cdda5a5e9287aab0dfd60d6c74d.tar.gz nextcloud-server-ecbeb9a3e4659cdda5a5e9287aab0dfd60d6c74d.zip |
Bump backbone from 1.2.3 to 1.3.3
Bumps [backbone](https://github.com/jashkenas/backbone) from 1.2.3 to 1.3.3.
- [Release notes](https://github.com/jashkenas/backbone/releases)
- [Commits](https://github.com/jashkenas/backbone/compare/1.2.3...1.3.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 8e6475032bb..ea3aed20dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1226,11 +1226,11 @@ } }, "backbone": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz", - "integrity": "sha1-wiz9B/yG676uYdGJKe0RXpmdZbk=", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.3.3.tgz", + "integrity": "sha1-TMgOp8sWMaxHSInOQPL4vGg7KZk=", "requires": { - "underscore": ">=1.7.0" + "underscore": ">=1.8.3" } }, "balanced-match": { |