Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-03 04:01:41 +0300
committerGitHub <noreply@github.com>2022-09-03 04:01:41 +0300
commit92b97e2b69ea3b5e3a67ccbf71c1e5ba4b1c1739 (patch)
tree1dcbd1be8969e10a0f5446c605f74c6ab25050f8
parentc6f47578226f8c400ba398e2771824b1fea2595e (diff)
Bump @nextcloud/event-bus from 3.0.0 to 3.0.1dependabot/npm_and_yarn/nextcloud/event-bus-3.0.1
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.0.0 to 3.0.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/v3.0.0...v3.0.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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 70478f2..d3eb4b8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.2.0",
- "@nextcloud/event-bus": "^3.0.0",
+ "@nextcloud/event-bus": "^3.0.1",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.2",
@@ -2085,9 +2085,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.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.1.tgz",
+ "integrity": "sha512-0YvijvmmBN9bWmcGd9O0oFL+yd2PI4pq8h5J81gxrRmjU7UlCzh79zQJ/JaVA3uzZwY4e3hf+yFp589nvB3P1g==",
"dependencies": {
"semver": "^7.3.7"
},
@@ -14685,9 +14685,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.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.1.tgz",
+ "integrity": "sha512-0YvijvmmBN9bWmcGd9O0oFL+yd2PI4pq8h5J81gxrRmjU7UlCzh79zQJ/JaVA3uzZwY4e3hf+yFp589nvB3P1g==",
"requires": {
"semver": "^7.3.7"
},
diff --git a/package.json b/package.json
index 65795c5..6274bd8 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.2.0",
- "@nextcloud/event-bus": "^3.0.0",
+ "@nextcloud/event-bus": "^3.0.1",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.2",