Merge pull request #3349 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/event-bus-2.1.0

Bump @nextcloud/event-bus from 2.0.0 to 2.1.0
This commit is contained in:
Julius Härtl
2021-10-04 07:27:25 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/event-bus": "^2.1.0",
"@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
@@ -2907,9 +2907,9 @@
}
},
"node_modules/@nextcloud/event-bus": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.0.0.tgz",
"integrity": "sha512-92lEJeDfOLU320mWb2Dm/EtHaRKiyOSSZyfz3MRrbtxja5up8iFK0EVizE5qO3o718Iyy3a6xw/G5Ztwy40EoA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.1.0.tgz",
"integrity": "sha512-4UqyN3QazF9KnDA7hWMXwad28X/7/SCmR4VxvJiQg+LCODO6mLImcQ02Y7WxQPY77RknLEZMarzTUTpvnSY0zw==",
"dependencies": {
"@types/semver": "^7.1.0",
"core-js": "^3.6.2",
@@ -22061,9 +22061,9 @@
}
},
"@nextcloud/event-bus": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.0.0.tgz",
"integrity": "sha512-92lEJeDfOLU320mWb2Dm/EtHaRKiyOSSZyfz3MRrbtxja5up8iFK0EVizE5qO3o718Iyy3a6xw/G5Ztwy40EoA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.1.0.tgz",
"integrity": "sha512-4UqyN3QazF9KnDA7hWMXwad28X/7/SCmR4VxvJiQg+LCODO6mLImcQ02Y7WxQPY77RknLEZMarzTUTpvnSY0zw==",
"requires": {
"@types/semver": "^7.1.0",
"core-js": "^3.6.2",

View File

@@ -34,7 +34,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/event-bus": "^2.1.0",
"@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",