From fcf76c4b9f11d185d389cc3f5775c20bb9fafa03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:23:04 +0000 Subject: [PATCH] chore(deps): bump @nextcloud/typings from 1.9.0 to 1.9.1 Bumps [@nextcloud/typings](https://github.com/nextcloud/nextcloud-typings) from 1.9.0 to 1.9.1. - [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.9.0...v1.9.1) --- updated-dependencies: - dependency-name: "@nextcloud/typings" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8c787ae..7aa0e31d 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.9.0", + "@nextcloud/typings": "^1.9.1", "@nextcloud/vue": "^8.11.2", "axios": "^1.6.8", "date-fns": "^3.6.0", @@ -3587,9 +3587,9 @@ } }, "node_modules/@nextcloud/typings": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.0.tgz", - "integrity": "sha512-dR37j4bDmJTjWNjH85bNGiabvhOTWoxu5xGLEHOwv2hV1KI51GqbY+G62Pwmd9guGqmufQuTrZosCQSz7bMuWQ==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", + "integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", "dependencies": { "@types/jquery": "3.5.16" }, diff --git a/package.json b/package.json index f8938a55..479794c8 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.9.0", + "@nextcloud/typings": "^1.9.1", "@nextcloud/vue": "^8.11.2", "axios": "^1.6.8", "date-fns": "^3.6.0",