Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 613be83

Browse files
authoredFeb 27, 2023
chore(deps): update all non-major dependencies
1 parent a13f7ae commit 613be83

File tree

22 files changed

+181
-181
lines changed

22 files changed

+181
-181
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.6.0",
7+
"react-bootstrap": "^2.7.2",
88
"react-dom": "^17.0.2",
99
"react-scripts": "4.0.3"
1010
},

‎basic-cdn-v5/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8967,10 +8967,10 @@ react-app-polyfill@^2.0.0:
89678967
regenerator-runtime "^0.13.7"
89688968
whatwg-fetch "^3.4.1"
89698969

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==
8970+
react-bootstrap@^2.7.2:
8971+
version "2.7.2"
8972+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
8973+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
89748974
dependencies:
89758975
"@babel/runtime" "^7.17.2"
89768976
"@restart/hooks" "^0.4.6"

‎basic-react-router-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"bootstrap": "^5.2.2",
6+
"bootstrap": "^5.2.3",
77
"react": "^17.0.2",
8-
"react-bootstrap": "^2.6.0",
8+
"react-bootstrap": "^2.7.2",
99
"react-dom": "^17.0.2",
1010
"react-router-bootstrap": "^0.26.2",
1111
"react-router-dom": "^5.3.4",

‎basic-react-router-v5/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2764,10 +2764,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
27642764
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
27652765
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
27662766

2767-
bootstrap@^5.2.2:
2768-
version "5.2.2"
2769-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
2770-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
2767+
bootstrap@^5.2.3:
2768+
version "5.2.3"
2769+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
2770+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
27712771

27722772
brace-expansion@^1.1.7:
27732773
version "1.1.11"
@@ -9003,10 +9003,10 @@ react-app-polyfill@^2.0.0:
90039003
regenerator-runtime "^0.13.7"
90049004
whatwg-fetch "^3.4.1"
90059005

9006-
react-bootstrap@^2.6.0:
9007-
version "2.6.0"
9008-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
9009-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
9006+
react-bootstrap@^2.7.2:
9007+
version "2.7.2"
9008+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
9009+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
90109010
dependencies:
90119011
"@babel/runtime" "^7.17.2"
90129012
"@restart/hooks" "^0.4.6"

‎basic-sass-custom-theming-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"bootstrap": "^5.2.2",
6+
"bootstrap": "^5.2.3",
77
"node-sass": "^5.0.0",
88
"react": "^17.0.2",
9-
"react-bootstrap": "^2.6.0",
9+
"react-bootstrap": "^2.7.2",
1010
"react-dom": "^17.0.2",
1111
"react-scripts": "4.0.3"
1212
},

‎basic-sass-custom-theming-v5/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2784,10 +2784,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
27842784
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
27852785
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
27862786

2787-
bootstrap@^5.2.2:
2788-
version "5.2.2"
2789-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
2790-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
2787+
bootstrap@^5.2.3:
2788+
version "5.2.3"
2789+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
2790+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
27912791

27922792
brace-expansion@^1.1.7:
27932793
version "1.1.11"
@@ -9189,10 +9189,10 @@ react-app-polyfill@^2.0.0:
91899189
regenerator-runtime "^0.13.7"
91909190
whatwg-fetch "^3.4.1"
91919191

9192-
react-bootstrap@^2.6.0:
9193-
version "2.6.0"
9194-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
9195-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
9192+
react-bootstrap@^2.7.2:
9193+
version "2.7.2"
9194+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
9195+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
91969196
dependencies:
91979197
"@babel/runtime" "^7.17.2"
91989198
"@restart/hooks" "^0.4.6"

‎basic-ts-v5/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"dependencies": {
66
"@types/jest": "26.0.24",
77
"@types/node": "12.20.55",
8-
"@types/react": "17.0.52",
9-
"@types/react-dom": "17.0.18",
10-
"bootstrap": "^5.2.2",
8+
"@types/react": "17.0.53",
9+
"@types/react-dom": "17.0.19",
10+
"bootstrap": "^5.2.3",
1111
"react": "^17.0.2",
12-
"react-bootstrap": "^2.6.0",
12+
"react-bootstrap": "^2.7.2",
1313
"react-dom": "^17.0.2",
1414
"react-scripts": "4.0.3",
15-
"typescript": "4.9.3"
15+
"typescript": "4.9.5"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

‎basic-ts-v5/yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1768,10 +1768,10 @@
17681768
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
17691769
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
17701770

1771-
"@types/react-dom@17.0.18":
1772-
version "17.0.18"
1773-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.18.tgz#8f7af38f5d9b42f79162eea7492e5a1caff70dc2"
1774-
integrity sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==
1771+
"@types/react-dom@17.0.19":
1772+
version "17.0.19"
1773+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.19.tgz#36feef3aa35d045cacd5ed60fe0eef5272f19492"
1774+
integrity sha512-PiYG40pnQRdPHnlf7tZnp0aQ6q9tspYr72vD61saO6zFCybLfMqwUCN0va1/P+86DXn18ZWeW30Bk7xlC5eEAQ==
17751775
dependencies:
17761776
"@types/react" "^17"
17771777

@@ -1782,10 +1782,10 @@
17821782
dependencies:
17831783
"@types/react" "*"
17841784

1785-
"@types/react@*", "@types/react@17.0.52", "@types/react@>=16.9.11", "@types/react@^17":
1786-
version "17.0.52"
1787-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b"
1788-
integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==
1785+
"@types/react@*", "@types/react@17.0.53", "@types/react@>=16.9.11", "@types/react@^17":
1786+
version "17.0.53"
1787+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
1788+
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
17891789
dependencies:
17901790
"@types/prop-types" "*"
17911791
"@types/scheduler" "*"
@@ -2780,10 +2780,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
27802780
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
27812781
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
27822782

2783-
bootstrap@^5.2.2:
2784-
version "5.2.2"
2785-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
2786-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
2783+
bootstrap@^5.2.3:
2784+
version "5.2.3"
2785+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
2786+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
27872787

27882788
brace-expansion@^1.1.7:
27892789
version "1.1.11"
@@ -8990,10 +8990,10 @@ react-app-polyfill@^2.0.0:
89908990
regenerator-runtime "^0.13.7"
89918991
whatwg-fetch "^3.4.1"
89928992

8993-
react-bootstrap@^2.6.0:
8994-
version "2.6.0"
8995-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
8996-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
8993+
react-bootstrap@^2.7.2:
8994+
version "2.7.2"
8995+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
8996+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
89978997
dependencies:
89988998
"@babel/runtime" "^7.17.2"
89998999
"@restart/hooks" "^0.4.6"
@@ -10733,10 +10733,10 @@ typedarray@^0.0.6:
1073310733
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1073410734
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1073510735

10736-
typescript@4.9.3:
10737-
version "4.9.3"
10738-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
10739-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
10736+
typescript@4.9.5:
10737+
version "4.9.5"
10738+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10739+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1074010740

1074110741
uncontrollable@^7.2.1:
1074210742
version "7.2.1"

‎basic-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"dependencies": {
66
"@types/jest": "26.0.24",
77
"@types/node": "12.20.55",
8-
"@types/react": "17.0.52",
9-
"@types/react-dom": "17.0.18",
8+
"@types/react": "17.0.53",
9+
"@types/react-dom": "17.0.19",
1010
"bootstrap": "^4.6.2",
1111
"react": "^17.0.2",
1212
"react-bootstrap": "^1.6.6",
1313
"react-dom": "^17.0.2",
1414
"react-scripts": "4.0.3",
15-
"typescript": "4.9.3"
15+
"typescript": "4.9.5"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

‎basic-ts/yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1756,10 +1756,10 @@
17561756
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
17571757
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
17581758

1759-
"@types/react-dom@17.0.18":
1760-
version "17.0.18"
1761-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.18.tgz#8f7af38f5d9b42f79162eea7492e5a1caff70dc2"
1762-
integrity sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==
1759+
"@types/react-dom@17.0.19":
1760+
version "17.0.19"
1761+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.19.tgz#36feef3aa35d045cacd5ed60fe0eef5272f19492"
1762+
integrity sha512-PiYG40pnQRdPHnlf7tZnp0aQ6q9tspYr72vD61saO6zFCybLfMqwUCN0va1/P+86DXn18ZWeW30Bk7xlC5eEAQ==
17631763
dependencies:
17641764
"@types/react" "^17"
17651765

@@ -1779,10 +1779,10 @@
17791779
"@types/scheduler" "*"
17801780
csstype "^3.0.2"
17811781

1782-
"@types/react@17.0.52", "@types/react@^17":
1783-
version "17.0.52"
1784-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b"
1785-
integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==
1782+
"@types/react@17.0.53", "@types/react@^17":
1783+
version "17.0.53"
1784+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
1785+
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
17861786
dependencies:
17871787
"@types/prop-types" "*"
17881788
"@types/scheduler" "*"
@@ -10749,10 +10749,10 @@ typedarray@^0.0.6:
1074910749
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1075010750
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1075110751

10752-
typescript@4.9.3:
10753-
version "4.9.3"
10754-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
10755-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
10752+
typescript@4.9.5:
10753+
version "4.9.5"
10754+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10755+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1075610756

1075710757
uncontrollable@^7.2.1:
1075810758
version "7.2.1"

‎basic-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"bootstrap": "^5.2.2",
6+
"bootstrap": "^5.2.3",
77
"react": "^17.0.2",
8-
"react-bootstrap": "^2.6.0",
8+
"react-bootstrap": "^2.7.2",
99
"react-dom": "^17.0.2",
1010
"react-scripts": "4.0.3"
1111
},

‎basic-v5/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2764,10 +2764,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
27642764
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
27652765
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
27662766

2767-
bootstrap@^5.2.2:
2768-
version "5.2.2"
2769-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
2770-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
2767+
bootstrap@^5.2.3:
2768+
version "5.2.3"
2769+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
2770+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
27712771

27722772
brace-expansion@^1.1.7:
27732773
version "1.1.11"
@@ -8972,10 +8972,10 @@ react-app-polyfill@^2.0.0:
89728972
regenerator-runtime "^0.13.7"
89738973
whatwg-fetch "^3.4.1"
89748974

8975-
react-bootstrap@^2.6.0:
8976-
version "2.6.0"
8977-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
8978-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
8975+
react-bootstrap@^2.7.2:
8976+
version "2.7.2"
8977+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
8978+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
89798979
dependencies:
89808980
"@babel/runtime" "^7.17.2"
89818981
"@restart/hooks" "^0.4.6"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "https://github.com/react-bootstrap/code-sandbox-examples",
66
"license": "MIT",
77
"dependencies": {
8-
"prettier": "^2.7.1"
8+
"prettier": "^2.8.4"
99
},
1010
"scripts": {
1111
"lint": "prettier --check **/*.{js,tsx,css,md}",

‎parcel-ts-v5/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"test": "echo \"no tests exists\""
99
},
1010
"dependencies": {
11-
"bootstrap": "^5.2.2",
11+
"bootstrap": "^5.2.3",
1212
"react": "^17.0.2",
13-
"react-bootstrap": "^2.6.0",
13+
"react-bootstrap": "^2.7.2",
1414
"react-dom": "^17.0.2"
1515
},
1616
"devDependencies": {
1717
"parcel-bundler": "^1.12.5",
18-
"typescript": "^4.9.3"
18+
"typescript": "^4.9.5"
1919
}
2020
}

‎parcel-ts-v5/yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1187,10 +1187,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
11871187
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
11881188
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
11891189

1190-
bootstrap@^5.2.2:
1191-
version "5.2.2"
1192-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
1193-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
1190+
bootstrap@^5.2.3:
1191+
version "5.2.3"
1192+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
1193+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
11941194

11951195
brace-expansion@^1.1.7:
11961196
version "1.1.11"
@@ -4258,10 +4258,10 @@ range-parser@~1.2.1:
42584258
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
42594259
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
42604260

4261-
react-bootstrap@^2.6.0:
4262-
version "2.6.0"
4263-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
4264-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
4261+
react-bootstrap@^2.7.2:
4262+
version "2.7.2"
4263+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
4264+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
42654265
dependencies:
42664266
"@babel/runtime" "^7.17.2"
42674267
"@restart/hooks" "^0.4.6"
@@ -5105,10 +5105,10 @@ typedarray@^0.0.6:
51055105
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
51065106
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
51075107

5108-
typescript@^4.9.3:
5109-
version "4.9.3"
5110-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
5111-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
5108+
typescript@^4.9.5:
5109+
version "4.9.5"
5110+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5111+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
51125112

51135113
uncontrollable@^7.2.1:
51145114
version "7.2.1"

‎parcel-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"test": "echo \"no tests exists\""
99
},
1010
"dependencies": {
11-
"bootstrap": "^5.2.2",
11+
"bootstrap": "^5.2.3",
1212
"react": "^17.0.2",
13-
"react-bootstrap": "^2.6.0",
13+
"react-bootstrap": "^2.7.2",
1414
"react-dom": "^17.0.2"
1515
},
1616
"devDependencies": {

‎parcel-v5/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1187,10 +1187,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
11871187
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
11881188
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
11891189

1190-
bootstrap@^5.2.2:
1191-
version "5.2.2"
1192-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
1193-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
1190+
bootstrap@^5.2.3:
1191+
version "5.2.3"
1192+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
1193+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
11941194

11951195
brace-expansion@^1.1.7:
11961196
version "1.1.11"
@@ -4258,10 +4258,10 @@ range-parser@~1.2.1:
42584258
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
42594259
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
42604260

4261-
react-bootstrap@^2.6.0:
4262-
version "2.6.0"
4263-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
4264-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
4261+
react-bootstrap@^2.7.2:
4262+
version "2.7.2"
4263+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
4264+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
42654265
dependencies:
42664266
"@babel/runtime" "^7.17.2"
42674267
"@restart/hooks" "^0.4.6"

‎ts-react-router-v5/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
99
"@types/jest": "^27.5.2",
10-
"@types/node": "^16.18.3",
11-
"@types/react": "^18.0.25",
12-
"@types/react-dom": "^18.0.9",
10+
"@types/node": "^16.18.13",
11+
"@types/react": "^18.0.28",
12+
"@types/react-dom": "^18.0.11",
1313
"@types/react-router-dom": "^5.3.3",
14-
"bootstrap": "^5.2.2",
14+
"bootstrap": "^5.2.3",
1515
"react": "^18.2.0",
16-
"react-bootstrap": "^2.6.0",
16+
"react-bootstrap": "^2.7.2",
1717
"react-dom": "^18.2.0",
1818
"react-router-dom": "^5.3.4",
1919
"react-scripts": "5.0.1",
20-
"typescript": "^4.9.3",
20+
"typescript": "^4.9.5",
2121
"web-vitals": "^2.1.4"
2222
},
2323
"scripts": {

‎ts-react-router-v5/yarn.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -1959,10 +1959,10 @@
19591959
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.35.tgz#635b7586086d51fb40de0a2ec9d1014a5283ba4a"
19601960
integrity sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==
19611961

1962-
"@types/node@^16.18.3":
1963-
version "16.18.3"
1964-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3.tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc"
1965-
integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==
1962+
"@types/node@^16.18.13":
1963+
version "16.18.13"
1964+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.13.tgz#c572f8837094c6e3b73918a68674c784f6877fc0"
1965+
integrity sha512-l0/3XZ153UTlNOnZK8xSNoJlQda9/WnYgiTdcKKPJSZjdjI9MU+A9oMXOesAWLSnqAaaJhj3qfQsU07Dr8OUwg==
19661966

19671967
"@types/parse-json@^4.0.0":
19681968
version "4.0.0"
@@ -1994,10 +1994,10 @@
19941994
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
19951995
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
19961996

1997-
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.9":
1998-
version "18.0.9"
1999-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.9.tgz#ffee5e4bfc2a2f8774b15496474f8e7fe8d0b504"
2000-
integrity sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==
1997+
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.11":
1998+
version "18.0.11"
1999+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33"
2000+
integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==
20012001
dependencies:
20022002
"@types/react" "*"
20032003

@@ -2025,10 +2025,10 @@
20252025
dependencies:
20262026
"@types/react" "*"
20272027

2028-
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.0.25":
2029-
version "18.0.25"
2030-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44"
2031-
integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
2028+
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.0.28":
2029+
version "18.0.28"
2030+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
2031+
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
20322032
dependencies:
20332033
"@types/prop-types" "*"
20342034
"@types/scheduler" "*"
@@ -2847,10 +2847,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
28472847
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
28482848
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
28492849

2850-
bootstrap@^5.2.2:
2851-
version "5.2.2"
2852-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
2853-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
2850+
bootstrap@^5.2.3:
2851+
version "5.2.3"
2852+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
2853+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
28542854

28552855
brace-expansion@^1.1.7:
28562856
version "1.1.11"
@@ -7241,10 +7241,10 @@ react-app-polyfill@^3.0.0:
72417241
regenerator-runtime "^0.13.9"
72427242
whatwg-fetch "^3.6.2"
72437243

7244-
react-bootstrap@^2.6.0:
7245-
version "2.6.0"
7246-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
7247-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
7244+
react-bootstrap@^2.7.2:
7245+
version "2.7.2"
7246+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
7247+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
72487248
dependencies:
72497249
"@babel/runtime" "^7.17.2"
72507250
"@restart/hooks" "^0.4.6"
@@ -8464,10 +8464,10 @@ typedarray-to-buffer@^3.1.5:
84648464
dependencies:
84658465
is-typedarray "^1.0.0"
84668466

8467-
typescript@^4.9.3:
8468-
version "4.9.3"
8469-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
8470-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
8467+
typescript@^4.9.5:
8468+
version "4.9.5"
8469+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8470+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
84718471

84728472
unbox-primitive@^1.0.2:
84738473
version "1.0.2"

‎ts-react-router-v6/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
99
"@types/jest": "^27.5.2",
10-
"@types/node": "^16.18.3",
11-
"@types/react": "^18.0.25",
12-
"@types/react-dom": "^18.0.9",
13-
"bootstrap": "^5.2.2",
10+
"@types/node": "^16.18.13",
11+
"@types/react": "^18.0.28",
12+
"@types/react-dom": "^18.0.11",
13+
"bootstrap": "^5.2.3",
1414
"react": "^18.2.0",
15-
"react-bootstrap": "^2.6.0",
15+
"react-bootstrap": "^2.7.2",
1616
"react-dom": "^18.2.0",
17-
"react-router-dom": "^6.4.3",
17+
"react-router-dom": "^6.8.2",
1818
"react-scripts": "5.0.1",
19-
"typescript": "^4.9.3",
19+
"typescript": "^4.9.5",
2020
"web-vitals": "^2.1.4"
2121
},
2222
"scripts": {

‎ts-react-router-v6/yarn.lock

+39-39
Original file line numberDiff line numberDiff line change
@@ -1516,10 +1516,10 @@
15161516
dependencies:
15171517
"@babel/runtime" "^7.6.2"
15181518

1519-
"@remix-run/router@1.0.3":
1520-
version "1.0.3"
1521-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d"
1522-
integrity sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==
1519+
"@remix-run/router@1.3.3":
1520+
version "1.3.3"
1521+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.3.tgz#d6d531d69c0fa3a44fda7dc00b20d49b44549164"
1522+
integrity sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==
15231523

15241524
"@restart/hooks@^0.4.6", "@restart/hooks@^0.4.7":
15251525
version "0.4.7"
@@ -1959,10 +1959,10 @@
19591959
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.35.tgz#635b7586086d51fb40de0a2ec9d1014a5283ba4a"
19601960
integrity sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==
19611961

1962-
"@types/node@^16.18.3":
1963-
version "16.18.3"
1964-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3.tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc"
1965-
integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==
1962+
"@types/node@^16.18.13":
1963+
version "16.18.13"
1964+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.13.tgz#c572f8837094c6e3b73918a68674c784f6877fc0"
1965+
integrity sha512-l0/3XZ153UTlNOnZK8xSNoJlQda9/WnYgiTdcKKPJSZjdjI9MU+A9oMXOesAWLSnqAaaJhj3qfQsU07Dr8OUwg==
19661966

19671967
"@types/parse-json@^4.0.0":
19681968
version "4.0.0"
@@ -1994,10 +1994,10 @@
19941994
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
19951995
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
19961996

1997-
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.9":
1998-
version "18.0.9"
1999-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.9.tgz#ffee5e4bfc2a2f8774b15496474f8e7fe8d0b504"
2000-
integrity sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==
1997+
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.11":
1998+
version "18.0.11"
1999+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33"
2000+
integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==
20012001
dependencies:
20022002
"@types/react" "*"
20032003

@@ -2008,10 +2008,10 @@
20082008
dependencies:
20092009
"@types/react" "*"
20102010

2011-
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.0.25":
2012-
version "18.0.25"
2013-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44"
2014-
integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
2011+
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.0.28":
2012+
version "18.0.28"
2013+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
2014+
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
20152015
dependencies:
20162016
"@types/prop-types" "*"
20172017
"@types/scheduler" "*"
@@ -2830,10 +2830,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
28302830
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
28312831
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
28322832

2833-
bootstrap@^5.2.2:
2834-
version "5.2.2"
2835-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
2836-
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==
2833+
bootstrap@^5.2.3:
2834+
version "5.2.3"
2835+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
2836+
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
28372837

28382838
brace-expansion@^1.1.7:
28392839
version "1.1.11"
@@ -7193,10 +7193,10 @@ react-app-polyfill@^3.0.0:
71937193
regenerator-runtime "^0.13.9"
71947194
whatwg-fetch "^3.6.2"
71957195

7196-
react-bootstrap@^2.6.0:
7197-
version "2.6.0"
7198-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.6.0.tgz#bd125889cc9d2bbd7c89334a7c54980ff0a65b94"
7199-
integrity sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==
7196+
react-bootstrap@^2.7.2:
7197+
version "2.7.2"
7198+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.7.2.tgz#100069ea7b4807cccbc5fef1e33bc90283262602"
7199+
integrity sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==
72007200
dependencies:
72017201
"@babel/runtime" "^7.17.2"
72027202
"@restart/hooks" "^0.4.6"
@@ -7279,20 +7279,20 @@ react-refresh@^0.11.0:
72797279
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
72807280
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
72817281

7282-
react-router-dom@^6.4.3:
7283-
version "6.4.3"
7284-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.3.tgz#70093b5f65f85f1df9e5d4182eb7ff3a08299275"
7285-
integrity sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==
7282+
react-router-dom@^6.8.2:
7283+
version "6.8.2"
7284+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.8.2.tgz#a6654a3400be9aafd504d7125573568921b78b57"
7285+
integrity sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg==
72867286
dependencies:
7287-
"@remix-run/router" "1.0.3"
7288-
react-router "6.4.3"
7287+
"@remix-run/router" "1.3.3"
7288+
react-router "6.8.2"
72897289

7290-
react-router@6.4.3:
7291-
version "6.4.3"
7292-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.3.tgz#9ed3ee4d6e95889e9b075a5d63e29acc7def0d49"
7293-
integrity sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==
7290+
react-router@6.8.2:
7291+
version "6.8.2"
7292+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.2.tgz#98f83582a73f316a3287118b440f0cee30ed6f33"
7293+
integrity sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==
72947294
dependencies:
7295-
"@remix-run/router" "1.0.3"
7295+
"@remix-run/router" "1.3.3"
72967296

72977297
react-scripts@5.0.1:
72987298
version "5.0.1"
@@ -8388,10 +8388,10 @@ typedarray-to-buffer@^3.1.5:
83888388
dependencies:
83898389
is-typedarray "^1.0.0"
83908390

8391-
typescript@^4.9.3:
8392-
version "4.9.3"
8393-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
8394-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
8391+
typescript@^4.9.5:
8392+
version "4.9.5"
8393+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8394+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
83958395

83968396
unbox-primitive@^1.0.2:
83978397
version "1.0.2"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
prettier@^2.7.1:
6-
version "2.7.1"
7-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
8-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
5+
prettier@^2.8.4:
6+
version "2.8.4"
7+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
8+
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==

0 commit comments

Comments
 (0)
Please sign in to comment.