From 2496761670f71ae6e41a28dd3276500355a8441e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:44:09 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.6.3 --- 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 1c539f0b..3d60a1e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@storybook/react": "8.4.0", "@storybook/react-vite": "8.4.0", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.6.2", + "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.0.1", "@types/hast": "3.0.4", "@types/lodash-es": "4.17.12", @@ -3453,9 +3453,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", - "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", + "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 22352553..075f5268 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@storybook/react": "8.4.0", "@storybook/react-vite": "8.4.0", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.6.2", + "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.0.1", "@types/hast": "3.0.4", "@types/lodash-es": "4.17.12",