Merge pull request #12444 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.1

This commit is contained in:
dependabot[bot] 2024-06-01 04:01:30 +00:00 committed by GitHub
commit 80a253d3c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.3.0",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.4.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
@ -3653,11 +3653,11 @@
}
},
"node_modules/@nextcloud/event-bus": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.0.tgz",
"integrity": "sha512-M7e0sC7RuLr3k7cyJOGeXvKpUZf25Qyhr9+Vr27Q6rBZ6J94xZhDdOyJGehXc34sQJX1TTbJRSDF02vsLx8Gqg==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.1.tgz",
"integrity": "sha512-VBYJspOVk5aZopgZwCUoMKFqcTLCNel2TLvtu0HMPV2gR5ZLPiPAKbkyKkYTh+Sd5QB1gR6l3STTv1gyal0soQ==",
"dependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"semver": "^7.6.2"
},
"engines": {
@ -22997,11 +22997,11 @@
}
},
"@nextcloud/event-bus": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.0.tgz",
"integrity": "sha512-M7e0sC7RuLr3k7cyJOGeXvKpUZf25Qyhr9+Vr27Q6rBZ6J94xZhDdOyJGehXc34sQJX1TTbJRSDF02vsLx8Gqg==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.1.tgz",
"integrity": "sha512-VBYJspOVk5aZopgZwCUoMKFqcTLCNel2TLvtu0HMPV2gR5ZLPiPAKbkyKkYTh+Sd5QB1gR6l3STTv1gyal0soQ==",
"requires": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"semver": "^7.6.2"
},
"dependencies": {

View file

@ -30,7 +30,7 @@
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.3.0",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.4.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",