From 6ef26404d706b61e912db7fc47e843f4fd0063b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:11:49 +0000 Subject: [PATCH] Bump @testing-library/jest-dom in /components/frontend Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.6 to 6.4.7. - [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.4.6...v6.4.7) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/frontend/package-lock.json | 9 ++++----- components/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index 661c4d155d..f5aae4dde3 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -30,7 +30,7 @@ "@eslint/compat": "^1.1.1", "@eslint/js": "^9.7.0", "@testing-library/dom": "10.3.2", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "eslint": "^8.57.0", @@ -5159,11 +5159,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.7.tgz", + "integrity": "sha512-GaKJ0nijoNf30dWSOOzQEBkWBRk4rG3C/efw8zKrimNuZpnS/6/AEwo0WvZHgJxG84cNCgxt+mtbe1fsvfLp2A==", "dev": true, - "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "@babel/runtime": "^7.9.2", diff --git a/components/frontend/package.json b/components/frontend/package.json index 5e861ac13e..e992d31659 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -49,7 +49,7 @@ "@eslint/compat": "^1.1.1", "@eslint/js": "^9.7.0", "@testing-library/dom": "10.3.2", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "eslint": "^8.57.0",