diff --git a/demos/react-grpc/package-lock.json b/demos/react-grpc/package-lock.json index d64980e..9f83b93 100644 --- a/demos/react-grpc/package-lock.json +++ b/demos/react-grpc/package-lock.json @@ -2140,9 +2140,9 @@ } }, "@testing-library/user-event": { - "version": "12.7.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.7.1.tgz", - "integrity": "sha512-COfCkYgcxc+P9+pEAIGlmBuIDjO91Chf9GOBHI8AhIiMyaoOrKVPQny1uf0HIAYNoHKL5slhkqOPP2ZyNaVQGw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.1.tgz", + "integrity": "sha512-7n3Y5Vohib6yVFW60JlCvQOqBDIlE1SRyo78nmoHwePAg3SVhnfyOI30RYNj3yFF7qy7e0uVlewzTyvNxyJjEA==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/demos/react-grpc/package.json b/demos/react-grpc/package.json index f45dc9f..72bd0fc 100644 --- a/demos/react-grpc/package.json +++ b/demos/react-grpc/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.7.1", + "@testing-library/user-event": "^13.0.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.3",