diff --git a/.changelog/765.internal.md b/.changelog/765.internal.md new file mode 100644 index 000000000..e32dcc3c0 --- /dev/null +++ b/.changelog/765.internal.md @@ -0,0 +1 @@ +Update dependency @types/testing-library__jest-dom to v5.14.9 diff --git a/package.json b/package.json index 859c8e129..34819bfdf 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@types/node": "18.16.19", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", - "@types/testing-library__jest-dom": "5.14.8", + "@types/testing-library__jest-dom": "5.14.9", "@typescript-eslint/eslint-plugin": "6.1.0", "@typescript-eslint/parser": "6.1.0", "buffer": "6.0.3", diff --git a/yarn.lock b/yarn.lock index 61906e69f..b9de21e23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4388,10 +4388,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/testing-library__jest-dom@5.14.8": - version "5.14.8" - resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.8.tgz#b32090a01c29040461fb7fa10a82400f216a4b93" - integrity sha512-NRfJE9Cgpmu4fx716q9SYmU4jxxhYRU1BQo239Txt/9N3EC745XZX1Yl7h/SBIDlo1ANVOCRB4YDXjaQdoKCHQ== +"@types/testing-library__jest-dom@5.14.9": + version "5.14.9" + resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz#0fb1e6a0278d87b6737db55af5967570b67cb466" + integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw== dependencies: "@types/jest" "*"