Merge pull request #13536 from nextcloud/dependabot/npm_and_yarn/backbone-1.3.3

Bump backbone from 1.2.3 to 1.3.3
This commit is contained in:
Roeland Jago Douma 2019-01-14 09:28:01 +01:00 committed by GitHub
commit cd62d1f221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

BIN
core/js/dist/main.js vendored

Binary file not shown.

Binary file not shown.

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