diff --git a/package-lock.json b/package-lock.json index db6faa37e9f9a..229398505f6e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5176,9 +5176,9 @@ } }, "@nextcloud/router": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz", - "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz", + "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==", "requires": { "core-js": "^3.6.4" } @@ -5223,6 +5223,16 @@ "vue-multiselect": "^2.1.6", "vue-visible": "^1.0.2", "vue2-datepicker": "^3.6.3" + }, + "dependencies": { + "@nextcloud/router": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz", + "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==", + "requires": { + "core-js": "^3.6.4" + } + } } }, "@nextcloud/vue-dashboard": { @@ -12918,6 +12928,14 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-1.0.0.tgz", "integrity": "sha512-f+sKpdLZXkODV+OY39K1M+Spmd4RgxmtEXmNn4Bviv4R7uBFHXuw+JX9ZdfDeOryfHjJ/TRQxQEp0GMpBwZFUw==" + }, + "@nextcloud/router": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz", + "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==", + "requires": { + "core-js": "^3.6.4" + } } } }, diff --git a/package.json b/package.json index 05852278c1040..47bf8259562e8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/moment": "^1.1.1", "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^1.1.2", - "@nextcloud/router": "^1.1.0", + "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^3.10.1", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^4.0.2",