diff --git a/ts/licenses.json b/ts/licenses.json index 971abdcc7..2f177c860 100644 --- a/ts/licenses.json +++ b/ts/licenses.json @@ -139,7 +139,7 @@ "path": "node_modules/bootstrap-icons", "licenseFile": "node_modules/bootstrap-icons/LICENSE.md" }, - "bootstrap@5.0.0-beta3": { + "bootstrap@5.0.2": { "licenses": "MIT", "repository": "https://github.com/twbs/bootstrap", "publisher": "The Bootstrap Authors", diff --git a/ts/package.json b/ts/package.json index 580d5f772..779513746 100644 --- a/ts/package.json +++ b/ts/package.json @@ -59,7 +59,7 @@ "@popperjs/core": "^2.9.2", "@types/lodash-es": "^4.17.4", "@types/marked": "^2.0.2", - "bootstrap": "=5.0.0-beta3", + "bootstrap": "^5.0.0", "bootstrap-icons": "^1.4.0", "codemirror": "^5.61.1", "css-browser-selector": "^0.6.5", diff --git a/ts/yarn.lock b/ts/yarn.lock index 53048b413..50c723e2b 100644 --- a/ts/yarn.lock +++ b/ts/yarn.lock @@ -1399,10 +1399,10 @@ bootstrap-icons@^1.4.0: resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz#2cb19da148aa9105cb3174de2963564982d3dc55" integrity sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA== -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== +bootstrap@^5.0.0: + version "5.0.2" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.2.tgz#aff23d5e0e03c31255ad437530ee6556e78e728e" + integrity sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q== brace-expansion@^1.1.7: version "1.1.11"