diff --git a/examples/stripe-dashboard/package.json b/examples/stripe-dashboard/package.json index 188c0769e2a3b..a77568498ed48 100644 --- a/examples/stripe-dashboard/package.json +++ b/examples/stripe-dashboard/package.json @@ -5,7 +5,7 @@ "dependencies": { "@cubejs-client/core": "^0.1.4", "@cubejs-client/react": "^0.1.4", - "bootstrap": "^4.1.3", + "bootstrap": "^5.0.0", "moment": "^2.22.2", "numeral": "^2.0.6", "react": "^16.6.0", diff --git a/examples/stripe-dashboard/yarn.lock b/examples/stripe-dashboard/yarn.lock index a0259e1d78ada..127999902f55e 100644 --- a/examples/stripe-dashboard/yarn.lock +++ b/examples/stripe-dashboard/yarn.lock @@ -1513,9 +1513,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" -bootstrap@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be" +bootstrap@^5.0.0: + version "5.3.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38" + integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg== brace-expansion@^1.1.7: version "1.1.11"