Skip to content

Commit cdced1f

Browse files
fix(deps): update dependency eslint-plugin-testing-library to v6.4.0 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5cdc8a commit cdced1f

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
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react": "7.37.1",
2828
"eslint-plugin-react-hooks": "5.0.0",
2929
"eslint-plugin-security-node": "1.1.4",
30-
"eslint-plugin-testing-library": "6.3.2",
30+
"eslint-plugin-testing-library": "6.4.0",
3131
"globals": "15.11.0",
3232
"jsonc-eslint-parser": "2.4.0",
3333
"typescript-eslint": "8.10.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@
10461046
"@typescript-eslint/types" "8.10.0"
10471047
"@typescript-eslint/typescript-estree" "8.10.0"
10481048

1049-
"@typescript-eslint/utils@^5.58.0":
1049+
"@typescript-eslint/utils@^5.62.0":
10501050
version "5.62.0"
10511051
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
10521052
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2505,12 +2505,12 @@ [email protected]:
25052505
resolved "https://registry.yarnpkg.com/eslint-plugin-security-node/-/eslint-plugin-security-node-1.1.4.tgz#e78dbfa9d4852076d51ca512a28d6b4ead069792"
25062506
integrity sha512-8+agTMb2glNbP1zFhqo/Ixwtz16Hn0TvJW5KgpoHkAzGjDUhQf9iT+D6OgbhvZCMWRKMjc+5FbJ2Lh0UEUz7fQ==
25072507

2508-
eslint-plugin-testing-library@6.3.2:
2509-
version "6.3.2"
2510-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.2.tgz#391ab33e2372b059c8d2439e7ec99fc433267ce3"
2511-
integrity sha512-Z+6gPhoxXoypKSX+GC3UNfxQtqE5VhBTymU8WmLqpfWCPZIEu+2UZcNYJbwuuGclWQtt6LzN95yEq79o5u4URA==
2508+
eslint-plugin-testing-library@6.4.0:
2509+
version "6.4.0"
2510+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.4.0.tgz#1ba8a7422e3e31cc315a73ff17c34908f56f9838"
2511+
integrity sha512-yeWF+YgCgvNyPNI9UKnG0FjeE2sk93N/3lsKqcmR8dSfeXJwFT5irnWo7NjLf152HkRzfoFjh3LsBUrhvFz4eA==
25122512
dependencies:
2513-
"@typescript-eslint/utils" "^5.58.0"
2513+
"@typescript-eslint/utils" "^5.62.0"
25142514

25152515
eslint-scope@^5.1.1:
25162516
version "5.1.1"

0 commit comments

Comments
 (0)