diff --git a/package-lock.json b/package-lock.json index cf64d4ab..8aa9b7fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/typings": "^1.8.0", + "@nextcloud/typings": "^1.9.0", "@nextcloud/vue": "^8.11.2", "axios": "^1.6.8", "date-fns": "^3.6.0", @@ -3587,13 +3587,11 @@ } }, "node_modules/@nextcloud/typings": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.8.0.tgz", - "integrity": "sha512-q9goE0wc+1BCI9Ku0MebCHmqOMwz2K7ESKQrcHDs6O+HqbKA8zGiEtXL5XGrMS7Ovtl1YOIwxlP9kEvgvXt52Q==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.0.tgz", + "integrity": "sha512-dR37j4bDmJTjWNjH85bNGiabvhOTWoxu5xGLEHOwv2hV1KI51GqbY+G62Pwmd9guGqmufQuTrZosCQSz7bMuWQ==", "dependencies": { - "@types/jquery": "3.5.16", - "vue": "^2.7.15", - "vue-router": "<4" + "@types/jquery": "3.5.16" }, "engines": { "node": "^20.0.0", @@ -16322,11 +16320,6 @@ "vue": "^2.6.0" } }, - "node_modules/vue-router": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", - "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" - }, "node_modules/vue-template-compiler": { "version": "2.7.14", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz", diff --git a/package.json b/package.json index ac1c3e84..265a387f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/typings": "^1.8.0", + "@nextcloud/typings": "^1.9.0", "@nextcloud/vue": "^8.11.2", "axios": "^1.6.8", "date-fns": "^3.6.0",