diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 1a017f021..03004dfc2 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -20,7 +20,7 @@ "@solana/web3.js": "^1.29.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.3.0", + "@testing-library/user-event": "^13.4.1", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.22", @@ -4666,9 +4666,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.3.0.tgz", - "integrity": "sha512-f8AJ8ybUna88Lmx3l5fuPMhzyyrcopQk/vgVDHVKOnOf2kkjfVSb0Px77iduHmh6uFUcXsD/z6qp4G13rObVrw==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz", + "integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -29787,9 +29787,9 @@ } }, "@testing-library/user-event": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.3.0.tgz", - "integrity": "sha512-f8AJ8ybUna88Lmx3l5fuPMhzyyrcopQk/vgVDHVKOnOf2kkjfVSb0Px77iduHmh6uFUcXsD/z6qp4G13rObVrw==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz", + "integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index 03623fd43..e45e6baa1 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -15,7 +15,7 @@ "@solana/web3.js": "^1.29.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.3.0", + "@testing-library/user-event": "^13.4.1", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.22",