diff --git a/explorer/package-lock.json b/explorer/package-lock.json index d5b9810f23..c6f092705d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2507,9 +2507,9 @@ } }, "@testing-library/dom": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.21.0.tgz", - "integrity": "sha512-S8TTMCd7qCkLs6bhdh2+fk7/pIrD16UKvnwa6gJICalZzV1xoAxDY9Isp6qmelizYH4P1Tz+O5Y4nMmjx3x0uQ==", + "version": "7.21.8", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.21.8.tgz", + "integrity": "sha512-iK1rJubFoeD5gxCryokwh09tnJa1Y4doNDbNFYYqOqz6ELwB1+kEAwlezA5xwMi8QrK7xg+1/aBMzb9X/A/EmA==", "requires": { "@babel/runtime": "^7.10.3", "@types/aria-query": "^4.2.0", @@ -2519,9 +2519,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", - "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.1.tgz", + "integrity": "sha512-nH5y8fLvVl3HAb+ezbgcgwrH8QbClWo8xzkOu7+oyqngo3EVorwpWJQaqXPjGRpfj7mQvsJCl/S8knkfkPWqrw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -2765,18 +2765,18 @@ } }, "@testing-library/react": { - "version": "10.4.7", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.7.tgz", - "integrity": "sha512-hUYbum3X2f1ZKusKfPaooKNYqE/GtPiQ+D2HJaJ4pkxeNJQFVUEvAvEh9+3QuLdBeTWkDMNY5NSijc5+pGdM4Q==", + "version": "10.4.8", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.8.tgz", + "integrity": "sha512-clgpFR6QHiRRcdhFfAKDhH8UXpNASyfkkANhtCsCVBnai+O+mK1rGtMES+Apc7ql5Wyxu7j8dcLiC4pV5VblHA==", "requires": { "@babel/runtime": "^7.10.3", "@testing-library/dom": "^7.17.1" }, "dependencies": { "@babel/runtime": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", - "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.1.tgz", + "integrity": "sha512-nH5y8fLvVl3HAb+ezbgcgwrH8QbClWo8xzkOu7+oyqngo3EVorwpWJQaqXPjGRpfj7mQvsJCl/S8knkfkPWqrw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -6347,9 +6347,9 @@ } }, "dom-accessibility-api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz", - "integrity": "sha512-qxFVFR/ymtfamEQT/AsYLe048sitxFCoCHiM+vuOdR3fE94i3so2SCFJxyz/RxV69PZ+9FgToYWOd7eqJqcbYw==" + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.7.tgz", + "integrity": "sha512-5+GzhTpCQYHz4NjL8loYTDVBnXIjNLBadWQBKxXk+osFEplLt3EsSYBu2YZcdZ8QqrvCHgW6TSMGMbmgfhrn2g==" }, "dom-converter": { "version": "0.2.0", diff --git a/explorer/package.json b/explorer/package.json index 6ff8c69875..cdf7645e5a 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@react-hook/debounce": "^3.0.0", "@solana/web3.js": "^0.64.0", "@testing-library/jest-dom": "^5.11.2", - "@testing-library/react": "^10.4.7", + "@testing-library/react": "^10.4.8", "@testing-library/user-event": "^12.1.0", "@types/bs58": "^4.0.1", "@types/jest": "^26.0.8",