Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 25409a5

Browse files
Update dependency axios to v1.5.1
1 parent 8cfdd46 commit 25409a5

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
@@ -7,7 +7,7 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"axios": "1.1.2",
10+
"axios": "1.5.1",
1111
"prop-types": "15.7.2",
1212
"react": "16.8.3",
1313
"react-native": "0.59.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,10 +1706,10 @@ axe-core@^4.4.3:
17061706
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f"
17071707
integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
17081708

1709-
axios@1.1.2:
1710-
version "1.1.2"
1711-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
1712-
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
1709+
axios@1.5.1:
1710+
version "1.5.1"
1711+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
1712+
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
17131713
dependencies:
17141714
follow-redirects "^1.15.0"
17151715
form-data "^4.0.0"

0 commit comments

Comments
 (0)