diff --git a/ui/package-lock.json b/ui/package-lock.json index 9878767c1..14f19d5c4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -52,7 +52,7 @@ "typeface-open-sans": "1.1.13" }, "devDependencies": { - "@testing-library/jest-dom": "6.7.0", + "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.6.1", @@ -4340,9 +4340,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz", - "integrity": "sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/package.json b/ui/package.json index 8be715e0d..8df7888d9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -48,7 +48,7 @@ "typeface-open-sans": "1.1.13" }, "devDependencies": { - "@testing-library/jest-dom": "6.7.0", + "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.6.1",