Skip to content

Commit c23378b

Browse files
authored
chore(deps): update dependency eslint-plugin-testing-library to v6.5.0 (#654)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent bacfd29 commit c23378b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-react": "7.33.2",
5252
"eslint-plugin-react-hooks": "4.6.2",
5353
"eslint-plugin-security": "1.7.1",
54-
"eslint-plugin-testing-library": "6.2.0",
54+
"eslint-plugin-testing-library": "6.5.0",
5555
"husky": "8.0.3",
5656
"jest": "^29.7.0",
5757
"lint-staged": "15.2.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@
30943094
semver "^7.5.4"
30953095
ts-api-utils "^1.0.1"
30963096

3097-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
3097+
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@^5.62.0":
30983098
version "5.62.0"
30993099
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
31003100
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -5561,12 +5561,12 @@ eslint-plugin-security@1.7.1:
55615561
dependencies:
55625562
safe-regex "^2.1.1"
55635563

5564-
eslint-plugin-testing-library@6.2.0:
5565-
version "6.2.0"
5566-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.0.tgz#af3340b783c881eb19ec5ac6b3a4bfe8ab4a1f74"
5567-
integrity sha512-+LCYJU81WF2yQ+Xu4A135CgK8IszcFcyMF4sWkbiu6Oj+Nel0TrkZq/HvDw0/1WuO3dhDQsZA/OpEMGd0NfcUw==
5564+
eslint-plugin-testing-library@6.5.0:
5565+
version "6.5.0"
5566+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.5.0.tgz#02532698270f525be8ceeb4740f66eef0f6f4729"
5567+
integrity sha512-Ls5TUfLm5/snocMAOlofSOJxNN0aKqwTlco7CrNtMjkTdQlkpSMaeTCDHCuXfzrI97xcx2rSCNeKeJjtpkNC1w==
55685568
dependencies:
5569-
"@typescript-eslint/utils" "^5.58.0"
5569+
"@typescript-eslint/utils" "^5.62.0"
55705570

55715571
eslint-plugin-testing-library@^5.0.1:
55725572
version "5.11.1"

0 commit comments

Comments
 (0)