Merge pull request #11 from omnivore-app/fix/upgrade-axios
Upgrade axios
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
"analytics-node": "^6.0.0",
|
||||
"apollo-datasource": "^0.7.2",
|
||||
"apollo-server-express": "^2.25.3",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.21.4",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cookie": "^0.4.1",
|
||||
"cookie-parser": "^1.4.5",
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
"@google-cloud/pubsub": "^2.16.3",
|
||||
"@google-cloud/storage": "^5.18.1",
|
||||
"@types/express": "^4.17.13",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.21.4",
|
||||
"concurrently": "^6.2.1",
|
||||
"csv-parser": "^3.0.0",
|
||||
"nodemon": "^2.0.12"
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"@google-cloud/pubsub": "^2.18.4",
|
||||
"@sendgrid/client": "^7.6.0",
|
||||
"@sentry/serverless": "^6.16.1",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.21.4",
|
||||
"parse-headers": "^2.0.4",
|
||||
"parse-multipart-data": "^1.2.1",
|
||||
"quoted-printable": "^1.0.1"
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"@google-cloud/functions-framework": "1.9.0",
|
||||
"@google-cloud/pubsub": "^2.16.3",
|
||||
"@google-cloud/storage": "^5.18.1",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.21.4",
|
||||
"concurrently": "^6.2.1",
|
||||
"pdfjs-dist": "^2.9.359"
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"@google-cloud/logging-winston": "^4.0.4",
|
||||
"@google-cloud/storage": "^5.18.1",
|
||||
"@sentry/serverless": "^6.13.3",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.21.4",
|
||||
"chrome-aws-lambda": "^7.0.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"jsdom": "^17.0.0",
|
||||
|
||||
@ -5810,13 +5810,6 @@ axios-retry@3.2.0:
|
||||
dependencies:
|
||||
is-retry-allowed "^1.1.0"
|
||||
|
||||
axios@^0.21.1:
|
||||
version "0.21.1"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
|
||||
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
|
||||
dependencies:
|
||||
follow-redirects "^1.10.0"
|
||||
|
||||
axios@^0.21.4:
|
||||
version "0.21.4"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
|
||||
@ -8836,7 +8829,7 @@ fn.name@1.x.x:
|
||||
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
|
||||
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
|
||||
|
||||
follow-redirects@^1.10.0, follow-redirects@^1.14.0:
|
||||
follow-redirects@^1.14.0:
|
||||
version "1.14.7"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
|
||||
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
|
||||
|
||||
Reference in New Issue
Block a user