From 83e31551230451786aeba7fedd54aaa3e7c9963f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:49:56 +0000 Subject: [PATCH] fix(deps): update dependency @testing-library/jest-dom to v6.6.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e545c76..fb03aa8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/material": "6.1.4", "@mui/styles": "6.1.4", "@reduxjs/toolkit": "1.9.7", - "@testing-library/jest-dom": "6.6.1", + "@testing-library/jest-dom": "6.6.2", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/node": "20.16.12", @@ -5488,9 +5488,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.1.tgz", - "integrity": "sha512-mNYIiAuP4yJwV2zBRQCV7PHoQwbb6/8TfMpPcwSUzcSVDJHWOXt6hjNtIN1v5knDmimYnjJxKhsoVd4LVGIO+w==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", + "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", diff --git a/package.json b/package.json index 82e7888f..ab43f1c3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@mui/material": "6.1.4", "@mui/styles": "6.1.4", "@reduxjs/toolkit": "1.9.7", - "@testing-library/jest-dom": "6.6.1", + "@testing-library/jest-dom": "6.6.2", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/node": "20.16.12",