From eae69220442bba8c02ea979389c27ea5609e6623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:01:02 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-testing-library Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.13.5 to 7.13.6. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.13.5...v7.13.6) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 7.13.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7be13399..c1e3e48f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "coveralls": "3.1.1", "eslint": "8.57.1", "eslint-plugin-mocha": "11.0.0", - "eslint-plugin-testing-library": "7.13.5", + "eslint-plugin-testing-library": "7.13.6", "mocha": "^11.0.1", "nyc": "17.1.0", "ts-node": "10.9.2", @@ -2264,9 +2264,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.13.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.5.tgz", - "integrity": "sha512-75rUmtNnXeO9cyMwG78vXxGEB7muIQ+IwcwBTma+M9KFc68SFaMKevGydObsUgX+IFef4lRLO/ysR9JqK1odyg==", + "version": "7.13.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.6.tgz", + "integrity": "sha512-90h3bGIK6QEvxkE8WWFiCXhYLG/Q1BZuf7snUSO/Ma7g7AnyTfKGFfjHl23o6nmg6a/lv0VX3VNyBv06m6cOcw==", "dev": true, "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", @@ -6650,9 +6650,9 @@ } }, "eslint-plugin-testing-library": { - "version": "7.13.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.5.tgz", - "integrity": "sha512-75rUmtNnXeO9cyMwG78vXxGEB7muIQ+IwcwBTma+M9KFc68SFaMKevGydObsUgX+IFef4lRLO/ysR9JqK1odyg==", + "version": "7.13.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.6.tgz", + "integrity": "sha512-90h3bGIK6QEvxkE8WWFiCXhYLG/Q1BZuf7snUSO/Ma7g7AnyTfKGFfjHl23o6nmg6a/lv0VX3VNyBv06m6cOcw==", "dev": true, "requires": { "@typescript-eslint/scope-manager": "^8.15.0", diff --git a/package.json b/package.json index 2cfaa900..f8c3d4ab 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "coveralls": "3.1.1", "eslint": "8.57.1", "eslint-plugin-mocha": "11.0.0", - "eslint-plugin-testing-library": "7.13.5", + "eslint-plugin-testing-library": "7.13.6", "mocha": "^11.0.1", "nyc": "17.1.0", "ts-node": "10.9.2",