From 46eea61faeb20e3b79422a2859af5ac587413d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 15:21:44 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed59a68a417b7c..b1f5a8d9ff8108 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3", "@babel/plugin-transform-react-inline-elements": "^7.21.0", "@babel/plugin-transform-runtime": "^7.22.4", - "@babel/preset-env": "^7.22.4", + "@babel/preset-env": "^7.27.1", "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", - "@babel/runtime": "^7.22.3", + "@babel/runtime": "^7.26.10", "@formatjs/intl-pluralrules": "^5.2.2", "@gamestdio/websocket": "^0.3.2", "@github/webauthn-json": "^2.1.1", @@ -68,7 +68,7 @@ "css-loader": "^5.2.7", "cssnano": "^6.0.1", "detect-passive-events": "^2.0.3", - "emoji-mart": "npm:emoji-mart-lazyload@latest", + "emoji-mart": "5.0.0", "escape-html": "^1.0.3", "file-loader": "^6.2.0", "font-awesome": "^4.7.0", @@ -103,8 +103,8 @@ "react-overlays": "^5.2.1", "react-redux": "^9.0.4", "react-redux-loading-bar": "^5.0.8", - "react-router": "^5.3.4", - "react-router-dom": "^5.3.4", + "react-router": "^6.0.0", + "react-router-dom": "^6.0.0", "react-router-scroll-4": "^1.0.0-beta.1", "react-select": "^5.7.3", "react-sparklines": "^1.7.0",