From a4df378630dbc1405bb7984ff2a3c7381811678d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:50:26 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.3.0 to 6.4.1 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.3.0 to 6.4.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.3.0...v6.4.1) --- 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 47f2af97b..726b79c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@svgr/webpack": "^8.1.0", "@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.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", @@ -8349,9 +8349,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.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.1.tgz", + "integrity": "sha512-Z7qMM3J2Zw5H/nC2/5CYx5YcuaD56JmDFKNIozZ89VIo6o6Y9FMhssics4e2madEKYDNEpZz3+glPGz0yWMOag==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", diff --git a/package.json b/package.json index 6480d7879..909925d34 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@svgr/webpack": "^8.1.0", "@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.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11",