From 4df8758b29c11796996c084eb78a93af239f4ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:30:00 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/jest-dom from 6.8.0 to 6.9.1 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.8.0 to 6.9.1. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.8.0...v6.9.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b05eb9487c..bed803a2455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "@nextcloud/webpack-vue-config": "^6.3.0", "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.0", - "@testing-library/jest-dom": "^6.6.4", + "@testing-library/jest-dom": "^6.9.1", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.9.0", "@types/dockerode": "^3.3.44", @@ -5686,11 +5686,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz", - "integrity": "sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", "dev": true, - "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", diff --git a/package.json b/package.json index 0c8230fc25b..609795b0a13 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "@nextcloud/webpack-vue-config": "^6.3.0", "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.0", - "@testing-library/jest-dom": "^6.6.4", + "@testing-library/jest-dom": "^6.9.1", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.9.0", "@types/dockerode": "^3.3.44",