diff --git a/package-lock.json b/package-lock.json index fb22b180..d94aedc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1509,11 +1509,12 @@ } }, "@testing-library/dom": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.19.0.tgz", - "integrity": "sha512-t4sIYKGJ8vCi+fEP3f+lnvomvhofHK8xXxhrapiRS8tnP6la9woE+d9hjivviRkwvNFAOAYaN7REKnQf5XCGxg==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz", + "integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==", "requires": { "@babel/runtime": "^7.10.3", + "@types/aria-query": "^4.2.0", "aria-query": "^4.2.2", "dom-accessibility-api": "^0.4.5", "pretty-format": "^25.5.0" @@ -1800,12 +1801,13 @@ } }, "@testing-library/react": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.3.tgz", - "integrity": "sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==", + "version": "10.4.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.4.tgz", + "integrity": "sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g==", "requires": { "@babel/runtime": "^7.10.3", - "@testing-library/dom": "^7.17.1" + "@testing-library/dom": "^7.17.1", + "semver": "^7.3.2" }, "dependencies": { "@babel/runtime": { @@ -1820,9 +1822,19 @@ "version": "0.13.5", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + }, + "semver": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" } } }, + "@types/aria-query": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.0.tgz", + "integrity": "sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A==" + }, "@types/babel__core": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.6.tgz", diff --git a/package.json b/package.json index f0adeb52..1f96df64 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sentry/browser": "5.19.0", "@sentry/integrations": "5.19.0", "@testing-library/jest-dom": "5.11.0", - "@testing-library/react": "10.4.3", + "@testing-library/react": "10.4.4", "@types/jest": "26.0.3", "@types/nanoid": "2.1.0", "@types/react": "16.9.41",