From 5b60d923b186529692b4e0c114662460e0d72b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:01:58 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-testing-library from 7.5.2 to 7.13.1 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.5.2 to 7.13.1. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.2...v7.13.1) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 7.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00b0cf0..f868bfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-jsx-a11y": "~6.10.0", "eslint-plugin-react": "~7.37.0", "eslint-plugin-react-hooks": "~5.2.0", - "eslint-plugin-testing-library": "~7.5.2", + "eslint-plugin-testing-library": "~7.13.1", "identity-obj-proxy": "~3.0.0", "jest": "~30.0.0", "jest-environment-jsdom": "~30.0.0", @@ -6642,9 +6642,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.5.2.tgz", - "integrity": "sha512-8WJOBsV+RZRNJE1dbtJie5oPpU2c6SvUUQ8/tyDQwXUPW1UCpVvlef3lvoPVQfOlGfO/6r2yOuCXFxii0zrpqQ==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.1.tgz", + "integrity": "sha512-y56YvbFc3Tm4zNHjaZsbXLo15JHlPkvonOwqX9avACi/TrvknT8cMyJ6T5KJq0ExrlJjH8gIPE6wCloohMYPIQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5b9ee94..c76e7c7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-jsx-a11y": "~6.10.0", "eslint-plugin-react": "~7.37.0", "eslint-plugin-react-hooks": "~5.2.0", - "eslint-plugin-testing-library": "~7.5.2", + "eslint-plugin-testing-library": "~7.13.1", "identity-obj-proxy": "~3.0.0", "jest": "~30.0.0", "jest-environment-jsdom": "~30.0.0",