build(deps): bump @nextcloud/event-bus from 3.3.2 to 3.3.3

Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-event-bus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.3.2...v3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/56328/head
dependabot[bot] 2025-11-08 03:56:54 +07:00 committed by Andy Scherzinger
parent 28fbe238dd
commit e120b90a5c
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 11 additions and 14 deletions

23
package-lock.json generated

@ -19,7 +19,7 @@
"@nextcloud/calendar-availability-vue": "^2.2.6",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.4.1",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/event-bus": "^3.3.3",
"@nextcloud/files": "^3.10.2",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.4.0",
@ -3808,24 +3808,21 @@
}
},
"node_modules/@nextcloud/event-bus": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.2.tgz",
"integrity": "sha512-1Qfs6i7Tz2qd1A33NpBQOt810ydHIRjhyXMFwSEkYX2yUI80lAk/sWO8HIB2Fqp+iffhyviPPcQYoytMDRyDNw==",
"license": "GPL-3.0-or-later",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.3.tgz",
"integrity": "sha512-zIfvKmUGkXpVzRKoXrcO9hkoiKDm65fqNxy/XIbIxrQhZByPq3gDkjBpnu3V5Gs8JdYwa73R8DjzV9oH8HYhIg==",
"dependencies": {
"@types/semver": "^7.5.8",
"semver": "^7.6.3"
"@types/semver": "^7.7.0",
"semver": "^7.7.2"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20 || ^22 || ^24"
}
},
"node_modules/@nextcloud/event-bus/node_modules/semver": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
"license": "ISC",
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
"bin": {
"semver": "bin/semver.js"
},

@ -56,7 +56,7 @@
"@nextcloud/calendar-availability-vue": "^2.2.6",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.4.1",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/event-bus": "^3.3.3",
"@nextcloud/files": "^3.10.2",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.4.0",