commit b6bbc658987eb339987ccb8dea4d6f26880e2b04
parent a54bbbe047d3b3eac54c9d7668827864afce0a9b
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date: Mon, 9 Dec 2024 14:33:19 -0800
Update curl dependency due to CVE-2024-9681 (#4960)
See https://curl.se/docs/CVE-2024-9681.html
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4960)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vcpkg.json b/src/vcpkg.json
@@ -22,7 +22,7 @@
},
{
"name": "curl",
- "version": "8.10.1"
+ "version": "8.11.0"
},
{
"name": "nlohmann-json",
@@ -38,5 +38,5 @@
"./VcpkgCustomTriplets"
]
},
- "builtin-baseline": "f176b58f35a75f9f8f54099cd9df97d2e2793a2e"
+ "builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
}