From c83608933f8981e9ff9596aedebcb96f666cb6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:17:11 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.3.0 to 6.4.0 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.3.0 to 6.4.0. - [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.3.0...v6.4.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 67473bb3d..ca4a4ea1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@storybook/test": "^7.6.10", "@symfony/webpack-encore": "^4.6.1", "@testing-library/dom": "^9.3.4", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", @@ -8011,9 +8011,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz", - "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.0.tgz", + "integrity": "sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", diff --git a/package.json b/package.json index dbf950128..1e16bea12 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@storybook/test": "^7.6.10", "@symfony/webpack-encore": "^4.6.1", "@testing-library/dom": "^9.3.4", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11",