aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json28
-rw-r--r--package.json2
2 files changed, 16 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index 90a99796d8b..b0fa5a8fde4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4116,19 +4116,19 @@
}
},
"@nextcloud/event-bus": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.4.tgz",
- "integrity": "sha512-It27KzmUaSQ7w22nHFwOn8XgeVG0HYYOSNG9gs4UkP5VqcZ16m4ydt3GkMpWcyFec4OUjJc+yf7omRc3pNxsSw==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.2.0.tgz",
+ "integrity": "sha512-pNS0R6Mvgj4WnbJQ8LYjxRjCbRndpwjHNyZYm0zl8U71gbHsUvQIIzTdW7WYg6Nz/FjAlrdmDXJDFLh1DDcIFA==",
"requires": {
- "@types/semver": "^6.2.1",
+ "@types/semver": "^7.1.0",
"core-js": "^3.6.2",
- "semver": "^6.3.0"
+ "semver": "^7.3.2"
},
"dependencies": {
"semver": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
- "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ "version": "7.3.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
+ "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
}
}
},
@@ -4343,13 +4343,15 @@
"@types/node": {
"version": "14.0.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.22.tgz",
- "integrity": "sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g==",
- "dev": true
+ "integrity": "sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g=="
},
"@types/semver": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.2.1.tgz",
- "integrity": "sha512-+beqKQOh9PYxuHvijhVl+tIHvT6tuwOrE9m14zd+MT2A38KoKZhh7pYJ0SNleLtwDsiIxHDsIk9bv01oOxvSvA=="
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.1.tgz",
+ "integrity": "sha512-ooD/FJ8EuwlDKOI6D9HWxgIgJjMg2cuziXm/42npDC8y4NjxplBUn9loewZiBNCt44450lHAU0OSb51/UqXeag==",
+ "requires": {
+ "@types/node": "*"
+ }
},
"@vue/component-compiler-utils": {
"version": "3.1.2",
diff --git a/package.json b/package.json
index b6998db721d..c978a3df049 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"@nextcloud/axios": "^1.3.3",
"@nextcloud/capabilities": "^1.0.2",
"@nextcloud/dialogs": "^1.4.0",
- "@nextcloud/event-bus": "^1.1.4",
+ "@nextcloud/event-bus": "^1.2.0",
"@nextcloud/files": "^1.1.0",
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0",