Skip to content

Commit c150f0c

Browse files
Bump axios from 0.21.1 to 0.21.2 (#48)
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:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c181e6 commit c150f0c

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
@@ -12,7 +12,7 @@
1212
"test:watch": "jest --watch"
1313
},
1414
"devDependencies": {
15-
"axios": "^0.21.1",
15+
"axios": "^0.21.2",
1616
"axios-mock-adapter": "^1.17.0",
1717
"babel-eslint": "^10.0.3",
1818
"jest": "^26.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -747,12 +747,12 @@ axios-mock-adapter@^1.17.0:
747747
fast-deep-equal "^3.1.1"
748748
is-buffer "^2.0.3"
749749

750-
axios@^0.21.1:
751-
version "0.21.1"
752-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
753-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
750+
axios@^0.21.2:
751+
version "0.21.2"
752+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
753+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
754754
dependencies:
755-
follow-redirects "^1.10.0"
755+
follow-redirects "^1.14.0"
756756

757757
babel-eslint@^10.0.3:
758758
version "10.1.0"
@@ -1661,10 +1661,10 @@ flatted@^2.0.0:
16611661
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
16621662
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
16631663

1664-
follow-redirects@^1.10.0:
1665-
version "1.13.1"
1666-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
1667-
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
1664+
follow-redirects@^1.14.0:
1665+
version "1.14.4"
1666+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
1667+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
16681668

16691669
for-in@^1.0.2:
16701670
version "1.0.2"

0 commit comments

Comments
 (0)