diff --git a/package-lock.json b/package-lock.json index c6807df4855..4ae4bc44803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,7 +99,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", - "@nextcloud/typings": "^1.9.1", + "@nextcloud/typings": "^1.10.0", "@nextcloud/webpack-vue-config": "^6.1.1", "@pinia/testing": "^0.1.7", "@simplewebauthn/types": "^10.0.0", @@ -5357,16 +5357,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 1e348e6ce3f..142bcbeea07 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", - "@nextcloud/typings": "^1.9.1", + "@nextcloud/typings": "^1.10.0", "@nextcloud/webpack-vue-config": "^6.1.1", "@pinia/testing": "^0.1.7", "@simplewebauthn/types": "^10.0.0",