From 7c62a103e9064f9baeaf5d53367bc2560fb5337f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:25:05 +0000 Subject: [PATCH] build(deps-dev): bump @nextcloud/typings from 1.9.1 to 1.10.0 Bumps [@nextcloud/typings](https://github.com/nextcloud-libraries/nextcloud-typings) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-typings/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-typings/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-typings/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: "@nextcloud/typings" dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4d5295e38a..0841b8d6d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/typings": "^1.9.1", + "@nextcloud/typings": "^1.10.0", "@nextcloud/webpack-vue-config": "^6.3.2", "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.0", @@ -4146,16 +4146,14 @@ } }, "node_modules/@nextcloud/typings": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", - "integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", - "license": "GPL-3.0-or-later", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz", + "integrity": "sha512-SMC42rDjOH3SspPTLMZRv76ZliHpj2JJkF8pGLP8l1QrVTZxE47Qz5qeKmbj2VL+dRv2e/NgixlAFmzVnxkhqg==", "dependencies": { "@types/jquery": "3.5.16" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/upload": { diff --git a/package.json b/package.json index c09ccf0c614..1f1f73eb079 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/typings": "^1.9.1", + "@nextcloud/typings": "^1.10.0", "@nextcloud/webpack-vue-config": "^6.3.2", "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.0",