From 937f5cbde7be55828327cb9789ccd9b66ea528c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:48:47 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/user-event Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.6.4 to 14.6.6. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.6.4...v14.6.6) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index fbfe4fbe4b02c..c36801c2626d9 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -87,7 +87,7 @@ "@nextcloud/webpack-vue-config": "^7.0.4", "@pinia/testing": "^0.1.7", "@testing-library/jest-dom": "^6.6.4", - "@testing-library/user-event": "^14.6.4", + "@testing-library/user-event": "^14.6.6", "@testing-library/vue": "^5.8.3", "@types/throttle-debounce": "^5.0.2", "@vitejs/plugin-vue2": "^2.3.4", @@ -5491,9 +5491,9 @@ "license": "MIT" }, "node_modules/@testing-library/user-event": { - "version": "14.6.4", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.4.tgz", - "integrity": "sha512-QCGwP6QrjypBLwyj5cuyfVamkaIEy/XGY+1VDehbtbQqOggYmTFpFOdWR5mPz14vX8vXLMVjDHlRNBcClyO9ew==", + "version": "14.6.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.6.tgz", + "integrity": "sha512-Jbs9FpkkIDw8FgSc6kOVsOv8JuuqGAL7J4X1oot77JxAoDlkNn2GRkd0aYRVuQ+pVQAiHWVkE4rX/dkF5fBiCw==", "dev": true, "license": "MIT", "engines": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 5634550776e77..11f79f8fdf434 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -106,7 +106,7 @@ "@nextcloud/webpack-vue-config": "^7.0.4", "@pinia/testing": "^0.1.7", "@testing-library/jest-dom": "^6.6.4", - "@testing-library/user-event": "^14.6.4", + "@testing-library/user-event": "^14.6.6", "@testing-library/vue": "^5.8.3", "@types/throttle-debounce": "^5.0.2", "@vitejs/plugin-vue2": "^2.3.4",