From f9bc1d4338de2ac11e640b799abf89c67ca8d6a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 10:53:04 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 --- package-lock.json | 30 ++++++++++++++---------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d224bddf..1c0f82f47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1557,6 +1557,11 @@ "@types/yargs": "^13.0.0" } }, + "@remix-run/router": { + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.1.tgz", + "integrity": "sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==" + }, "@stellar/js-xdr": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@stellar/js-xdr/-/js-xdr-3.1.2.tgz", @@ -7769,14 +7774,6 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true }, - "history": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", - "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", - "requires": { - "@babel/runtime": "^7.7.6" - } - }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", @@ -14596,11 +14593,11 @@ } }, "react-router": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.0.0.tgz", - "integrity": "sha512-FcTRCihYZvERMNbG54D9+Wkv2cj/OtoxNlA/87D7vxKYlmSmbF9J9XChI9Is44j/behEiOhbovgVZBhKQn+wgA==", + "version": "6.30.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.2.tgz", + "integrity": "sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==", "requires": { - "history": "^5.0.3" + "@remix-run/router": "1.23.1" } }, "react-router-bootstrap": { @@ -14612,11 +14609,12 @@ } }, "react-router-dom": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.0.0.tgz", - "integrity": "sha512-bPXyYipf0zu6K7mHSEmNO5YqLKq2q9N+Dsahw9Xh3oq1IirsI3vbnIYcVWin6A0zWyHmKhMGoV7Gr0j0kcuVFg==", + "version": "6.30.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.2.tgz", + "integrity": "sha512-l2OwHn3UUnEVUqc6/1VMmR1cvZryZ3j3NzapC2eUXO1dB0sYp5mvwdjiXhpUbRb21eFow3qSxpP8Yv6oAU824Q==", "requires": { - "react-router": "6.0.0" + "@remix-run/router": "1.23.1", + "react-router": "6.30.2" } }, "react-test-renderer": { diff --git a/package.json b/package.json index 9653f0ef4..cb50367b1 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "react-json-pretty": "^2.0.1", "react-loadable": "^5.5.0", "react-md-spinner": "^1.0.0", - "react-router": "^6.0.0", + "react-router": "^6.30.2", "react-router-bootstrap": "^0.24.4", - "react-router-dom": "^6.0.0", + "react-router-dom": "^6.30.2", "recompose": "^0.26.0", "stellar-sdk": "13.3.0", "whatwg-fetch": "2.0.3"