diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 59774092aa..e13fa78758 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2416,9 +2416,9 @@ } }, "@testing-library/dom": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.3.tgz", - "integrity": "sha512-/1P6taENE/H12TofJaS3L1J28HnXx8ZFhc338+XPR5y1E3g5ttOgu86DsGnV9/n2iPrfJQVUZ8eiGYZGSxculw==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.5.tgz", + "integrity": "sha512-2v/fv0s4keQjJIcD4bjfJMFtvxz5icartxUWdIZVNJR539WD9oxVrvIAPw+3Ydg4RLgxt0rvQx3L9cAjCci0Kg==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.10.3", @@ -2536,12 +2536,12 @@ } }, "@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==", "requires": { - "@babel/runtime": "^7.11.2", - "@testing-library/dom": "^7.26.0" + "@babel/runtime": "^7.12.1", + "@testing-library/dom": "^7.26.4" } }, "@testing-library/user-event": { diff --git a/explorer/package.json b/explorer/package.json index 13485fb5b6..f81ae0f2d7 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@sentry/react": "^5.27.2", "@solana/web3.js": "^0.86.4", "@testing-library/jest-dom": "^5.11.5", - "@testing-library/react": "^11.1.0", + "@testing-library/react": "^11.1.1", "@testing-library/user-event": "^12.1.10", "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1",