Skip to content

Commit 0a9bed6

Browse files
committed
Bump follow-redirects package
1 parent 28b363e commit 0a9bed6

File tree

4 files changed

+366
-363
lines changed

4 files changed

+366
-363
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"word-wrap": "1.2.4",
8585
"electron-builder/app-builder-lib/@electron/universal/dir-compare/minimatch": "^3.0.5",
8686
"**/semver": "^7.5.2",
87-
"rawproto/protobufjs": "^7.2.4"
87+
"rawproto/protobufjs": "^7.2.4",
88+
"**/follow-redirects": "^1.15.4"
8889
},
8990
"devDependencies": {
9091
"@babel/core": "^7.23.2",

redisinsight/api/yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@
336336
regenerator-runtime "^0.13.11"
337337

338338
"@babel/runtime@^7.15.4":
339-
version "7.22.6"
340-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
341-
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
339+
version "7.23.9"
340+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
341+
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
342342
dependencies:
343-
regenerator-runtime "^0.13.11"
343+
regenerator-runtime "^0.14.0"
344344

345345
"@babel/template@^7.22.15", "@babel/template@^7.3.3":
346346
version "7.22.15"
@@ -1883,9 +1883,9 @@ available-typed-arrays@^1.0.5:
18831883
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
18841884

18851885
axios-retry@^3.0.2:
1886-
version "3.5.1"
1887-
resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.5.1.tgz#d902f69fe1b2a71902e29605318f887bef0981c6"
1888-
integrity sha512-mQRJ4IyAUnYig14BQ4MnnNHHuH1cNH7NW4JxEUD6mNJwK6pwOY66wKLCwZ6Y0o3POpfStalqRC+J4+Hnn6Om7w==
1886+
version "3.9.1"
1887+
resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.9.1.tgz#c8924a8781c8e0a2c5244abf773deb7566b3830d"
1888+
integrity sha512-8PJDLJv7qTTMMwdnbMvrLYuvB47M81wRtxQmEdV5w4rgbTXTt+vtPkXwajOfOdSyv/wZICJOC+/UhXH4aQ/R+w==
18891889
dependencies:
18901890
"@babel/runtime" "^7.15.4"
18911891
is-retry-allowed "^2.2.0"
@@ -1898,11 +1898,11 @@ axios@^0.21.1:
18981898
follow-redirects "^1.14.0"
18991899

19001900
axios@^1.6.0:
1901-
version "1.6.1"
1902-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
1903-
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
1901+
version "1.6.7"
1902+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
1903+
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
19041904
dependencies:
1905-
follow-redirects "^1.15.0"
1905+
follow-redirects "^1.15.4"
19061906
form-data "^4.0.0"
19071907
proxy-from-env "^1.1.0"
19081908

@@ -2606,9 +2606,9 @@ component-emitter@^1.2.0, component-emitter@^1.2.1, component-emitter@^1.3.0:
26062606
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
26072607

26082608
component-type@^1.2.1:
2609-
version "1.2.1"
2610-
resolved "https://registry.yarnpkg.com/component-type/-/component-type-1.2.1.tgz#8a47901700238e4fc32269771230226f24b415a9"
2611-
integrity sha512-Kgy+2+Uwr75vAi6ChWXgHuLvd+QLD7ssgpaRq2zCvt80ptvAfMc/hijcJxXkBa2wMlEZcJvC2H8Ubo+A9ATHIg==
2609+
version "1.2.2"
2610+
resolved "https://registry.yarnpkg.com/component-type/-/component-type-1.2.2.tgz#4458ecc0c1871efc6288bfaff0cbdab08141d079"
2611+
integrity sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==
26122612

26132613
26142614
version "0.0.1"
@@ -3858,15 +3858,10 @@ [email protected]:
38583858
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
38593859
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
38603860

3861-
follow-redirects@^1.14.0:
3862-
version "1.15.2"
3863-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
3864-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
3865-
3866-
follow-redirects@^1.15.0:
3867-
version "1.15.3"
3868-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
3869-
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
3861+
follow-redirects@^1.14.0, follow-redirects@^1.15.4:
3862+
version "1.15.5"
3863+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
3864+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
38703865

38713866
for-each@^0.3.3:
38723867
version "0.3.3"
@@ -7106,6 +7101,11 @@ regenerator-runtime@^0.13.11:
71067101
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
71077102
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
71087103

7104+
regenerator-runtime@^0.14.0:
7105+
version "0.14.1"
7106+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
7107+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
7108+
71097109
regex-not@^1.0.0, regex-not@^1.0.2:
71107110
version "1.0.2"
71117111
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"

0 commit comments

Comments
 (0)