Skip to content

Commit 39704d9

Browse files
committed
fix(deps): update dependency axios to v0.28.0 [security]
1 parent 0918680 commit 39704d9

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@google-cloud/pubsub": "2.18.3",
2020
"@types/twitter": "1.7.1",
21-
"axios": "0.24.0",
21+
"axios": "0.28.0",
2222
"dayjs": "1.10.7",
2323
"firebase-admin": "8.13.0",
2424
"firebase-functions": "3.16.0",

functions/yarn.lock

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -945,12 +945,14 @@ aws4@^1.8.0:
945945
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
946946
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
947947

948-
axios@0.24.0:
949-
version "0.24.0"
950-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
951-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
948+
axios@0.28.0:
949+
version "0.28.0"
950+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
951+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
952952
dependencies:
953-
follow-redirects "^1.14.4"
953+
follow-redirects "^1.15.0"
954+
form-data "^4.0.0"
955+
proxy-from-env "^1.1.0"
954956

955957
balanced-match@^1.0.0:
956958
version "1.0.0"
@@ -1375,7 +1377,7 @@ [email protected]:
13751377
color "3.0.x"
13761378
text-hex "1.0.x"
13771379

1378-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1380+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
13791381
version "1.0.8"
13801382
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
13811383
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -2601,10 +2603,10 @@ [email protected]:
26012603
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
26022604
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
26032605

2604-
follow-redirects@^1.14.4:
2605-
version "1.14.4"
2606-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
2607-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
2606+
follow-redirects@^1.15.0:
2607+
version "1.15.5"
2608+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
2609+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
26082610

26092611
foreach@^2.0.5:
26102612
version "2.0.5"
@@ -2625,6 +2627,15 @@ form-data@^2.5.0:
26252627
combined-stream "^1.0.6"
26262628
mime-types "^2.1.12"
26272629

2630+
form-data@^4.0.0:
2631+
version "4.0.0"
2632+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2633+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2634+
dependencies:
2635+
asynckit "^0.4.0"
2636+
combined-stream "^1.0.8"
2637+
mime-types "^2.1.12"
2638+
26282639
form-data@~2.3.2:
26292640
version "2.3.3"
26302641
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -4826,6 +4837,11 @@ proxy-addr@~2.0.5:
48264837
forwarded "~0.1.2"
48274838
ipaddr.js "1.9.1"
48284839

4840+
proxy-from-env@^1.1.0:
4841+
version "1.1.0"
4842+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
4843+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
4844+
48294845
psl@^1.1.28:
48304846
version "1.8.0"
48314847
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"

0 commit comments

Comments
 (0)