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>
This commit is contained in:
dependabot[bot] 2019-01-13 07:07:52 +00:00 committed by Christoph Wurst
parent 8edd9b0e33
commit ecbeb9a3e4
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
4 changed files with 27 additions and 27 deletions

42
core/js/dist/main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

@ -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": {

View File

@ -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",