Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.5.1 (#292)
Browse files Browse the repository at this point in the history
Merged by gomerge CLI.
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent b999529 commit f074d54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@heroicons/react": "2.0.17",
"@reduxjs/toolkit": "1.9.6",
"axios": "1.3.4",
"axios": "1.5.1",
"formik": "2.2.9",
"framer-motion": "10.16.4",
"query-string": "8.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2994,10 +2994,10 @@ axios@*:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

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

0 comments on commit f074d54

Please sign in to comment.