From 6b1ec3e9acb61ec2b8dcf2d9ce2cc1f61c3814b9 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:57:50 +0200 Subject: [PATCH] Update all Yarn dependencies (2024-08-21) (#237) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d7268bc..30e4943b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-jest": "^28.8.0", "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-react": "~7.35.0", - "eslint-plugin-testing-library": "^6.2.2", + "eslint-plugin-testing-library": "^6.3.0", "history": "~5.3.0", "html-webpack-plugin": "~5.6.0", "jest": "~29.7.0", diff --git a/yarn.lock b/yarn.lock index a4b4a388..6100b98e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3452,10 +3452,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.35.0: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1" - integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ== +eslint-plugin-testing-library@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz#9c31a9941a860efdff3c06180151ab9c8142f685" + integrity sha512-GYcEErTt6EGwE0bPDY+4aehfEBpB2gDBFKohir8jlATSUvzStEyzCx8QWB/14xeKc/AwyXkzScSzMHnFojkWrA== dependencies: "@typescript-eslint/utils" "^5.58.0"