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

Commit 1b84614

Browse files
Update dependency axios to v1.1.3
1 parent e5fcfd6 commit 1b84614

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.1.3",
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.1.3:
1710+
version "1.1.3"
1711+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
1712+
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
17131713
dependencies:
17141714
follow-redirects "^1.15.0"
17151715
form-data "^4.0.0"

0 commit comments

Comments
 (0)