summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 12 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index b095722ef..95f4c3650 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^2.0.0",
+ "@nextcloud/router": "^2.0.1",
"@nextcloud/vue": "^7.2.0",
"@nextcloud/vue-richtext": "^2.0.4",
"attachmediastream": "^2.1.0",
@@ -2963,11 +2963,15 @@
}
},
"node_modules/@nextcloud/router": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
- "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
+ "integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
"dependencies": {
"core-js": "^3.6.4"
+ },
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/stylelint-config": {
@@ -21898,9 +21902,9 @@
}
},
"@nextcloud/router": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
- "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
+ "integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
"requires": {
"core-js": "^3.6.4"
}
diff --git a/package.json b/package.json
index c96e7587d..77cd1777a 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^2.0.0",
+ "@nextcloud/router": "^2.0.1",
"@nextcloud/vue": "^7.2.0",
"@nextcloud/vue-richtext": "^2.0.4",
"attachmediastream": "^2.1.0",