chore(deps): Bump @nextcloud/files from 3.5.0 to 3.5.1

Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.5.0 to 3.5.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.5.0...v3.5.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>
This commit is contained in:
dependabot[bot] 2024-06-20 16:34:05 +00:00 committed by GitHub
parent 6403cfcff7
commit 30b2912943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^5.3.2",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.5.0",
"@nextcloud/files": "^3.5.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
"@nextcloud/logger": "^3.0.2",
@ -2622,15 +2622,16 @@
}
},
"node_modules/@nextcloud/files": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.5.0.tgz",
"integrity": "sha512-JQe2x4kMxe9F7xzxxIejvhvcn8/XFGu/oKw7ZE9i5Zzyl+Y8DOyX3X4vw/UW7bAOgBVx8LVHUCJJs5mxD2Ve7w==",
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.5.1.tgz",
"integrity": "sha512-GkVWUgkBSVt27Carmp/DbnDiqHq03w3VQWt8xszacp/IQSB9G+8/KCvi8zxldac2q7lQ8NpHlB/Bqy8o+OOc0A==",
"dependencies": {
"@nextcloud/auth": "^2.3.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.1",
"cancelable-promise": "^4.3.1",
"is-svg": "^5.0.1",
"typescript-event-target": "^1.1.1",
@ -2790,6 +2791,18 @@
"npm": "^10.0.0"
}
},
"node_modules/@nextcloud/sharing": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz",
"integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==",
"dependencies": {
"@nextcloud/initial-state": "^2.2.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
},
"node_modules/@nextcloud/stylelint-config": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.0.1.tgz",

View file

@ -27,7 +27,7 @@
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^5.3.2",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.5.0",
"@nextcloud/files": "^3.5.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
"@nextcloud/logger": "^3.0.2",