Skip to content

Commit a13f7ae

Browse files
chore(deps): update all non-major dependencies (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca04f87 commit a13f7ae

File tree

34 files changed

+1195
-1679
lines changed

34 files changed

+1195
-1679
lines changed

basic-cdn-v5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"react": "^17.0.2",
7-
"react-bootstrap": "^2.0.0",
7+
"react-bootstrap": "^2.6.0",
88
"react-dom": "^17.0.2",
99
"react-scripts": "4.0.3"
1010
},

basic-cdn-v5/yarn.lock

+60-113
Original file line numberDiff line numberDiff line change
@@ -1084,19 +1084,12 @@
10841084
dependencies:
10851085
regenerator-runtime "^0.13.4"
10861086

1087-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1088-
version "7.13.10"
1089-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
1090-
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
1087+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1088+
version "7.20.1"
1089+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
1090+
integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
10911091
dependencies:
1092-
regenerator-runtime "^0.13.4"
1093-
1094-
"@babel/runtime@^7.13.16", "@babel/runtime@^7.14.0", "@babel/runtime@^7.6.2":
1095-
version "7.15.4"
1096-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1097-
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
1098-
dependencies:
1099-
regenerator-runtime "^0.13.4"
1092+
regenerator-runtime "^0.13.10"
11001093

11011094
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
11021095
version "7.12.13"
@@ -1434,51 +1427,37 @@
14341427
schema-utils "^2.6.5"
14351428
source-map "^0.7.3"
14361429

1437-
"@popperjs/core@^2.10.1":
1438-
version "2.10.2"
1439-
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.2.tgz#0798c03351f0dea1a5a4cabddf26a55a7cbee590"
1440-
integrity sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==
1430+
"@popperjs/core@^2.11.5":
1431+
version "2.11.6"
1432+
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
1433+
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
14411434

1442-
"@react-aria/ssr@^3.0.1":
1443-
version "3.1.0"
1444-
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.1.0.tgz#b7163e6224725c30121932a8d1422ef91d1fab22"
1445-
integrity sha512-RxqQKmE8sO7TGdrcSlHTcVzMP450hqowtBSd2bBS9oPlcokVkaGq28c3Rwa8ty5ctw4EBCjXqjP7xdcKMGDzug==
1435+
"@react-aria/ssr@^3.2.0":
1436+
version "3.4.0"
1437+
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.4.0.tgz#a2b9a170214f56e41d3c4c933d0d8fcffa07a12a"
1438+
integrity sha512-qzuGk14/fUyUAoW/EBwgFcuMkVNXJVGlezTgZ1HovpCZ+p9844E7MUFHE7CuzFzPEIkVeqhBNIoIu+VJJ8YCOA==
14461439
dependencies:
14471440
"@babel/runtime" "^7.6.2"
14481441

1449-
"@restart/context@^2.1.4":
1450-
version "2.1.4"
1451-
resolved "https://registry.yarnpkg.com/@restart/context/-/context-2.1.4.tgz#a99d87c299a34c28bd85bb489cb07bfd23149c02"
1452-
integrity sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==
1453-
1454-
"@restart/hooks@^0.3.26":
1455-
version "0.3.26"
1456-
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.3.26.tgz#ade155a7b0b014ef1073391dda46972c3a14a129"
1457-
integrity sha512-7Hwk2ZMYm+JLWcb7R9qIXk1OoUg1Z+saKWqZXlrvFwT3w6UArVNWgxYOzf+PJoK9zZejp8okPAKTctthhXLt5g==
1458-
dependencies:
1459-
lodash "^4.17.20"
1460-
lodash-es "^4.17.20"
1461-
1462-
"@restart/hooks@^0.4.0":
1463-
version "0.4.1"
1464-
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.1.tgz#716b1fd7a67650a6d4ed441b5d704b4f73ca2612"
1465-
integrity sha512-87UMGZcFwbj0Gr+8eEBAzL6H8xF5pMwq/S3LWeFK9cg4+lTqLFMsiVQFT4ncMJzqgpdD7T6ktF8PsEHeN2O+MQ==
1442+
"@restart/hooks@^0.4.6", "@restart/hooks@^0.4.7":
1443+
version "0.4.7"
1444+
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.7.tgz#d79ca6472c01ce04389fc73d4a79af1b5e33cd39"
1445+
integrity sha512-ZbjlEHcG+FQtpDPHd7i4FzNNvJf2enAwZfJbpM8CW7BhmOAbsHpZe3tsHwfQUrBuyrxWqPYp2x5UMnilWcY22A==
14661446
dependencies:
14671447
dequal "^2.0.2"
14681448

1469-
"@restart/ui@^0.2.3":
1470-
version "0.2.3"
1471-
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-0.2.3.tgz#8b68aa2ca07af799a65b288cc3c6039915c46a4c"
1472-
integrity sha512-FDhtjIR9QvUfMwvFsgVurRA1qdYxM0F0S07acywjG7gNI2YmQo78rtCYIe553V/pyBjEjaKAg3fzBFCocFTqyQ==
1449+
"@restart/ui@^1.4.1":
1450+
version "1.4.1"
1451+
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.4.1.tgz#c9057915f0708c411824eeb16c03d0108c0208d2"
1452+
integrity sha512-J7wFOx2DcmkBqCqiZgDsggLO7faiNh4Nv1/v80FmbRgP+MYpwaVDKKXLC69DA4+ejgNIsBP5ORtC74EZqO1j8A==
14731453
dependencies:
1474-
"@babel/runtime" "^7.13.16"
1475-
"@popperjs/core" "^2.10.1"
1476-
"@react-aria/ssr" "^3.0.1"
1477-
"@restart/hooks" "^0.4.0"
1454+
"@babel/runtime" "^7.18.3"
1455+
"@popperjs/core" "^2.11.5"
1456+
"@react-aria/ssr" "^3.2.0"
1457+
"@restart/hooks" "^0.4.7"
14781458
"@types/warning" "^3.0.0"
14791459
dequal "^2.0.2"
14801460
dom-helpers "^5.2.0"
1481-
prop-types "^15.7.2"
14821461
uncontrollable "^7.2.1"
14831462
warning "^4.0.3"
14841463

@@ -1717,11 +1696,6 @@
17171696
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
17181697
integrity sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==
17191698

1720-
"@types/invariant@^2.2.33":
1721-
version "2.2.33"
1722-
resolved "https://registry.yarnpkg.com/@types/invariant/-/invariant-2.2.33.tgz#ec5eec29c63bf5e4ca164e9feb3ef7337cdcbadb"
1723-
integrity sha512-/jUNmS8d4bCKdqslfxW6dg/9Gksfzxz67IYfqApHn+HvHlMVXwYv2zpTDnS/yaK9BB0i0GlBTaYci0EFE62Hmw==
1724-
17251699
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
17261700
version "2.0.3"
17271701
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
@@ -1776,7 +1750,7 @@
17761750
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.1.5.tgz#b6ab3bba29e16b821d84e09ecfaded462b816b00"
17771751
integrity sha512-UEyp8LwZ4Dg30kVU2Q3amHHyTn1jEdhCIE59ANed76GaT1Vp76DD3ZWSAxgCrw6wJ0TqeoBpqmfUHiUDPs//HQ==
17781752

1779-
"@types/prop-types@*", "@types/prop-types@^15.7.3":
1753+
"@types/prop-types@*":
17801754
version "15.7.3"
17811755
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
17821756
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
@@ -1786,10 +1760,10 @@
17861760
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
17871761
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
17881762

1789-
"@types/react-transition-group@^4.4.1":
1790-
version "4.4.1"
1791-
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.1.tgz#e1a3cb278df7f47f17b5082b1b3da17170bd44b1"
1792-
integrity sha512-vIo69qKKcYoJ8wKCJjwSgCTM+z3chw3g18dkrDfVX665tMH7tmbDxEAnPdey4gTlwZz5QuHGzd+hul0OVZDqqQ==
1763+
"@types/react-transition-group@^4.4.4":
1764+
version "4.4.5"
1765+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.5.tgz#aae20dcf773c5aa275d5b9f7cdbca638abc5e416"
1766+
integrity sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==
17931767
dependencies:
17941768
"@types/react" "*"
17951769

@@ -1802,15 +1776,6 @@
18021776
"@types/scheduler" "*"
18031777
csstype "^3.0.2"
18041778

1805-
"@types/react@>=16.14.8":
1806-
version "17.0.31"
1807-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.31.tgz#fe05ebf91ff3ae35bb6b13f6c1b461db8089dff8"
1808-
integrity sha512-MQSR5EL4JZtdWRvqDgz9kXhSDDoy2zMTYyg7UhP+FZ5ttUOocWyxiqFJiI57sUG0BtaEX7WDXYQlkCYkb3X9vQ==
1809-
dependencies:
1810-
"@types/prop-types" "*"
1811-
"@types/scheduler" "*"
1812-
csstype "^3.0.2"
1813-
18141779
18151780
version "0.0.8"
18161781
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
@@ -4124,15 +4089,7 @@ dom-converter@^0.2:
41244089
dependencies:
41254090
utila "~0.4"
41264091

4127-
dom-helpers@^5.0.1, dom-helpers@^5.2.0:
4128-
version "5.2.0"
4129-
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz#57fd054c5f8f34c52a3eeffdb7e7e93cd357d95b"
4130-
integrity sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ==
4131-
dependencies:
4132-
"@babel/runtime" "^7.8.7"
4133-
csstype "^3.0.2"
4134-
4135-
dom-helpers@^5.2.1:
4092+
dom-helpers@^5.0.1, dom-helpers@^5.2.0, dom-helpers@^5.2.1:
41364093
version "5.2.1"
41374094
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902"
41384095
integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==
@@ -6902,11 +6859,6 @@ locate-path@^5.0.0:
69026859
dependencies:
69036860
p-locate "^4.1.0"
69046861

6905-
lodash-es@^4.17.20:
6906-
version "4.17.21"
6907-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
6908-
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
6909-
69106862
lodash._reinterpolate@^3.0.0:
69116863
version "3.0.0"
69126864
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -6942,7 +6894,7 @@ lodash.uniq@^4.5.0:
69426894
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
69436895
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
69446896

6945-
"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5:
6897+
"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.5:
69466898
version "4.17.21"
69476899
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
69486900
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -8839,14 +8791,14 @@ prop-types-extra@^1.1.0:
88398791
react-is "^16.3.2"
88408792
warning "^3.0.0"
88418793

8842-
prop-types@^15.6.2, prop-types@^15.7.2:
8843-
version "15.7.2"
8844-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
8845-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
8794+
prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
8795+
version "15.8.1"
8796+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
8797+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
88468798
dependencies:
88478799
loose-envify "^1.4.0"
88488800
object-assign "^4.1.1"
8849-
react-is "^16.8.1"
8801+
react-is "^16.13.1"
88508802

88518803
proxy-addr@~2.0.5:
88528804
version "2.0.5"
@@ -9015,26 +8967,21 @@ react-app-polyfill@^2.0.0:
90158967
regenerator-runtime "^0.13.7"
90168968
whatwg-fetch "^3.4.1"
90178969

9018-
react-bootstrap@^2.0.0:
9019-
version "2.0.0"
9020-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.0.0.tgz#f0fd0b4638f8d5fc3ee197b5550af619b723632c"
9021-
integrity sha512-6nIIPxv36tvyL9T+7x167qTv9oU+wEwxxNgqcQSsbuMuwvXfg2Frt2mRMX3O/f0HCQmBu5Syy6UdClRS4fGqQA==
9022-
dependencies:
9023-
"@babel/runtime" "^7.14.0"
9024-
"@restart/context" "^2.1.4"
9025-
"@restart/hooks" "^0.3.26"
9026-
"@restart/ui" "^0.2.3"
9027-
"@types/invariant" "^2.2.33"
9028-
"@types/prop-types" "^15.7.3"
9029-
"@types/react" ">=16.14.8"
9030-
"@types/react-transition-group" "^4.4.1"
9031-
"@types/warning" "^3.0.0"
8970+
react-bootstrap@^2.6.0:
8971+
version "2.6.0"
8972+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
8973+
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
8974+
dependencies:
8975+
"@babel/runtime" "^7.17.2"
8976+
"@restart/hooks" "^0.4.6"
8977+
"@restart/ui" "^1.4.1"
8978+
"@types/react-transition-group" "^4.4.4"
90328979
classnames "^2.3.1"
90338980
dom-helpers "^5.2.1"
90348981
invariant "^2.2.4"
9035-
prop-types "^15.7.2"
8982+
prop-types "^15.8.1"
90368983
prop-types-extra "^1.1.0"
9037-
react-transition-group "^4.4.1"
8984+
react-transition-group "^4.4.2"
90388985
uncontrollable "^7.2.1"
90398986
warning "^4.0.3"
90408987

@@ -9082,10 +9029,10 @@ react-error-overlay@^6.0.9:
90829029
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
90839030
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
90849031

9085-
react-is@^16.3.2, react-is@^16.8.1:
9086-
version "16.8.6"
9087-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
9088-
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
9032+
react-is@^16.13.1, react-is@^16.3.2:
9033+
version "16.13.1"
9034+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
9035+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
90899036

90909037
react-is@^17.0.1:
90919038
version "17.0.1"
@@ -9168,10 +9115,10 @@ [email protected]:
91689115
optionalDependencies:
91699116
fsevents "^2.1.3"
91709117

9171-
react-transition-group@^4.4.1:
9172-
version "4.4.1"
9173-
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9"
9174-
integrity sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==
9118+
react-transition-group@^4.4.2:
9119+
version "4.4.5"
9120+
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"
9121+
integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
91759122
dependencies:
91769123
"@babel/runtime" "^7.5.5"
91779124
dom-helpers "^5.0.1"
@@ -9284,10 +9231,10 @@ regenerator-runtime@^0.11.0:
92849231
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
92859232
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
92869233

9287-
regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
9288-
version "0.13.7"
9289-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
9290-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
9234+
regenerator-runtime@^0.13.10, regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
9235+
version "0.13.11"
9236+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
9237+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
92919238

92929239
regenerator-transform@^0.14.2:
92939240
version "0.14.4"

basic-cdn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"react": "^17.0.2",
7-
"react-bootstrap": "^1.5.2",
7+
"react-bootstrap": "^1.6.6",
88
"react-dom": "^17.0.2",
99
"react-scripts": "4.0.3"
1010
},

0 commit comments

Comments
 (0)