diff --git a/package-lock.json b/package-lock.json index 4e7637c..821d9ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2182,9 +2182,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.11.9", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz", - "integrity": "sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz", + "integrity": "sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", @@ -2403,9 +2403,9 @@ } }, "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.23", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.23.tgz", + "integrity": "sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==", "requires": { "jest-diff": "^26.0.0", "pretty-format": "^26.0.0" diff --git a/package.json b/package.json index 724de53..c24bad1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@babel/plugin-proposal-decorators": "^7.13.5", "@material-ui/core": "^4.11.3", - "@testing-library/jest-dom": "^5.11.9", + "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.8.1", "bootstrap": "^4.6.0",