Skip to content

Commit d6a4155

Browse files
chore(deps): update all non-major dependencies (#129)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b44ad95 commit d6a4155

File tree

12 files changed

+40
-40
lines changed

12 files changed

+40
-40
lines changed

basic-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"bootstrap": "^4.5.2",
6+
"bootstrap": "^4.5.3",
77
"react": "^16.13.1",
88
"react-bootstrap": "^1.3.0",
99
"react-dom": "^16.13.1",

basic-react-router/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,10 +2221,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
22212221
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
22222222
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
22232223

2224-
bootstrap@^4.5.2:
2225-
version "4.5.2"
2226-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
2227-
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
2224+
bootstrap@^4.5.3:
2225+
version "4.5.3"
2226+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
2227+
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
22282228

22292229
brace-expansion@^1.1.7:
22302230
version "1.1.11"

basic-sass-custom-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"bootstrap": "^4.5.2",
6+
"bootstrap": "^4.5.3",
77
"node-sass": "^4.14.1",
88
"react": "^16.13.1",
99
"react-bootstrap": "^1.3.0",

basic-sass-custom-theming/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,10 +2243,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
22432243
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
22442244
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
22452245

2246-
bootstrap@^4.5.2:
2247-
version "4.5.2"
2248-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
2249-
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
2246+
bootstrap@^4.5.3:
2247+
version "4.5.3"
2248+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
2249+
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
22502250

22512251
brace-expansion@^1.1.7:
22522252
version "1.1.11"

basic-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"dependencies": {
66
"@types/jest": "26.0.14",
7-
"@types/node": "12.12.62",
8-
"@types/react": "16.9.51",
7+
"@types/node": "12.12.67",
8+
"@types/react": "16.9.52",
99
"@types/react-dom": "16.9.8",
10-
"bootstrap": "^4.5.2",
10+
"bootstrap": "^4.5.3",
1111
"react": "^16.13.1",
1212
"react-bootstrap": "^1.3.0",
1313
"react-dom": "^16.13.1",

basic-ts/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,10 +1380,10 @@
13801380
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
13811381
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
13821382

1383-
"@types/node@*", "@types/[email protected].62":
1384-
version "12.12.62"
1385-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.62.tgz#733923d73669188d35950253dd18a21570085d2b"
1386-
integrity sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg==
1383+
"@types/node@*", "@types/[email protected].67":
1384+
version "12.12.67"
1385+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.67.tgz#4f86badb292e822e3b13730a1f9713ed2377f789"
1386+
integrity sha512-R48tgL2izApf+9rYNH+3RBMbRpPeW3N8f0I9HMhggeq4UXwBDqumJ14SDs4ctTMhG11pIOduZ4z3QWGOiMc9Vg==
13871387

13881388
"@types/parse-json@^4.0.0":
13891389
version "4.0.0"
@@ -1414,10 +1414,10 @@
14141414
dependencies:
14151415
"@types/react" "*"
14161416

1417-
"@types/react@*", "@types/[email protected].51", "@types/react@^16.9.35":
1418-
version "16.9.51"
1419-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.51.tgz#f8aa51ffa9996f1387f63686696d9b59713d2b60"
1420-
integrity sha512-lQa12IyO+DMlnSZ3+AGHRUiUcpK47aakMMoBG8f7HGxJT8Yfe+WE128HIXaHOHVPReAW0oDS3KAI0JI2DDe1PQ==
1417+
"@types/react@*", "@types/[email protected].52", "@types/react@^16.9.35":
1418+
version "16.9.52"
1419+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.52.tgz#c46c72d1a1d8d9d666f4dd2066c0e22600ccfde1"
1420+
integrity sha512-EHRjmnxiNivwhGdMh9sz1Yw9AUxTSZFxKqdBWAAzyZx3sufWwx6ogqHYh/WB1m/I4ZpjkoZLExF5QTy2ekVi/Q==
14211421
dependencies:
14221422
"@types/prop-types" "*"
14231423
csstype "^3.0.2"
@@ -2278,10 +2278,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
22782278
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
22792279
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
22802280

2281-
bootstrap@^4.5.2:
2282-
version "4.5.2"
2283-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
2284-
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
2281+
bootstrap@^4.5.3:
2282+
version "4.5.3"
2283+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
2284+
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
22852285

22862286
brace-expansion@^1.1.7:
22872287
version "1.1.11"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"bootstrap": "^4.5.2",
6+
"bootstrap": "^4.5.3",
77
"react": "^16.13.1",
88
"react-bootstrap": "^1.3.0",
99
"react-dom": "^16.13.1",

basic/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,10 +2221,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
22212221
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
22222222
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
22232223

2224-
bootstrap@^4.5.2:
2225-
version "4.5.2"
2226-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
2227-
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
2224+
bootstrap@^4.5.3:
2225+
version "4.5.3"
2226+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
2227+
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
22282228

22292229
brace-expansion@^1.1.7:
22302230
version "1.1.11"

parcel-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "echo \"no tests exists\""
99
},
1010
"dependencies": {
11-
"bootstrap": "^4.5.2",
11+
"bootstrap": "^4.5.3",
1212
"react": "^16.13.1",
1313
"react-bootstrap": "^1.3.0",
1414
"react-dom": "^16.13.1"

parcel-ts/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
11751175
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
11761176
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
11771177

1178-
bootstrap@^4.5.2:
1179-
version "4.5.2"
1180-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
1181-
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
1178+
bootstrap@^4.5.3:
1179+
version "4.5.3"
1180+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
1181+
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
11821182

11831183
brace-expansion@^1.1.7:
11841184
version "1.1.11"

0 commit comments

Comments
 (0)