Skip to content

Commit f074d54

Browse files
fix(deps): update dependency axios to v1.5.1 (#292)
Merged by gomerge CLI.
1 parent b999529 commit f074d54

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
77
"@heroicons/react": "2.0.17",
88
"@reduxjs/toolkit": "1.9.6",
9-
"axios": "1.3.4",
9+
"axios": "1.5.1",
1010
"formik": "2.2.9",
1111
"framer-motion": "10.16.4",
1212
"query-string": "8.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,10 +2994,10 @@ axios@*:
29942994
form-data "^4.0.0"
29952995
proxy-from-env "^1.1.0"
29962996

2997-
axios@1.3.4:
2998-
version "1.3.4"
2999-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
3000-
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
2997+
axios@1.5.1:
2998+
version "1.5.1"
2999+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
3000+
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
30013001
dependencies:
30023002
follow-redirects "^1.15.0"
30033003
form-data "^4.0.0"

0 commit comments

Comments
 (0)