From 4f174d802cb7643e02da3380572e8a3550ba4ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:05:08 +0000 Subject: [PATCH] chore(deps): bump virtua from 0.49.2 to 0.50.1 Bumps [virtua](https://github.com/inokawa/virtua) from 0.49.2 to 0.50.1. - [Release notes](https://github.com/inokawa/virtua/releases) - [Commits](https://github.com/inokawa/virtua/compare/0.49.2...0.50.1) --- updated-dependencies: - dependency-name: virtua dependency-version: 0.50.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) 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",