From 312b114ef70d347579721ecfa7ed762f465183a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:06:17 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.5.0 --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d093cbe4c..f1b491547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "14.1.5", - "@testing-library/jest-dom": "6.4.8", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "12.1.5", "glob": "10.4.5", "reactifex": "1.1.1", @@ -5096,13 +5096,13 @@ "dev": true }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.8", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", - "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", + "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", "dev": true, + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", - "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", @@ -5121,6 +5121,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5136,6 +5137,7 @@ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" diff --git a/package.json b/package.json index ae690c663..71e226a8b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "14.1.5", - "@testing-library/jest-dom": "6.4.8", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "12.1.5", "glob": "10.4.5", "reactifex": "1.1.1",