Skip to content

Commit 4b547ae

Browse files
Bump axios from 0.21.1 to 0.21.2 in /client
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d684a3f commit 4b547ae

2 files changed

Lines changed: 10 additions & 15 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: 9 additions & 14 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"

0 commit comments

Comments
 (0)