Update dependency axios to v0.27.2

This commit is contained in:
Renovate Bot 2022-04-27 12:14:24 +00:00 committed by renovate[bot]
parent dd7e1ee1d3
commit d2b48d6e1c
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"axios": "0.27.1",
"axios": "0.27.2",
"gatsby": "4.13.0",
"gatsby-plugin-manifest": "4.13.0",
"gatsby-plugin-react-helmet": "5.13.0",

View File

@ -3397,10 +3397,10 @@ axe-core@^4.3.5:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
axios@0.27.1:
version "0.27.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.1.tgz#badcc8cc38cfa812320221b600776452141ea5d4"
integrity sha512-ePNMai55xo5GsXajb/k756AqZqpqeDaGwGcdvbZLSSELbbYwsIn2jNmGfUPEwd8j/yu4OoMstLLIVa4t0MneEA==
axios@0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"