diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package-lock.json b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package-lock.json index 3da69a56..e646d486 100644 --- a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package-lock.json +++ b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package-lock.json @@ -15,7 +15,7 @@ "oidc-client": "^1.11.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-bootstrap": "^0.26.1", + "react-router-bootstrap": "^0.26.3", "react-router-dom": "^6.24.0", "react-scripts": "^5.0.1", "reactstrap": "^9.2.2", @@ -13698,9 +13698,10 @@ } }, "node_modules/react-router-bootstrap": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.26.1.tgz", - "integrity": "sha512-qgFDfnN2U5RBARTf4L/Xrk0xjNid4wRtBQFrzI2Z2Gu74nlfKT5qZreUxDiYvv4sI+NrWcYacRZEqS5yeLYH0A==", + "version": "0.26.3", + "resolved": "https://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.26.3.tgz", + "integrity": "sha512-cBgcWekti6lFRl/vXP8ZfKuA/0Qe7L5xBjQ6OwbGI30+NSAAH/YZGbO6whSeBWFILn6uTVOX939HDGhs+5WzOw==", + "license": "Apache-2.0", "dependencies": { "prop-types": "^15.7.2" }, @@ -26042,9 +26043,9 @@ } }, "react-router-bootstrap": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.26.1.tgz", - "integrity": "sha512-qgFDfnN2U5RBARTf4L/Xrk0xjNid4wRtBQFrzI2Z2Gu74nlfKT5qZreUxDiYvv4sI+NrWcYacRZEqS5yeLYH0A==", + "version": "0.26.3", + "resolved": "https://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.26.3.tgz", + "integrity": "sha512-cBgcWekti6lFRl/vXP8ZfKuA/0Qe7L5xBjQ6OwbGI30+NSAAH/YZGbO6whSeBWFILn6uTVOX939HDGhs+5WzOw==", "requires": { "prop-types": "^15.7.2" } diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package.json b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package.json index 971977c5..48ac4bff 100644 --- a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package.json +++ b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package.json @@ -10,7 +10,7 @@ "oidc-client": "^1.11.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-bootstrap": "^0.26.1", + "react-router-bootstrap": "^0.26.3", "react-router-dom": "^6.24.0", "react-scripts": "^5.0.1", "reactstrap": "^9.2.2",