From d2417f5307e14472261d7d00ebc7aafc354524a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:01:45 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-testing-library from 7.5.2 to 7.13.3 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.5.2 to 7.13.3. - [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.3) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 7.13.3 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..c5f3050 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.3", "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.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.3.tgz", + "integrity": "sha512-STwyXN7GnHulgsfdXVd5iC8fFCJVRQj2AcKtMmQOsA8G4oMnSCOX1p3MjbrDQ9fmwVf5wZy6vboTOTFobWuxOA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5b9ee94..cdf272b 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.3", "identity-obj-proxy": "~3.0.0", "jest": "~30.0.0", "jest-environment-jsdom": "~30.0.0",