From d3646e46e59f3892f22c7559cd187f9f88f8f548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:42:07 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.1.5 to 6.1.6 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.5 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.5...v6.1.6) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9c4f481..e069113 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@storybook/react-vite": "7.6.2", "@storybook/test": "7.6.2", "@storybook/types": "7.6.2", - "@testing-library/jest-dom": "6.1.5", + "@testing-library/jest-dom": "6.1.6", "@testing-library/react": "14.1.2", "@types/jest": "29.5.10", "@types/lodash": "4.14.202", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a83b9ca..3eecd63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,8 +35,8 @@ devDependencies: specifier: 7.6.2 version: 7.6.2 '@testing-library/jest-dom': - specifier: 6.1.5 - version: 6.1.5(@types/jest@29.5.10)(jest@29.7.0) + specifier: 6.1.6 + version: 6.1.6(@types/jest@29.5.10)(jest@29.7.0) '@testing-library/react': specifier: 14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -4255,7 +4255,7 @@ packages: '@storybook/instrumenter': 7.6.2 '@storybook/preview-api': 7.6.2 '@testing-library/dom': 9.3.3 - '@testing-library/jest-dom': 6.1.5(@types/jest@29.5.10)(jest@29.7.0) + '@testing-library/jest-dom': 6.1.6(@types/jest@29.5.10)(jest@29.7.0) '@testing-library/user-event': 14.3.0(@testing-library/dom@9.3.3) '@types/chai': 4.3.11 '@vitest/expect': 0.34.6 @@ -4306,8 +4306,8 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@6.1.5(@types/jest@29.5.10)(jest@29.7.0): - resolution: {integrity: sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==} + /@testing-library/jest-dom@6.1.6(@types/jest@29.5.10)(jest@29.7.0): + resolution: {integrity: sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28'