diff --git a/package-lock.json b/package-lock.json index bbb014156..5798e88bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", "@nextcloud/dialogs": "^3.2.0", - "@nextcloud/event-bus": "^3.0.0", + "@nextcloud/event-bus": "^3.0.2", "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.6.0", "@nextcloud/logger": "^2.2.1", @@ -3085,9 +3085,9 @@ } }, "node_modules/@nextcloud/event-bus": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.0.tgz", - "integrity": "sha512-wtlVyE5CY8fnzrBws1j5zWAYiiGLylVghDkj4bGPa5NUdUXtD7QrRBb20GEW8sIn1s/TwaS7+DHGvRUUCjIJeg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.2.tgz", + "integrity": "sha512-svXCZa4UkoZKsBiGzTi0cVcbPFUOhCm7pMKjGumRwBvHywX+8by478IQ8Grw75PFHxajMJZ0KrOTTM8WnzzEAw==", "dependencies": { "semver": "^7.3.7" }, @@ -20280,9 +20280,9 @@ } }, "@nextcloud/event-bus": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.0.tgz", - "integrity": "sha512-wtlVyE5CY8fnzrBws1j5zWAYiiGLylVghDkj4bGPa5NUdUXtD7QrRBb20GEW8sIn1s/TwaS7+DHGvRUUCjIJeg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.2.tgz", + "integrity": "sha512-svXCZa4UkoZKsBiGzTi0cVcbPFUOhCm7pMKjGumRwBvHywX+8by478IQ8Grw75PFHxajMJZ0KrOTTM8WnzzEAw==", "requires": { "semver": "^7.3.7" }, diff --git a/package.json b/package.json index 6e8272360..783607673 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", "@nextcloud/dialogs": "^3.2.0", - "@nextcloud/event-bus": "^3.0.0", + "@nextcloud/event-bus": "^3.0.2", "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.6.0", "@nextcloud/logger": "^2.2.1",