Fixes #47692 New macOS-only extension table returning outdated Homebrew packages (formulae and casks) with installed and latest-available versions, for querying out-of-date packages and driving patching policies. Runs `brew outdated`/`brew info` as the console user; auto-update left on so current_version stays accurate.
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"formulae": [
|
|
{
|
|
"name": "blake3",
|
|
"installed_versions": ["1.8.3"],
|
|
"current_version": "1.8.5",
|
|
"pinned": false,
|
|
"pinned_version": null
|
|
},
|
|
{
|
|
"name": "git",
|
|
"installed_versions": ["2.53.0"],
|
|
"current_version": "2.55.0",
|
|
"pinned": false,
|
|
"pinned_version": null
|
|
},
|
|
{
|
|
"name": "openssl@3",
|
|
"installed_versions": ["3.3.1", "3.3.2"],
|
|
"current_version": "3.4.0",
|
|
"pinned": false,
|
|
"pinned_version": null
|
|
},
|
|
{
|
|
"name": "wget",
|
|
"installed_versions": ["1.21.3"],
|
|
"current_version": "1.25.0",
|
|
"pinned": true,
|
|
"pinned_version": "1.21.3"
|
|
}
|
|
],
|
|
"casks": [
|
|
{
|
|
"name": "mitmproxy",
|
|
"installed_versions": ["12.2.1"],
|
|
"current_version": "12.2.3",
|
|
"pinned": false,
|
|
"pinned_version": null
|
|
},
|
|
{
|
|
"name": "google-chrome",
|
|
"installed_versions": ["120.0"],
|
|
"current_version": "121.0",
|
|
"pinned": false,
|
|
"pinned_version": null
|
|
}
|
|
]
|
|
}
|