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

This commit is contained in:
dependabot[bot]
2024-06-01 01:30:02 +00:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@nextcloud/axios": "^2.5.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.3.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
@@ -3639,11 +3639,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": {
@@ -4510,9 +4510,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"node_modules/@types/node": {
"version": "20.12.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
"integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
"version": "20.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
"dependencies": {
"undici-types": "~5.26.4"
}
@@ -23744,11 +23744,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"
}
},
@@ -24447,9 +24447,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"@types/node": {
"version": "20.12.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
"integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
"version": "20.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
"requires": {
"undici-types": "~5.26.4"
}

View File

@@ -36,7 +36,7 @@
"@nextcloud/axios": "^2.5.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.3.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",