diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-08 15:42:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 15:42:24 +0000 |
commit | 5a86aa98fd9670e4c86d6180b123083f9c4f8b59 (patch) | |
tree | bdb1ebd58bd35b83a1256e5e3a1110ca7b1a0047 /package-lock.json | |
parent | 586cc9bcbc3a2c659d241cf82a538326aaeb3b1d (diff) | |
download | nextcloud-server-5a86aa98fd9670e4c86d6180b123083f9c4f8b59.tar.gz nextcloud-server-5a86aa98fd9670e4c86d6180b123083f9c4f8b59.zip |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 186e02f65c4..1a411bcad1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", |