Skip to content

Commit 4b3f6eb

Browse files
chore(deps): update dependency axios to v0.27.2 (#165)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ae43052 commit 4b3f6eb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"apollo-server-express": "3.6.7",
52-
"axios": "0.25.0",
52+
"axios": "0.27.2",
5353
"body-parser": "1.20.0",
5454
"comlink": "4.3.1",
5555
"compression": "1.7.4",

yarn.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -769,12 +769,13 @@ asynckit@^0.4.0:
769769
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
770770
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
771771

772-
axios@0.25.0:
773-
version "0.25.0"
774-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
775-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
772+
axios@0.27.2:
773+
version "0.27.2"
774+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
775+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
776776
dependencies:
777-
follow-redirects "^1.14.7"
777+
follow-redirects "^1.14.9"
778+
form-data "^4.0.0"
778779

779780
bail@^1.0.0:
780781
version "1.0.5"
@@ -1874,7 +1875,7 @@ flatted@^3.1.0:
18741875
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
18751876
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
18761877

1877-
follow-redirects@^1.14.7:
1878+
follow-redirects@^1.14.9:
18781879
version "1.14.9"
18791880
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
18801881
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==

0 commit comments

Comments
 (0)