Skip to content

Commit 042b90e

Browse files
committed
chore(deps): use Pantry curl 8.22.0
1 parent ebe58f4 commit 042b90e

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

config/deps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const config: PantryConfig = {
1515
*/
1616
dependencies: {
1717
bun: '1.4.1',
18+
curl: '^8.22.0',
1819
git: '^2.47.0',
1920
// The database engine is swapped for the one DB_CONNECTION names when
2021
// `buddy setup` regenerates deps.yaml, so only one ever gets installed.

deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ dependencies:
22
# Pinned exactly so Pantry, local development, and CI all use the runtime
33
# that writes this repository's lockfile format.
44
bun: 1.4.1
5+
curl: ^8.22.0
56
git: ^2.47.0
67
sqlite: ^3.47.2

pantry.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"system": {
1515
"bun.sh": "1.4.1",
16+
"curl.se": "^8.22.0",
1617
"git-scm.org": "^2.47.0",
1718
"sqlite.org": "^3.47.2"
1819
}
@@ -3107,11 +3108,11 @@
31073108
"source": "pantry",
31083109
"resolved": "registry:curl.se/ca-certs@2026.3.19"
31093110
},
3110-
"curl.se@8.17.0": {
3111+
"curl.se@8.22.0": {
31113112
"name": "curl.se",
3112-
"version": "8.17.0",
3113+
"version": "8.22.0",
31133114
"source": "pantry",
3114-
"resolved": "registry:curl.se@8.17.0"
3115+
"resolved": "registry:curl.se@8.22.0"
31153116
},
31163117
"cz-git@1.13.2-beta.1": {
31173118
"name": "cz-git",

0 commit comments

Comments
 (0)