mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
fix: resolve GHSA-r4q5-vmmm-2653 in follow-redirects
Upgrade follow-redirects to satisfy >=1.16.0 Advisory: https://github.com/advisories/GHSA-r4q5-vmmm-2653 Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
2852e4572a
commit
57c18d1cfd
2 changed files with 7 additions and 5 deletions
|
|
@ -232,7 +232,8 @@
|
|||
"electron-builder-squirrel-windows": "^26.8.2",
|
||||
"svelte>devalue": "^5.6.4",
|
||||
"protobufjs": "^7.5.5",
|
||||
"smol-toml": "^1.6.1"
|
||||
"smol-toml": "^1.6.1",
|
||||
"follow-redirects": "^1.16.0"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"docker-modem": "patches/docker-modem.patch"
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ overrides:
|
|||
svelte>devalue: ^5.6.4
|
||||
protobufjs: ^7.5.5
|
||||
smol-toml: ^1.6.1
|
||||
follow-redirects: ^1.16.0
|
||||
|
||||
patchedDependencies:
|
||||
docker-modem:
|
||||
|
|
@ -7275,8 +7276,8 @@ packages:
|
|||
flatted@3.4.2:
|
||||
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
||||
|
||||
follow-redirects@1.15.9:
|
||||
resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
|
||||
follow-redirects@1.16.0:
|
||||
resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==}
|
||||
engines: {node: '>=4.0'}
|
||||
peerDependencies:
|
||||
debug: '*'
|
||||
|
|
@ -20082,7 +20083,7 @@ snapshots:
|
|||
|
||||
flatted@3.4.2: {}
|
||||
|
||||
follow-redirects@1.15.9: {}
|
||||
follow-redirects@1.16.0: {}
|
||||
|
||||
for-each@0.3.5:
|
||||
dependencies:
|
||||
|
|
@ -20705,7 +20706,7 @@ snapshots:
|
|||
http-proxy@1.18.1:
|
||||
dependencies:
|
||||
eventemitter3: 4.0.7
|
||||
follow-redirects: 1.15.9
|
||||
follow-redirects: 1.16.0
|
||||
requires-port: 1.0.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue