Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 7712d05

Browse files
chore(deps): bump axios from 0.21.1 to 0.21.2 (#71)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 612528c commit 7712d05

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@aspecto/logger": "^0.0.15",
3333
"@aspecto/opentelemetry": "^0.0.136",
3434
"ab-result": "^1.0.2",
35-
"axios": "^0.21.1",
35+
"axios": "^0.21.2",
3636
"colors": "^1.4.0",
3737
"env-var": "^6.3.0",
3838
"express": "^4.17.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -697,12 +697,12 @@ atomic-sleep@^1.0.0:
697697
resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b"
698698
integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==
699699

700-
axios@^0.21.1:
701-
version "0.21.1"
702-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
703-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
700+
axios@^0.21.1, axios@^0.21.2:
701+
version "0.21.2"
702+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
703+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
704704
dependencies:
705-
follow-redirects "^1.10.0"
705+
follow-redirects "^1.14.0"
706706

707707
backo2@~1.0.2:
708708
version "1.0.2"
@@ -1262,10 +1262,10 @@ find-versions@^3.2.0:
12621262
dependencies:
12631263
semver-regex "^2.0.0"
12641264

1265-
follow-redirects@^1.10.0:
1266-
version "1.14.8"
1267-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
1268-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
1265+
follow-redirects@^1.14.0:
1266+
version "1.15.2"
1267+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1268+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
12691269

12701270
12711271
version "0.2.0"

0 commit comments

Comments
 (0)