From 304101837c45eef44c3f0ca0aa92cf7c9cabf550 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:12:15 -0400 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v6.3.4 (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08e166f..ece7e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.9.0", - "eslint-plugin-testing-library": "6.3.0", + "eslint-plugin-testing-library": "6.3.4", "fishery": "2.2.2", "globals": "15.11.0", "jest": "29.7.0", @@ -7054,13 +7054,13 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz", - "integrity": "sha512-GYcEErTt6EGwE0bPDY+4aehfEBpB2gDBFKohir8jlATSUvzStEyzCx8QWB/14xeKc/AwyXkzScSzMHnFojkWrA==", + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.4.tgz", + "integrity": "sha512-nFwedetKOC8675r9UWePojlL/EgrBVywJPB1UygMpGsA0QocCCv+z8HmXOnI/wbXyJmwSOYRjnp8n4tqTjIL+A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^5.58.0" + "@typescript-eslint/utils": "^5.62.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0", diff --git a/package.json b/package.json index b3cf911..73f0c25 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.9.0", - "eslint-plugin-testing-library": "6.3.0", + "eslint-plugin-testing-library": "6.3.4", "fishery": "2.2.2", "globals": "15.11.0", "jest": "29.7.0",