diff --git a/packages/api/package.json b/packages/api/package.json index 4fbcdfe69..c09f260ae 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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", diff --git a/packages/import-handler/package.json b/packages/import-handler/package.json index 73f4a900b..a09f00807 100644 --- a/packages/import-handler/package.json +++ b/packages/import-handler/package.json @@ -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" diff --git a/packages/inbound-email-handler/package.json b/packages/inbound-email-handler/package.json index 2ec9ccefd..cdd6b095e 100644 --- a/packages/inbound-email-handler/package.json +++ b/packages/inbound-email-handler/package.json @@ -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" diff --git a/packages/pdf-handler/package.json b/packages/pdf-handler/package.json index e5a375b57..02e16cd17 100644 --- a/packages/pdf-handler/package.json +++ b/packages/pdf-handler/package.json @@ -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" } diff --git a/packages/puppeteer-parse/package.json b/packages/puppeteer-parse/package.json index 67f1ccb29..8e1cafb66 100644 --- a/packages/puppeteer-parse/package.json +++ b/packages/puppeteer-parse/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 5f104e101..87316fc42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==