mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #56 from omnivore-app/dependabot/npm_and_yarn/axios-0.26.0
Bump axios from 0.21.4 to 0.26.0
This commit is contained in:
commit
238a2f0e97
6 changed files with 13 additions and 6 deletions
|
|
@ -57,7 +57,7 @@
|
|||
"analytics-node": "^6.0.0",
|
||||
"apollo-datasource": "^0.7.2",
|
||||
"apollo-server-express": "^2.25.3",
|
||||
"axios": "^0.21.4",
|
||||
"axios": "^0.26.0",
|
||||
"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.4",
|
||||
"axios": "^0.26.0",
|
||||
"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.4",
|
||||
"axios": "^0.26.0",
|
||||
"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.4",
|
||||
"axios": "^0.26.0",
|
||||
"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.4",
|
||||
"axios": "^0.26.0",
|
||||
"chrome-aws-lambda": "^7.0.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"jsdom": "^17.0.0",
|
||||
|
|
|
|||
|
|
@ -5917,6 +5917,13 @@ axios@^0.21.4:
|
|||
dependencies:
|
||||
follow-redirects "^1.14.0"
|
||||
|
||||
axios@^0.26.0:
|
||||
version "0.26.0"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
|
||||
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
|
||||
dependencies:
|
||||
follow-redirects "^1.14.8"
|
||||
|
||||
axobject-query@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
|
||||
|
|
@ -8919,7 +8926,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.14.0:
|
||||
follow-redirects@^1.14.0, follow-redirects@^1.14.8:
|
||||
version "1.14.8"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
|
||||
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
|
||||
|
|
|
|||
Loading…
Reference in a new issue