diff --git a/client/package-lock.json b/client/package-lock.json index 8cfb7c98d3..4f93a61480 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2338,9 +2338,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz", - "integrity": "sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", @@ -2554,9 +2554,9 @@ } }, "@types/jest": { - "version": "26.0.22", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz", - "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==", + "version": "26.0.23", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.23.tgz", + "integrity": "sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/client/package.json b/client/package.json index ce5765ab45..b9b573cdef 100644 --- a/client/package.json +++ b/client/package.json @@ -129,7 +129,7 @@ }, "devDependencies": { "@babel/types": "7.14.4", - "@testing-library/jest-dom": "5.12.0", + "@testing-library/jest-dom": "5.13.0", "@testing-library/react": "11.2.7", "@types/react-transition-group": "4.4.1", "@types/redux-actions": "2.6.1", diff --git a/package-lock.json b/package-lock.json index ae4f2a7d5d..2024b1a6db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5531,9 +5531,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz", - "integrity": "sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index bfeb3ba763..4589e32941 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@babel/preset-react": "7.13.13", "@babel/preset-typescript": "7.13.0", "@testing-library/cypress": "7.0.6", - "@testing-library/jest-dom": "5.12.0", + "@testing-library/jest-dom": "5.13.0", "@typescript-eslint/eslint-plugin": "4.26.0", "@typescript-eslint/parser": "4.26.0", "babel-eslint": "10.1.0",