diff --git a/package-lock.json b/package-lock.json index cd82aea54..30c1fd94c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", - "@nextcloud/router": "^2.0.0", + "@nextcloud/router": "^2.0.1", "@nextcloud/vue": "^4.2.0", "camelcase": "^6.2.1", "debounce": "^1.2.1", @@ -49,7 +49,7 @@ "workbox-webpack-plugin": "^6.3.0" }, "engines": { - "node": ">=14.0.0", + "node": "^16.0.0", "npm": ">=7.0.0" } }, @@ -2558,11 +2558,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": { @@ -19511,9 +19515,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 f689f18d8..d39a65e54 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", - "@nextcloud/router": "^2.0.0", + "@nextcloud/router": "^2.0.1", "@nextcloud/vue": "^4.2.0", "camelcase": "^6.2.1", "debounce": "^1.2.1",