Bump @nextcloud/event-bus from 2.1.0 to 2.1.1

Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.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.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-06 03:57:00 +00:00
committed by GitHub
parent 3f0f4315fc
commit 0daf7021ec
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.7.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.0",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
@@ -2909,9 +2909,9 @@
}
},
"node_modules/@nextcloud/event-bus": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.1.0.tgz",
"integrity": "sha512-4UqyN3QazF9KnDA7hWMXwad28X/7/SCmR4VxvJiQg+LCODO6mLImcQ02Y7WxQPY77RknLEZMarzTUTpvnSY0zw==",
"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",
@@ -22181,9 +22181,9 @@
}
},
"@nextcloud/event-bus": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.1.0.tgz",
"integrity": "sha512-4UqyN3QazF9KnDA7hWMXwad28X/7/SCmR4VxvJiQg+LCODO6mLImcQ02Y7WxQPY77RknLEZMarzTUTpvnSY0zw==",
"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",

View File

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