From 666e5e87883502c16014873f309a11c7c7d4088c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:53:25 +0000 Subject: [PATCH] Build(deps-dev): Bump @testing-library/jest-dom in /catalog/ui Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.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.5.0...v6.6.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- catalog/ui/package-lock.json | 8 ++++---- catalog/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 0d035059d..5dfd03d9b 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -40,7 +40,7 @@ "@babel/preset-env": "^7.25.8", "@babel/preset-react": "^7.25.7", "@babel/preset-typescript": "^7.25.7", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/dompurify": "^3.0.5", @@ -3681,9 +3681,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", - "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.1.tgz", + "integrity": "sha512-mNYIiAuP4yJwV2zBRQCV7PHoQwbb6/8TfMpPcwSUzcSVDJHWOXt6hjNtIN1v5knDmimYnjJxKhsoVd4LVGIO+w==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.4.0", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index dc20796dc..f90401ba9 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -26,7 +26,7 @@ "@babel/preset-env": "^7.25.8", "@babel/preset-react": "^7.25.7", "@babel/preset-typescript": "^7.25.7", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/dompurify": "^3.0.5",