diff --git a/package-lock.json b/package-lock.json index 6975cf657..2d404bb07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7cb2ce15d..5b6cf199b 100644 --- a/package.json +++ b/package.json @@ -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",