From cb837af8be34ee58c9de21185d747d30ecb70121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:57:20 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.1.2 to 6.1.3 in /services/idp Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.2 to 6.1.3. - [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.2...v6.1.3) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/idp/package.json | 2 +- services/idp/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/idp/package.json b/services/idp/package.json index 9c9a7d7e56..fb6dbefc57 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -74,7 +74,7 @@ "@fontsource/roboto": "^5.0.8", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", - "@testing-library/jest-dom": "^6.1.2", + "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.4", diff --git a/services/idp/pnpm-lock.yaml b/services/idp/pnpm-lock.yaml index f047b91dd5..4c98865ee2 100644 --- a/services/idp/pnpm-lock.yaml +++ b/services/idp/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^4.11.3 version: 4.11.3(@material-ui/core@4.12.4)(@types/react@17.0.65)(react-dom@17.0.2)(react@17.0.2) '@testing-library/jest-dom': - specifier: ^6.1.2 - version: 6.1.2(@types/jest@29.5.4)(jest@29.6.4) + specifier: ^6.1.3 + version: 6.1.3(@types/jest@29.5.4)(jest@29.6.4) '@testing-library/react': specifier: ^11.2.7 version: 11.2.7(react-dom@17.0.2)(react@17.0.2) @@ -2789,8 +2789,8 @@ packages: pretty-format: 27.5.1 dev: false - /@testing-library/jest-dom@6.1.2(@types/jest@29.5.4)(jest@29.6.4): - resolution: {integrity: sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==} + /@testing-library/jest-dom@6.1.3(@types/jest@29.5.4)(jest@29.6.4): + resolution: {integrity: sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28'