Browse Source

Bump backbone from 1.4.0 to 1.4.1

Bumps [backbone](https://github.com/jashkenas/backbone) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/jashkenas/backbone/releases)
- [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: backbone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v24.0.0beta1
dependabot[bot] 2 years ago
parent
commit
428361a430
4 changed files with 11 additions and 11 deletions
  1. 2
    2
      dist/core-common.js
  2. 1
    1
      dist/core-common.js.map
  3. 7
    7
      package-lock.json
  4. 1
    1
      package.json

+ 2
- 2
dist/core-common.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-common.js.map
File diff suppressed because it is too large
View File


+ 7
- 7
package-lock.json View File

"@nextcloud/vue": "^5.0.0", "@nextcloud/vue": "^5.0.0",
"@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-dashboard": "^2.0.1",
"autosize": "^5.0.1", "autosize": "^5.0.1",
"backbone": "^1.4.0",
"backbone": "^1.4.1",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
} }
}, },
"node_modules/backbone": { "node_modules/backbone": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.0.tgz",
"integrity": "sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.1.tgz",
"integrity": "sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==",
"dependencies": { "dependencies": {
"underscore": ">=1.8.3" "underscore": ">=1.8.3"
} }
"integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
}, },
"backbone": { "backbone": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.0.tgz",
"integrity": "sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.1.tgz",
"integrity": "sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==",
"requires": { "requires": {
"underscore": ">=1.8.3" "underscore": ">=1.8.3"
} }

+ 1
- 1
package.json View File

"@nextcloud/vue": "^5.0.0", "@nextcloud/vue": "^5.0.0",
"@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-dashboard": "^2.0.1",
"autosize": "^5.0.1", "autosize": "^5.0.1",
"backbone": "^1.4.0",
"backbone": "^1.4.1",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",

Loading…
Cancel
Save