diff --git a/package-lock.json b/package-lock.json index ee5dd32d..0df1b559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1509,9 +1509,9 @@ } }, "@testing-library/dom": { - "version": "7.17.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.17.1.tgz", - "integrity": "sha512-gmORZyxqqMAM3TVOXQftgGxqISiCN7hQHAVtV26OqESB8x8SKbX0tlX4+VvagLi1WMK2TLd9MWUJfuHHN7fPQg==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.19.0.tgz", + "integrity": "sha512-t4sIYKGJ8vCi+fEP3f+lnvomvhofHK8xXxhrapiRS8tnP6la9woE+d9hjivviRkwvNFAOAYaN7REKnQf5XCGxg==", "requires": { "@babel/runtime": "^7.10.3", "aria-query": "^4.2.2", @@ -1520,17 +1520,17 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.10.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", - "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", + "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", "requires": { "regenerator-runtime": "^0.13.4" } }, "@babel/runtime-corejs3": { - "version": "7.10.3", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.3.tgz", - "integrity": "sha512-HA7RPj5xvJxQl429r5Cxr2trJwOfPjKiqhCXcdQPSqO2G0RHPZpXu4fkYmBaTKCp2c/jRaMK9GB/lN+7zvvFPw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.4.tgz", + "integrity": "sha512-BFlgP2SoLO9HJX9WBwN67gHWMBhDX/eDz64Jajd6mR/UAUzqrNMm99d4qHnVaKscAElZoFiPv+JpR/Siud5lXw==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.4" @@ -1800,18 +1800,18 @@ } }, "@testing-library/react": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.1.tgz", - "integrity": "sha512-QX31fRDGLnOdBYoQ95VEOYgRahaPfsI+toOaYhlvuGNFQrcagZv/KLWCIctRGB0h1PTsQt3JpLBbbLGM63yy5Q==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.3.tgz", + "integrity": "sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==", "requires": { "@babel/runtime": "^7.10.3", "@testing-library/dom": "^7.17.1" }, "dependencies": { "@babel/runtime": { - "version": "7.10.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", - "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", + "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 87b846ad..398fd683 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sentry/browser": "5.17.0", "@sentry/integrations": "5.17.0", "@testing-library/jest-dom": "5.11.0", - "@testing-library/react": "10.4.1", + "@testing-library/react": "10.4.3", "@types/jest": "26.0.0", "@types/nanoid": "2.1.0", "@types/react": "16.9.41",