diff --git a/package-lock.json b/package-lock.json index 0023c4a..8c6f8ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2172,12 +2172,23 @@ } }, "@testing-library/user-event": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.0.tgz", - "integrity": "sha512-aH/XuNFpPD6dA+fh754EGqKeAzpH66HpLJYkv9vOAih2yGmTM8JiZ8uisQDGWRPkc6sxE2zCqDwLR4ZskhRCxw==", + "version": "13.0.16", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.16.tgz", + "integrity": "sha512-plXL8lGR2H0xm0fHE0Dfz37ke2UtBI1wAmaWIo6BP7+pGt+BxdBQrITHAMGcac0a3PtBi5CXNPth8S53ISO1Ew==", "dev": true, "requires": { - "@babel/runtime": "^7.10.2" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "@types/babel__core": { diff --git a/package.json b/package.json index dd33450..cbbd13c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@rollup/plugin-node-resolve": "^8.0.1", "@testing-library/jest-dom": "^5.7.0", "@testing-library/svelte": "^3.0.0", - "@testing-library/user-event": "^12.0.7", + "@testing-library/user-event": "^13.0.16", "babel-jest": "^26.0.1", "eslint": "^6.8.0", "eslint-plugin-jest": "^23.17.1",