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:
commit
cd62d1f221
4 changed files with 5 additions and 5 deletions
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue