Skip to content

Commit cc87fcd

Browse files
committed
Update dependency axios to v0.22.0
1 parent d6ae555 commit cc87fcd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@material-ui/core": "4.12.3",
1212
"@material-ui/icons": "4.11.2",
1313
"@uploadcare/react-widget": "1.3.8",
14-
"axios": "0.21.4",
14+
"axios": "0.22.0",
1515
"localforage": "1.10.0",
1616
"lodash": "4.17.21",
1717
"luxon": "2.0.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,12 @@ available-typed-arrays@^1.0.2:
347347
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz#9e0ae84ecff20caae6a94a1c3bc39b955649b7a9"
348348
integrity sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==
349349

350-
axios@0.21.4:
351-
version "0.21.4"
352-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
353-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
350+
axios@0.22.0:
351+
version "0.22.0"
352+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25"
353+
integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==
354354
dependencies:
355-
follow-redirects "^1.14.0"
355+
follow-redirects "^1.14.4"
356356

357357
base64-js@^1.0.2:
358358
version "1.5.1"
@@ -886,10 +886,10 @@ find-up@^4.0.0:
886886
locate-path "^5.0.0"
887887
path-exists "^4.0.0"
888888

889-
follow-redirects@^1.14.0:
890-
version "1.14.3"
891-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
892-
integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==
889+
follow-redirects@^1.14.4:
890+
version "1.14.4"
891+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
892+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
893893

894894
foreach@^2.0.5:
895895
version "2.0.5"

0 commit comments

Comments
 (0)