Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions home/dot_local/share/private_vet/mise.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tools]
"aqua:ossf/scorecard" = "5.5.0"
"aqua:google/osv-scanner" = "2.4.0"
"aqua:aquasecurity/trivy" = "0.71.2"
"aqua:aquasecurity/trivy" = "0.72.0"
"aqua:gitleaks/gitleaks" = "8.30.1"
"aqua:securego/gosec" = "2.27.1"
"aqua:cli/cli" = "2.95.0"
Expand All @@ -18,4 +18,4 @@
"pipx:pip-audit" = "2.10.1"
"pipx:guarddog" = "3.0.2"

"npm:socket" = "1.1.131"
"npm:socket" = "1.1.135"
18 changes: 9 additions & 9 deletions mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package_manager = "bun"
bun = "1.3.14"
go = "1.26.4"
node = "24.18.0"
rust = "1.96.0"
rust = "1.96.1"
usage = "3.5.3"

## tools
Expand Down Expand Up @@ -60,7 +60,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:twpayne/chezmoi" = "2.70.5"
# https://code.claude.com/docs
# https://github.com/anthropics/claude-code/
"aqua:anthropics/claude-code" = "2.1.195"
"aqua:anthropics/claude-code" = "2.1.197"
# GitHub's official command line tool
# https://github.com/cli/cli
"aqua:cli/cli" = "2.95.0"
Expand Down Expand Up @@ -117,7 +117,7 @@ amazon-ecr-credential-helper = "0.12.0"
"github:thiagokokada/gh-gfm-preview" = "v1.2.1"
# A CLI to create GitHub App User Access Token for secure local development
# https://github.com/suzuki-shunsuke/ghtkn
"aqua:suzuki-shunsuke/ghtkn" = "0.3.1"
"aqua:suzuki-shunsuke/ghtkn" = "0.3.3"
# github tui
# https://github.com/kitlangton/ghui
"github:kitlangton/ghui" = "v0.9.0"
Expand All @@ -142,7 +142,7 @@ amazon-ecr-credential-helper = "0.12.0"
# https://github.com/stedolan/jq
"aqua:stedolan/jq" = "1.8.1"
# https://github.com/casey/just
"aqua:casey/just" = "1.54.0"
"aqua:casey/just" = "1.55.1"
# kubernetes tui
# https://github.com/derailed/k9s
"aqua:derailed/k9s" = "0.51.0"
Expand Down Expand Up @@ -170,7 +170,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:nushell/nushell" = "0.113.1"
# The open source coding agent
# https://github.com/anomalyco/opencode
"aqua:sst/opencode" = "1.17.11"
"aqua:sst/opencode" = "1.17.12"
# open, universal, coding agent skills, agents, rules,
# and commands organizer and package manager
# https://github.com/enulus/OpenPackage
Expand Down Expand Up @@ -214,7 +214,7 @@ amazon-ecr-credential-helper = "0.12.0"
"github:agavra/tuicr" = "v0.18.0"
# Git worktree management, designed for parallel AI agent workflows
# https://github.com/max-sixty/worktrunk
"github:max-sixty/worktrunk" = "v0.63.0"
"github:max-sixty/worktrunk" = "v0.64.0"
# Blazing fast terminal file manager
# https://github.com/sxyazi/yazi
"aqua:sxyazi/yazi" = "26.5.6"
Expand All @@ -233,9 +233,9 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:aquasecurity/tfsec" = "1.28.14"
"aqua:artempyanykh/marksman" = "2026-02-08"
"aqua:astral-sh/ruff" = "0.15.20"
"aqua:astral-sh/uv" = "0.11.25"
"aqua:astral-sh/uv" = "0.11.26"
"aqua:checkmake/checkmake" = "0.3.2"
"aqua:crate-ci/typos" = "1.47.2"
"aqua:crate-ci/typos" = "1.48.0"
"aqua:dprint/dprint" = "0.55.1"
"aqua:editorconfig-checker/editorconfig-checker" = "3.8.0"
"aqua:golangci/golangci-lint" = "2.12.2"
Expand Down Expand Up @@ -269,7 +269,7 @@ amazon-ecr-credential-helper = "0.12.0"
"npm:sql-language-server" = "1.7.1"
"npm:stylelint" = "17.14.0"
"npm:textlint" = "15.7.1"
"pipx:ansible-lint" = "26.4.0"
"pipx:ansible-lint" = "26.6.0"
"pipx:beautysh" = "6.4.3"
"pipx:gitlint-core" = "0.19.1"
"pipx:isort" = "8.0.1"
Expand Down
Loading
Loading