From d721ec6552179849a871bdb92c441d3161dfbe1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:18:52 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.1.4 to 6.1.6 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.4 to 6.1.6. - [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.1.4...v6.1.6) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a231ed2b8..9f7d98df3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mui/material": "^5.14.16", "@opencast/appkit": "^0.2.2", "@reduxjs/toolkit": "^1.9.7", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.1.6", "@types/iarna__toml": "^2.0.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.14", @@ -71,8 +71,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.1", - "license": "MIT" + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", + "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==" }, "node_modules/@ampproject/remapping": { "version": "2.2.0", @@ -4299,11 +4300,11 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz", - "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.6.tgz", + "integrity": "sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==", "dependencies": { - "@adobe/css-tools": "^4.3.1", + "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", diff --git a/package.json b/package.json index 9da36a8f4..676c68282 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@mui/material": "^5.14.16", "@opencast/appkit": "^0.2.2", "@reduxjs/toolkit": "^1.9.7", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.1.6", "@types/iarna__toml": "^2.0.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.14",