diff --git a/package-lock.json b/package-lock.json index 93095632a..f350210d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,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/files": "^2.1.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", @@ -3078,9 +3078,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" }, @@ -21297,9 +21297,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 1a4300e5b..889863b8e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,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/files": "^2.1.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0",