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

github.com/nextcloud/maps.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-10 05:13:30 +0300
committerGitHub <noreply@github.com>2022-09-10 05:13:30 +0300
commita72ae9aa2801a0fb97ac3631fb144cb4aa8c9edb (patch)
tree20a3c26c6520e335270f80a537e6d0d6daa8f3e3
parent193a90550ae3f0d25a6b40ee6bfe5eea1079083d (diff)
Bump @nextcloud/event-bus from 3.0.1 to 3.0.2dependabot/npm_and_yarn/nextcloud/event-bus-3.0.2
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- 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 fe9d713f..65f7f135 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/dialogs": "^3.2.0",
- "@nextcloud/event-bus": "^3.0.1",
+ "@nextcloud/event-bus": "^3.0.2",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
@@ -2183,9 +2183,9 @@
}
},
"node_modules/@nextcloud/event-bus": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.1.tgz",
- "integrity": "sha512-0YvijvmmBN9bWmcGd9O0oFL+yd2PI4pq8h5J81gxrRmjU7UlCzh79zQJ/JaVA3uzZwY4e3hf+yFp589nvB3P1g==",
+ "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"
},
@@ -14248,9 +14248,9 @@
}
},
"@nextcloud/event-bus": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.1.tgz",
- "integrity": "sha512-0YvijvmmBN9bWmcGd9O0oFL+yd2PI4pq8h5J81gxrRmjU7UlCzh79zQJ/JaVA3uzZwY4e3hf+yFp589nvB3P1g==",
+ "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 6259165d..3c1a8f88 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/dialogs": "^3.2.0",
- "@nextcloud/event-bus": "^3.0.1",
+ "@nextcloud/event-bus": "^3.0.2",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",