Skip to content

Commit b9d12a1

Browse files
fix(deps): update dependency axios to v1.6.0 [security]
1 parent 676109e commit b9d12a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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.5.1",
9+
"axios": "1.6.0",
1010
"formik": "2.2.9",
1111
"framer-motion": "10.16.4",
1212
"query-string": "8.1.0",

yarn.lock

+4-4
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.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==
2997+
axios@1.6.0:
2998+
version "1.6.0"
2999+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
3000+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
30013001
dependencies:
30023002
follow-redirects "^1.15.0"
30033003
form-data "^4.0.0"

0 commit comments

Comments
 (0)