From f8686b4d9dc68090f8525753d763512bf94c8061 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 05:53:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f004cc3..60cfbc2 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "@react-hook/mouse-position": "^4.1.0", "@react-hook/previous": "^1.0.1", "@react-hook/throttle": "^2.2.0", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.1.10", + "@testing-library/jest-dom": "^5.16.0", + "@testing-library/react": "^16.0.0", + "@testing-library/user-event": "^14.0.0", "@use-firebase/auth": "^0.3.4", "@welldone-software/why-did-you-render": "^6.1.1", "@xstate/inspect": "^0.4.1", @@ -35,13 +35,13 @@ "logrocket": "^1.0.14", "random-animal-name": "^0.1.0", "react": "^17.0.1", - "react-bootstrap": "^1.4.3", + "react-bootstrap": "^2.0.0", "react-dom": "^17.0.1", "react-firebase-hooks": "^2.2.0", "react-flow-renderer": "^8.7.0", "react-interval-hook": "^1.1.2", - "react-router-dom": "^5.2.0", - "react-scripts": "4.0.1", + "react-router-dom": "^6.0.0", + "react-scripts": "5.0.0", "redux-watch": "^1.2.0", "rewire": "^5.0.0", "s-ago": "^2.2.0",