diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 17a24b3783..b31a660563 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -26,7 +26,7 @@ "@storybook/testing-react": "^2.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^13.1.9", + "@testing-library/user-event": "^14.5.2", "@theunderscorer/nx-semantic-release": "^2.5.0", "@types/convert-units": "^2.3.5", "@types/d3": "^7.4.3", @@ -10622,15 +10622,12 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", - "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.12.5" - }, "engines": { - "node": ">=10", + "node": ">=12", "npm": ">=6" }, "peerDependencies": { diff --git a/typescript/package.json b/typescript/package.json index e01b272ae8..d2c947bce9 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -55,7 +55,7 @@ "@storybook/testing-react": "^2.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^13.1.9", + "@testing-library/user-event": "^14.5.2", "@theunderscorer/nx-semantic-release": "^2.5.0", "@types/convert-units": "^2.3.5", "@types/d3": "^7.4.3",