diff --git a/package-lock.json b/package-lock.json index c8ed8856d..1f8a985fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/typings": "^1.10.0", "@nextcloud/vue": "^9.9.0", "pinia": "^3.0.4", - "virtua": "^0.49.1", + "virtua": "^0.50.1", "vue-cropperjs": "^5.0.0", "vue-material-design-icons": "^5.3.1", "vue-router": "^4.6.4", @@ -11928,11 +11928,13 @@ } }, "node_modules/virtua": { - "version": "0.49.2", - "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.49.2.tgz", - "integrity": "sha512-aEp3+6cmIRjHUlQnWdgGXYMYtrIG26QnN9jJDZEE5LRhvo1Z9HzoJwLDgyVULUPWcSdCnZAroQm7raXJyTG0AA==", + "version": "0.50.1", + "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.50.1.tgz", + "integrity": "sha512-rNue/Cv/0Z14Yg9Pj6Xx9QaQPKhmlNWkx7Y7SytRnhojxvZ0z3GhCWr4QH2+tJm5mYL2vm4GudZPPt0i1PLzSA==", "license": "MIT", "peerDependencies": { + "@angular/common": ">=20.0.0", + "@angular/core": ">=20.0.0", "react": ">=16.14.0", "react-dom": ">=16.14.0", "solid-js": ">=1.0", @@ -11940,6 +11942,12 @@ "vue": ">=3.2" }, "peerDependenciesMeta": { + "@angular/common": { + "optional": true + }, + "@angular/core": { + "optional": true + }, "react": { "optional": true }, diff --git a/package.json b/package.json index 3cb436cf1..0f301538c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/typings": "^1.10.0", "@nextcloud/vue": "^9.9.0", "pinia": "^3.0.4", - "virtua": "^0.49.1", + "virtua": "^0.50.1", "vue-cropperjs": "^5.0.0", "vue-material-design-icons": "^5.3.1", "vue-router": "^4.6.4",