diff --git a/package-lock.json b/package-lock.json index 56d31e04..c0a4c51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1634,12 +1634,12 @@ } }, "@testing-library/jest-dom": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.9.0.tgz", - "integrity": "sha512-uZ68dyILuM2VL13lGz4ehFEAgxzvLKRu8wQxyAZfejWnyMhmipJ60w4eG81NQikJHBfaYXx+Or8EaPQTDwGfPA==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.10.1.tgz", + "integrity": "sha512-uv9lLAnEFRzwUTN/y9lVVXVXlEzazDkelJtM5u92PsGkEasmdI+sfzhZHxSDzlhZVTrlLfuMh2safMr8YmzXLg==", "requires": { "@babel/runtime": "^7.9.2", - "@types/testing-library__jest-dom": "^5.0.2", + "@types/testing-library__jest-dom": "^5.9.1", "chalk": "^3.0.0", "css": "^2.2.4", "css.escape": "^1.5.1", diff --git a/package.json b/package.json index 5b9b4f52..13093897 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@sentry/browser": "5.15.5", "@sentry/integrations": "5.15.5", - "@testing-library/jest-dom": "5.9.0", + "@testing-library/jest-dom": "5.10.1", "@testing-library/react": "10.2.1", "@types/jest": "26.0.0", "@types/nanoid": "2.1.0",