Browse Source

chore(deps): Bump @nextcloud/files from 3.1.0 to 3.1.1

Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/11906/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
e6d89910bc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 44
      package-lock.json
  2. 2
      package.json

44
package-lock.json

@ -16,7 +16,7 @@
"@nextcloud/capabilities": "^1.1.0",
"@nextcloud/dialogs": "^5.2.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/files": "^3.1.1",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.3.1",
@ -3618,36 +3618,23 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@nextcloud/files": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz",
"integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz",
"integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/router": "^3.0.0",
"is-svg": "^5.0.0",
"webdav": "^5.3.1"
"webdav": "^5.4.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
},
"node_modules/@nextcloud/files/node_modules/@nextcloud/router": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
"integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==",
"dependencies": {
"@nextcloud/typings": "^1.7.0",
"core-js": "^3.6.4"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
},
"node_modules/@nextcloud/files/node_modules/is-svg": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.0.tgz",
@ -23400,28 +23387,19 @@
}
},
"@nextcloud/files": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz",
"integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz",
"integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/router": "^3.0.0",
"is-svg": "^5.0.0",
"webdav": "^5.3.1"
"webdav": "^5.4.0"
},
"dependencies": {
"@nextcloud/router": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
"integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==",
"requires": {
"@nextcloud/typings": "^1.7.0",
"core-js": "^3.6.4"
}
},
"is-svg": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.0.tgz",

2
package.json

@ -31,7 +31,7 @@
"@nextcloud/capabilities": "^1.1.0",
"@nextcloud/dialogs": "^5.2.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/files": "^3.1.1",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.3.1",

Loading…
Cancel
Save