diff --git a/package-lock.json b/package-lock.json index c53318e6..fd53dc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3509,9 +3509,9 @@ } }, "@testing-library/dom": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.0.tgz", - "integrity": "sha512-fyKFrBbS1IigaE3FV21LyeC7kSGF84lqTlSYdKmGaHuK2eYQ/bXVPM5vAa2wx/AU1iPD6oQHsxy2QQ17q9AMCg==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.5.tgz", + "integrity": "sha512-2v/fv0s4keQjJIcD4bjfJMFtvxz5icartxUWdIZVNJR539WD9oxVrvIAPw+3Ydg4RLgxt0rvQx3L9cAjCci0Kg==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", @@ -3670,13 +3670,24 @@ } }, "@testing-library/react": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.0.tgz", - "integrity": "sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.1.tgz", + "integrity": "sha512-DT/P2opE9o4NWCd/oIL73b6VF/Xk9AY8iYSstKfz9cXw0XYPQ5IhA/cuYfoN9nU+mAynW8DpAVfEWdM6e7zF6g==", "dev": true, "requires": { - "@babel/runtime": "^7.11.2", - "@testing-library/dom": "^7.26.0" + "@babel/runtime": "^7.12.1", + "@testing-library/dom": "^7.26.4" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "@testing-library/user-event": { diff --git a/package.json b/package.json index 7c47fcb2..a47fe5a5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/preset-react": "^7.12.5", "@svgr/webpack": "5.4.0", "@testing-library/jest-dom": "^5.11.5", - "@testing-library/react": "^11.1.0", + "@testing-library/react": "^11.1.1", "@testing-library/user-event": "^12.2.0", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0",