diff --git a/.github/actions/codex/bun.lock b/.github/actions/codex/bun.lock index 82e12cc4b..a3fc89ed0 100644 --- a/.github/actions/codex/bun.lock +++ b/.github/actions/codex/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "codex-action", @@ -10,7 +11,7 @@ "devDependencies": { "@types/bun": "^1.2.19", "@types/node": "^24.1.0", - "prettier": "^3.6.2", + "prettier": "^3.7.4", "typescript": "^5.9.2", }, }, @@ -64,7 +65,7 @@ "once": ["once@1.4.0", "", { "dependencies": { "wrappy": "1" } }, "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="], - "prettier": ["prettier@3.6.2", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ=="], + "prettier": ["prettier@3.7.4", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA=="], "tunnel": ["tunnel@0.0.6", "", {}, "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="], diff --git a/.github/actions/codex/package.json b/.github/actions/codex/package.json index 6c7ae9002..0682a0dde 100644 --- a/.github/actions/codex/package.json +++ b/.github/actions/codex/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/bun": "^1.2.19", "@types/node": "^24.1.0", - "prettier": "^3.6.2", + "prettier": "^3.7.4", "typescript": "^5.9.2" } }