diff --git a/ts/licenses.json b/ts/licenses.json index e95bd7ffc..c468745a9 100644 --- a/ts/licenses.json +++ b/ts/licenses.json @@ -133,7 +133,7 @@ "path": "node_modules/bootstrap-icons", "licenseFile": "node_modules/bootstrap-icons/LICENSE.md" }, - "bootstrap@5.0.0": { + "bootstrap@5.0.0-beta3": { "licenses": "MIT", "repository": "https://github.com/twbs/bootstrap", "publisher": "The Bootstrap Authors", diff --git a/ts/package.json b/ts/package.json index 3b39f4104..ff0a242d8 100644 --- a/ts/package.json +++ b/ts/package.json @@ -57,7 +57,7 @@ "@mdi/svg": "^5.9.55", "@popperjs/core": "^2.9.2", "@types/lodash-es": "^4.17.4", - "bootstrap": "^5.0.0-beta2", + "bootstrap": "=5.0.0-beta3", "bootstrap-icons": "^1.4.0", "css-browser-selector": "^0.6.5", "d3": "^6.5.0", diff --git a/ts/yarn.lock b/ts/yarn.lock index 18ca6fa78..53d26c3f4 100644 --- a/ts/yarn.lock +++ b/ts/yarn.lock @@ -1390,10 +1390,10 @@ bootstrap-icons@^1.4.0: resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz#5071d2ea9dab0ad79ca5673a97a0074872c74e14" integrity sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg== -bootstrap@^5.0.0-beta2: - version "5.0.0" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2" - integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA== +bootstrap@=5.0.0-beta3: + version "5.0.0-beta3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0-beta3.tgz#c959f61fbd03667a1b158f763856994859d7a465" + integrity sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg== brace-expansion@^1.1.7: version "1.1.11"