diff --git a/examples/mapbox/dashboard-app/package.json b/examples/mapbox/dashboard-app/package.json index e500a968bbb34..7a6b5178b0544 100644 --- a/examples/mapbox/dashboard-app/package.json +++ b/examples/mapbox/dashboard-app/package.json @@ -23,7 +23,7 @@ "mapbox-gl": "^2.9.2", "react-map-gl": "^7.0.18", "react-map-gl-heatmap-overlay": "^1.1.4", - "react-router": "^6.3.0", + "react-router": "^6.30.2", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "recharts": "^2.1.13" diff --git a/examples/mapbox/dashboard-app/yarn.lock b/examples/mapbox/dashboard-app/yarn.lock index 831ec73b63a7a..3ab7ae41c9d84 100644 --- a/examples/mapbox/dashboard-app/yarn.lock +++ b/examples/mapbox/dashboard-app/yarn.lock @@ -2078,6 +2078,11 @@ dependencies: "@babel/runtime" "^7.0.0" +"@remix-run/router@1.23.1": + version "1.23.1" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f" + integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ== + "@rollup/plugin-babel@^5.2.0": version "5.3.1" resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" @@ -9141,13 +9146,20 @@ react-router-dom@^6.3.0: history "^5.2.0" react-router "6.3.0" -react-router@6.3.0, react-router@^6.3.0: +react-router@6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557" integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ== dependencies: history "^5.2.0" +react-router@^6.30.2: + version "6.30.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359" + integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA== + dependencies: + "@remix-run/router" "1.23.1" + react-scripts@5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003"