Browse Source

build(deps): bump @nextcloud/dialogs from 6.3.1 to 6.3.2

Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.1...v6.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/55233/head
dependabot[bot] 2 weeks ago
committed by Ferdinand Thiessen
parent
commit
6d4ccfa93e
  1. 15
      package-lock.json
  2. 2
      package.json

15
package-lock.json

@ -18,7 +18,7 @@
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.10",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.3.1",
"@nextcloud/dialogs": "^6.3.2",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^3.12.0",
"@nextcloud/initial-state": "^3.0.0",
@ -3841,10 +3841,9 @@
}
},
"node_modules/@nextcloud/dialogs": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.1.tgz",
"integrity": "sha512-lklTssGdphRZKoR07pYU88btqguEKcQjEpKYom342i1eiMPiejgmoPZEignWJvJhpaN9CT5FoGndCrqqS3BswA==",
"license": "AGPL-3.0-or-later",
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.2.tgz",
"integrity": "sha512-ioZ483wmKdNX1HdSJ1EG7ewTSyQAqlmbBALkhT4guZdR9JG8VIdnijX15qwKgAWITG2y36PWoi9Rimb3dDf+7A==",
"dependencies": {
"@mdi/js": "^7.4.47",
"@nextcloud/auth": "^2.5.1",
@ -3866,11 +3865,11 @@
"webdav": "^5.8.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20.0.0 || ^22.0.0 || ^24.0.0",
"npm": "^10.5.1"
},
"peerDependencies": {
"@nextcloud/vue": "^8.23.1",
"@nextcloud/vue": "^8.24.0",
"vue": "^2.7.16"
}
},

2
package.json

@ -49,7 +49,7 @@
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.10",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.3.1",
"@nextcloud/dialogs": "^6.3.2",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^3.12.0",
"@nextcloud/initial-state": "^3.0.0",

Loading…
Cancel
Save