From 2163e43d1bac7b5d09e0e965c232fa9564395b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:19:19 +0000 Subject: [PATCH] chore(deps-dev): bump the test group with 1 update Bumps the test group with 1 update: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom). Updates `@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 dependency-group: test ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/addons/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5c0e004..cf38bacb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2179,12 +2179,12 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz", - "integrity": "sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==", + "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==", "dev": true, "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", @@ -11860,7 +11860,7 @@ "license": "Apache-2.0", "devDependencies": { "@jest/globals": "~29.7.0", - "@testing-library/jest-dom": "~6.1.5", + "@testing-library/jest-dom": "~6.1.6", "cross-env": "~7.0.3", "eslint-plugin-jest": "~27.6.1", "eslint-plugin-jest-dom": "~5.1.0", diff --git a/packages/addons/package.json b/packages/addons/package.json index dc3fe6c1..5a050650 100644 --- a/packages/addons/package.json +++ b/packages/addons/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@jest/globals": "~29.7.0", - "@testing-library/jest-dom": "~6.1.5", + "@testing-library/jest-dom": "~6.1.6", "cross-env": "~7.0.3", "eslint-plugin-jest": "~27.6.1", "eslint-plugin-jest-dom": "~5.1.0",