Skip to content

Commit 3506e10

Browse files
committed
Bump follow-redirects package
1 parent 1dee144 commit 3506e10

File tree

5 files changed

+34
-88
lines changed

5 files changed

+34
-88
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
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",
88-
"**/follow-redirects": "^1.15.4"
87+
"rawproto/protobufjs": "^7.2.4"
8988
},
9089
"devDependencies": {
9190
"@babel/core": "^7.23.2",

redisinsight/api/yarn.lock

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

338338
"@babel/runtime@^7.15.4":
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==
339+
version "7.24.4"
340+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
341+
integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
342342
dependencies:
343343
regenerator-runtime "^0.14.0"
344344

@@ -1938,11 +1938,11 @@ axios@^0.21.1:
19381938
follow-redirects "^1.14.0"
19391939

19401940
axios@^1.6.0:
1941-
version "1.6.7"
1942-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
1943-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
1941+
version "1.6.8"
1942+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
1943+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
19441944
dependencies:
1945-
follow-redirects "^1.15.4"
1945+
follow-redirects "^1.15.6"
19461946
form-data "^4.0.0"
19471947
proxy-from-env "^1.1.0"
19481948

@@ -3880,10 +3880,10 @@ [email protected]:
38803880
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
38813881
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
38823882

3883-
follow-redirects@^1.14.0, follow-redirects@^1.15.4:
3884-
version "1.15.5"
3885-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
3886-
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
3883+
follow-redirects@^1.14.0, follow-redirects@^1.15.6:
3884+
version "1.15.6"
3885+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3886+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
38873887

38883888
for-each@^0.3.3:
38893889
version "0.3.3"

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"keywords": [],
2525
"author": "",
2626
"dependencies": {
27+
"axios": "^1.6.0",
2728
"cli-argument-parser": "0.4.5"
2829
},
2930
"resolutions": {
@@ -42,7 +43,6 @@
4243
"@typescript-eslint/eslint-plugin": "4.28.2",
4344
"@typescript-eslint/parser": "4.28.2",
4445
"archiver": "^5.3.1",
45-
"axios": "^1.6.0",
4646
"chance": "1.1.8",
4747
"cross-env": "^7.0.3",
4848
"dotenv-cli": "^5.0.0",

tests/e2e/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,11 +1719,11 @@ available-typed-arrays@^1.0.5:
17191719
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
17201720

17211721
axios@^1.6.0:
1722-
version "1.6.7"
1723-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
1724-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
1722+
version "1.6.8"
1723+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
1724+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
17251725
dependencies:
1726-
follow-redirects "^1.15.4"
1726+
follow-redirects "^1.15.6"
17271727
form-data "^4.0.0"
17281728
proxy-from-env "^1.1.0"
17291729

@@ -2855,10 +2855,10 @@ flatted@^3.1.0:
28552855
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
28562856
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
28572857

2858-
follow-redirects@^1.15.4:
2859-
version "1.15.5"
2860-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
2861-
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
2858+
follow-redirects@^1.15.6:
2859+
version "1.15.6"
2860+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
2861+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
28622862

28632863
for-each@^0.3.3:
28642864
version "0.3.3"

yarn.lock

Lines changed: 13 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,7 @@
25462546
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194"
25472547
integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==
25482548

2549-
"@types/express-serve-static-core@*":
2549+
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
25502550
version "4.19.0"
25512551
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.0.tgz#3ae8ab3767d98d0b682cda063c3339e1e86ccfaa"
25522552
integrity sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==
@@ -2556,17 +2556,7 @@
25562556
"@types/range-parser" "*"
25572557
"@types/send" "*"
25582558

2559-
"@types/express-serve-static-core@^4.17.33":
2560-
version "4.17.34"
2561-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.34.tgz#c119e85b75215178bc127de588e93100698ab4cc"
2562-
integrity sha512-fvr49XlCGoUj2Pp730AItckfjat4WNb0lb3kfrLWffd+RLeoGAMsq7UOy04PAPtoL01uKwcp6u8nhzpgpDYr3w==
2563-
dependencies:
2564-
"@types/node" "*"
2565-
"@types/qs" "*"
2566-
"@types/range-parser" "*"
2567-
"@types/send" "*"
2568-
2569-
"@types/express@*", "@types/express@^4.17.13":
2559+
"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.17.3":
25702560
version "4.17.21"
25712561
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
25722562
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
@@ -2576,16 +2566,6 @@
25762566
"@types/qs" "*"
25772567
"@types/serve-static" "*"
25782568

2579-
"@types/express@^4.17.3":
2580-
version "4.17.17"
2581-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
2582-
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
2583-
dependencies:
2584-
"@types/body-parser" "*"
2585-
"@types/express-serve-static-core" "^4.17.33"
2586-
"@types/qs" "*"
2587-
"@types/serve-static" "*"
2588-
25892569
"@types/file-saver@^2.0.5":
25902570
version "2.0.5"
25912571
resolved "https://registry.yarnpkg.com/@types/file-saver/-/file-saver-2.0.5.tgz#9ee342a5d1314bb0928375424a2f162f97c310c7"
@@ -2775,11 +2755,6 @@
27752755
dependencies:
27762756
"@types/unist" "*"
27772757

2778-
"@types/mime@*":
2779-
version "3.0.1"
2780-
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
2781-
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
2782-
27832758
"@types/mime@^1":
27842759
version "1.3.2"
27852760
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
@@ -3044,15 +3019,7 @@
30443019
dependencies:
30453020
"@types/express" "*"
30463021

3047-
"@types/serve-static@*":
3048-
version "1.15.1"
3049-
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.1.tgz#86b1753f0be4f9a1bee68d459fcda5be4ea52b5d"
3050-
integrity sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==
3051-
dependencies:
3052-
"@types/mime" "*"
3053-
"@types/node" "*"
3054-
3055-
"@types/serve-static@^1.13.10":
3022+
"@types/serve-static@*", "@types/serve-static@^1.13.10":
30563023
version "1.15.7"
30573024
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
30583025
integrity sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==
@@ -3902,11 +3869,11 @@ axe-core@^4.0.2:
39023869
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
39033870

39043871
axios@^1.6.0:
3905-
version "1.6.7"
3906-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
3907-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
3872+
version "1.6.8"
3873+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
3874+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
39083875
dependencies:
3909-
follow-redirects "^1.15.4"
3876+
follow-redirects "^1.15.6"
39103877
form-data "^4.0.0"
39113878
proxy-from-env "^1.1.0"
39123879

@@ -4644,22 +4611,7 @@ chardet@^0.7.0:
46444611
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
46454612
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
46464613

4647-
chokidar@^3.4.2:
4648-
version "3.5.3"
4649-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
4650-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
4651-
dependencies:
4652-
anymatch "~3.1.2"
4653-
braces "~3.0.2"
4654-
glob-parent "~5.1.2"
4655-
is-binary-path "~2.1.0"
4656-
is-glob "~4.0.1"
4657-
normalize-path "~3.0.0"
4658-
readdirp "~3.6.0"
4659-
optionalDependencies:
4660-
fsevents "~2.3.2"
4661-
4662-
chokidar@^3.5.3:
4614+
chokidar@^3.4.2, chokidar@^3.5.3:
46634615
version "3.6.0"
46644616
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
46654617
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
@@ -7281,10 +7233,10 @@ focus-lock@^0.9.2:
72817233
dependencies:
72827234
tslib "^2.0.3"
72837235

7284-
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
7285-
version "1.15.5"
7286-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
7287-
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
7236+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
7237+
version "1.15.6"
7238+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
7239+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
72887240

72897241
for-each@^0.3.3:
72907242
version "0.3.3"
@@ -15150,12 +15102,7 @@ ws@^7.3.1:
1515015102
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
1515115103
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
1515215104

15153-
ws@^8.11.0:
15154-
version "8.14.2"
15155-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
15156-
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
15157-
15158-
ws@^8.13.0:
15105+
ws@^8.11.0, ws@^8.13.0:
1515915106
version "8.16.0"
1516015107
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
1516115108
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==

0 commit comments

Comments
 (0)