Skip to content

Commit e411927

Browse files
build(deps): bump axios from 0.21.1 to 0.21.2 in /frontend (#157)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90b74e1 commit e411927

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"main": "index.js",
1313
"license": "MIT",
1414
"dependencies": {
15-
"axios": "^0.21.1",
15+
"axios": "^0.21.2",
1616
"node-forge": "0.10.0",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"

frontend/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,12 +1160,12 @@ aws4@^1.8.0:
11601160
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
11611161
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
11621162

1163-
axios@^0.21.1:
1164-
version "0.21.1"
1165-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1166-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1163+
axios@^0.21.2:
1164+
version "0.21.2"
1165+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1166+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
11671167
dependencies:
1168-
follow-redirects "^1.10.0"
1168+
follow-redirects "^1.14.0"
11691169

11701170
babel-plugin-dynamic-import-node@^2.3.3:
11711171
version "2.3.3"
@@ -2541,7 +2541,7 @@ find-versions@^3.2.0:
25412541
dependencies:
25422542
semver-regex "^2.0.0"
25432543

2544-
follow-redirects@^1.10.0:
2544+
follow-redirects@^1.14.0:
25452545
version "1.14.7"
25462546
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
25472547
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==

0 commit comments

Comments
 (0)