Skip to content

Commit bb03f31

Browse files
author
James Fuqian
committed
Merge remote-tracking branch 'origin/master' into jfuqian/BB2-896-Responsive-Design-Node-Js-Sample
2 parents 3e778de + 32ebcd2 commit bb03f31

4 files changed

Lines changed: 26 additions & 31 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^12.0.0",
1313
"@types/react": "^17.0.0",
1414
"@types/react-dom": "^17.0.0",
15-
"axios": "^0.21.1",
15+
"axios": "^0.21.2",
1616
"http-proxy-middleware": "^1.3.1",
1717
"node-sass": "^4.14.1",
1818
"react": "^17.0.2",

client/yarn.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,12 +2619,12 @@ axe-core@^4.0.2:
26192619
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.1.2.tgz#7cf783331320098bfbef620df3b3c770147bc224"
26202620
integrity sha512-V+Nq70NxKhYt89ArVcaNL9FDryB3vQOd+BFXZIfO3RP6rwtj+2yqqqdHEkacutglPaZLkJeuXKCjCJDMGPtPqg==
26212621

2622-
axios@^0.21.1:
2623-
version "0.21.1"
2624-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2625-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2622+
axios@^0.21.2:
2623+
version "0.21.2"
2624+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2625+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
26262626
dependencies:
2627-
follow-redirects "^1.10.0"
2627+
follow-redirects "^1.14.0"
26282628

26292629
axobject-query@^2.2.0:
26302630
version "2.2.0"
@@ -5261,15 +5261,10 @@ focus-trap@^4.0.2:
52615261
tabbable "^3.1.2"
52625262
xtend "^4.0.1"
52635263

5264-
follow-redirects@^1.0.0:
5265-
version "1.13.2"
5266-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
5267-
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
5268-
5269-
follow-redirects@^1.10.0:
5270-
version "1.14.0"
5271-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.0.tgz#f5d260f95c5f8c105894491feee5dc8993b402fe"
5272-
integrity sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==
5264+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5265+
version "1.14.5"
5266+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
5267+
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
52735268

52745269
for-in@^1.0.2:
52755270
version "1.0.2"
@@ -11234,9 +11229,9 @@ tiny-warning@^1.0.0, tiny-warning@^1.0.3:
1123411229
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
1123511230

1123611231
tmpl@1.0.x:
11237-
version "1.0.4"
11238-
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
11239-
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
11232+
version "1.0.5"
11233+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
11234+
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
1124011235

1124111236
to-arraybuffer@^1.0.0:
1124211237
version "1.0.1"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"build.ts"
6060
],
6161
"dependencies": {
62-
"axios": "^0.21.1",
62+
"axios": "^0.21.2",
6363
"command-line-args": "^5.1.1",
6464
"cookie-parser": "^1.4.5",
6565
"dotenv": "^8.2.0",

server/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,12 @@ at-least-node@^1.0.0:
410410
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
411411
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
412412

413-
axios@^0.21.1:
414-
version "0.21.1"
415-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
416-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
413+
axios@^0.21.2:
414+
version "0.21.2"
415+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
416+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
417417
dependencies:
418-
follow-redirects "^1.10.0"
418+
follow-redirects "^1.14.0"
419419

420420
balanced-match@^1.0.0:
421421
version "1.0.2"
@@ -1097,10 +1097,10 @@ flatted@^3.1.0:
10971097
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
10981098
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
10991099

1100-
follow-redirects@^1.10.0:
1101-
version "1.14.0"
1102-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.0.tgz#f5d260f95c5f8c105894491feee5dc8993b402fe"
1103-
integrity sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==
1100+
follow-redirects@^1.14.0:
1101+
version "1.14.4"
1102+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
1103+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
11041104

11051105
form-data@^3.0.0:
11061106
version "3.0.1"
@@ -1775,9 +1775,9 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
17751775
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
17761776

17771777
normalize-url@^4.1.0:
1778-
version "4.5.0"
1779-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
1780-
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
1778+
version "4.5.1"
1779+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
1780+
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
17811781

17821782
object-inspect@^1.9.0:
17831783
version "1.10.2"

0 commit comments

Comments
 (0)