Browse Source

Bump @nextcloud/event-bus from 2.0.0 to 2.1.1

Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.0.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
tags/v23.0.0rc1
dependabot[bot] 2 years ago
parent
commit
5a86aa98fd
No account linked to committer's email address
2 changed files with 8 additions and 8 deletions
  1. 7
    7
      package-lock.json
  2. 1
    1
      package.json

+ 7
- 7
package-lock.json View File

@@ -14,7 +14,7 @@
"@nextcloud/axios": "^1.7.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/jcrop": "^0.10.0",
@@ -6962,9 +6962,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.1",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.1.1.tgz",
"integrity": "sha512-YEui6N+23uyjBSIUZhf8rEjG9vol7UGgxcgxMddEbO0HS7M/sh1cocRqtn+ZVi/yPybeToGmt68SDPCgwHQHKw==",
"dependencies": {
"@types/semver": "^7.1.0",
"core-js": "^3.6.2",
@@ -29214,9 +29214,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.1",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.1.1.tgz",
"integrity": "sha512-YEui6N+23uyjBSIUZhf8rEjG9vol7UGgxcgxMddEbO0HS7M/sh1cocRqtn+ZVi/yPybeToGmt68SDPCgwHQHKw==",
"requires": {
"@types/semver": "^7.1.0",
"core-js": "^3.6.2",

+ 1
- 1
package.json View File

@@ -30,7 +30,7 @@
"@nextcloud/axios": "^1.7.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/jcrop": "^0.10.0",

Loading…
Cancel
Save