Skip to content

Commit 003416a

Browse files
fix(deps): update dependency bootstrap to v5.3.4
1 parent de9061c commit 003416a

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@mui/material": "^5.14.16",
2525
"@mui/styled-engine-sc": "^6.0.0-alpha.4",
2626
"@types/js-yaml": "^4.0.9",
27-
"bootstrap": "5.3.0",
27+
"bootstrap": "5.3.4",
2828
"js-yaml": "^4.1.0",
2929
"react": "^18.2.0",
3030
"react-bootstrap": "^2.9.1",

yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,10 +1221,10 @@ balanced-match@^1.0.0:
12211221
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
12221222
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
12231223

1224-
1225-
version "5.3.0"
1226-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.0.tgz#0718a7cc29040ee8dbf1bd652b896f3436a87c29"
1227-
integrity sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==
1224+
1225+
version "5.3.4"
1226+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.4.tgz#d4d9b670a0322ca60ba57ebcbd67778b61c2642c"
1227+
integrity sha512-q2oK3ZPDTa5I44FTyY3H76+SDTJREvOBxtX1HNLHcxMni50jMvUtOh+dgFdgpsAHtJ9bfNAWr6d6VezJHJ/7tg==
12281228

12291229
brace-expansion@^2.0.1:
12301230
version "2.0.1"
@@ -2589,7 +2589,16 @@ space-separated-tokens@^2.0.0:
25892589
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
25902590
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
25912591

2592-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2592+
"string-width-cjs@npm:string-width@^4.2.0":
2593+
version "4.2.3"
2594+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2595+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2596+
dependencies:
2597+
emoji-regex "^8.0.0"
2598+
is-fullwidth-code-point "^3.0.0"
2599+
strip-ansi "^6.0.1"
2600+
2601+
string-width@^4.1.0:
25932602
version "4.2.3"
25942603
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
25952604
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2615,7 +2624,14 @@ stringify-entities@^4.0.0:
26152624
character-entities-html4 "^2.0.0"
26162625
character-entities-legacy "^3.0.0"
26172626

2618-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2627+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2628+
version "6.0.1"
2629+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2630+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2631+
dependencies:
2632+
ansi-regex "^5.0.1"
2633+
2634+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
26192635
version "6.0.1"
26202636
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
26212637
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)