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

Commit 00cc425

Browse files
Bump axios from 0.20.0 to 0.21.1 in /backend
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.20.0...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23370b6 commit 00cc425

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Christopher Klaus",
1111
"license": "ISC",
1212
"dependencies": {
13-
"axios": "^0.20.0",
13+
"axios": "^0.21.1",
1414
"body-parser": "^1.19.0",
1515
"cors": "^2.8.5",
1616
"express": "^4.17.1",

backend/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ arraybuffer.slice@~0.0.7:
4545
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
4646
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
4747

48-
axios@^0.20.0:
49-
version "0.20.0"
50-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
51-
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
48+
axios@^0.21.1:
49+
version "0.21.1"
50+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
51+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
5252
dependencies:
5353
follow-redirects "^1.10.0"
5454

0 commit comments

Comments
 (0)