From e307a85c850ea5bec81341cd0c9c378f73bd4ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:25:19 +0000 Subject: [PATCH] chore(deps): bump @nextcloud/typings from 1.8.0 to 1.9.0 Bumps [@nextcloud/typings](https://github.com/nextcloud/nextcloud-typings) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/nextcloud/nextcloud-typings/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-typings/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-typings/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: "@nextcloud/typings" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++------------ package.json | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) 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",