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] <support@github.com>
pull/56302/head
dependabot[bot] 2025-11-08 02:25:05 +07:00 committed by GitHub
parent 7e10c61fb0
commit 7c62a103e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

12
package-lock.json generated

@ -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": {

@ -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",