@lousy-agents/cli 5.21.2 → 5.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/copilot-with-fastify/.devcontainer/devcontainer.json +2 -2
- package/api/copilot-with-fastify/.nvmrc +1 -1
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +103 -103
- package/api/copilot-with-fastify/package.json +8 -8
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +6 -6
- package/dist/index.js +3792 -1681
- package/package.json +2 -2
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +14 -14
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.20.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.252"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.20.0
|
|
@@ -10,23 +10,23 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.3.0",
|
|
12
12
|
"@fastify/sensible": "6.0.5",
|
|
13
|
-
"fastify": "5.
|
|
13
|
+
"fastify": "5.12.1",
|
|
14
14
|
"kysely": "0.29.5",
|
|
15
15
|
"pino": "10.3.1",
|
|
16
16
|
"postgres": "3.4.9",
|
|
17
|
-
"zod": "4.
|
|
17
|
+
"zod": "4.5.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@biomejs/biome": "2.5.
|
|
21
|
-
"@lousy-agents/mcp": "5.21.
|
|
22
|
-
"@modelcontextprotocol/server-sequential-thinking": "2026.
|
|
20
|
+
"@biomejs/biome": "2.5.11",
|
|
21
|
+
"@lousy-agents/mcp": "5.21.2",
|
|
22
|
+
"@modelcontextprotocol/server-sequential-thinking": "2026.8.31",
|
|
23
23
|
"@testcontainers/postgresql": "12.1.0",
|
|
24
24
|
"@types/node": "24.13.3",
|
|
25
25
|
"chance": "1.1.13",
|
|
26
26
|
"testcontainers": "12.1.0",
|
|
27
|
-
"tsx": "4.23.
|
|
27
|
+
"tsx": "4.23.13",
|
|
28
28
|
"typescript": "7.0.2",
|
|
29
|
-
"vitest": "4.1.
|
|
29
|
+
"vitest": "4.1.11"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"node_modules/@balena/dockerignore": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"license": "Apache-2.0"
|
|
38
38
|
},
|
|
39
39
|
"node_modules/@biomejs/biome": {
|
|
40
|
-
"version": "2.5.
|
|
41
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.
|
|
42
|
-
"integrity": "sha512-
|
|
40
|
+
"version": "2.5.11",
|
|
41
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.11.tgz",
|
|
42
|
+
"integrity": "sha512-Tj0dnkLPdW0ASjHfj2D/ZkkvPU2wrFmnE1jWTD2xzV1ycapV1DutbYXk4NDnR3rYTi1ZCbNFD4G2gRMEY65WaA==",
|
|
43
43
|
"dev": true,
|
|
44
44
|
"license": "MIT OR Apache-2.0",
|
|
45
45
|
"bin": {
|
|
@@ -53,20 +53,20 @@
|
|
|
53
53
|
"url": "https://opencollective.com/biome"
|
|
54
54
|
},
|
|
55
55
|
"optionalDependencies": {
|
|
56
|
-
"@biomejs/cli-darwin-arm64": "2.5.
|
|
57
|
-
"@biomejs/cli-darwin-x64": "2.5.
|
|
58
|
-
"@biomejs/cli-linux-arm64": "2.5.
|
|
59
|
-
"@biomejs/cli-linux-arm64-musl": "2.5.
|
|
60
|
-
"@biomejs/cli-linux-x64": "2.5.
|
|
61
|
-
"@biomejs/cli-linux-x64-musl": "2.5.
|
|
62
|
-
"@biomejs/cli-win32-arm64": "2.5.
|
|
63
|
-
"@biomejs/cli-win32-x64": "2.5.
|
|
56
|
+
"@biomejs/cli-darwin-arm64": "2.5.11",
|
|
57
|
+
"@biomejs/cli-darwin-x64": "2.5.11",
|
|
58
|
+
"@biomejs/cli-linux-arm64": "2.5.11",
|
|
59
|
+
"@biomejs/cli-linux-arm64-musl": "2.5.11",
|
|
60
|
+
"@biomejs/cli-linux-x64": "2.5.11",
|
|
61
|
+
"@biomejs/cli-linux-x64-musl": "2.5.11",
|
|
62
|
+
"@biomejs/cli-win32-arm64": "2.5.11",
|
|
63
|
+
"@biomejs/cli-win32-x64": "2.5.11"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
67
|
-
"version": "2.5.
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.
|
|
69
|
-
"integrity": "sha512-
|
|
67
|
+
"version": "2.5.11",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.11.tgz",
|
|
69
|
+
"integrity": "sha512-6SGZxoKbXvUjMn1t6A98HqWISPnGNbYs0R/Rt2JarmXBSev+lva4QxUMWEBX9lX1Wo1XTJ78uk5xVDtG58SRZg==",
|
|
70
70
|
"cpu": [
|
|
71
71
|
"arm64"
|
|
72
72
|
],
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
84
|
-
"version": "2.5.
|
|
85
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.
|
|
86
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "2.5.11",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.11.tgz",
|
|
86
|
+
"integrity": "sha512-nYkXY7tLBEgnGbYapDKAyKzgt44ZEyG+AKalvTXtCWKYgepI9dw327q+cVgedxm+Udi1ZzHKUyZrIusHi/KQbw==",
|
|
87
87
|
"cpu": [
|
|
88
88
|
"x64"
|
|
89
89
|
],
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
101
|
-
"version": "2.5.
|
|
102
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.
|
|
103
|
-
"integrity": "sha512-
|
|
101
|
+
"version": "2.5.11",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.11.tgz",
|
|
103
|
+
"integrity": "sha512-3PVLSTD9RR73rvVPt5G3T1gc+ycggWEGfTD7RvzzbtcDPD27NxgxBbAFfpm7DXJKW6VLHWE1lLMGvFt2Qxjcow==",
|
|
104
104
|
"cpu": [
|
|
105
105
|
"arm64"
|
|
106
106
|
],
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
121
|
-
"version": "2.5.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.
|
|
123
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "2.5.11",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.11.tgz",
|
|
123
|
+
"integrity": "sha512-qhyZUMyCbWYFV2bAwRNVvfMVZ+hv7WYl6mossGrxC+uiQQXhvsuWWU8zz6jYX0mChZd9MgQZbm4vozTmG/5iGw==",
|
|
124
124
|
"cpu": [
|
|
125
125
|
"arm64"
|
|
126
126
|
],
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
141
|
-
"version": "2.5.
|
|
142
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.
|
|
143
|
-
"integrity": "sha512-
|
|
141
|
+
"version": "2.5.11",
|
|
142
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.11.tgz",
|
|
143
|
+
"integrity": "sha512-JOytptlsgM33B2MMFUg8iBrb4IKpbD5JnJrSeYiaFEeAj4vuXx0iQSQZ4qK7sqyMtfjZxxPdNdMZZVL4y/mFyA==",
|
|
144
144
|
"cpu": [
|
|
145
145
|
"x64"
|
|
146
146
|
],
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
161
|
-
"version": "2.5.
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.
|
|
163
|
-
"integrity": "sha512-
|
|
161
|
+
"version": "2.5.11",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.11.tgz",
|
|
163
|
+
"integrity": "sha512-oRRlrchG5EfrEL/EmtT1qUjSNHk3/5LGeZhQqADBBAJF1b1ET6964xEKe7aGlGARzDfza8H/seEsFJl7S6Ql9w==",
|
|
164
164
|
"cpu": [
|
|
165
165
|
"x64"
|
|
166
166
|
],
|
|
@@ -178,9 +178,9 @@
|
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
181
|
-
"version": "2.5.
|
|
182
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.
|
|
183
|
-
"integrity": "sha512-
|
|
181
|
+
"version": "2.5.11",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.11.tgz",
|
|
183
|
+
"integrity": "sha512-e49E6K9hzH/ohJNx8Y26mY8HaV4I4ZViIeoqhKsmoXLKHhQnMeBAVqCgsGf2Wa3lXlS7RkporDXMHHWkzvZzFw==",
|
|
184
184
|
"cpu": [
|
|
185
185
|
"arm64"
|
|
186
186
|
],
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
198
|
-
"version": "2.5.
|
|
199
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.
|
|
200
|
-
"integrity": "sha512-
|
|
198
|
+
"version": "2.5.11",
|
|
199
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.11.tgz",
|
|
200
|
+
"integrity": "sha512-QSQr/KjOgXA7OzXJUWS+oguKyAZ3Q0l/lnlDGbu397eKo83atuWUjBPJrsqbKNF6CARGw8XXJLGzpHC8Ryhd4Q==",
|
|
201
201
|
"cpu": [
|
|
202
202
|
"x64"
|
|
203
203
|
],
|
|
@@ -955,9 +955,9 @@
|
|
|
955
955
|
}
|
|
956
956
|
},
|
|
957
957
|
"node_modules/@lousy-agents/mcp": {
|
|
958
|
-
"version": "5.21.
|
|
959
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.21.
|
|
960
|
-
"integrity": "sha512-
|
|
958
|
+
"version": "5.21.2",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.21.2.tgz",
|
|
960
|
+
"integrity": "sha512-2K4JRcSBMnN9PNQacRWybaVifZJLTk3VdqTNFJtjW85n/OaPOm46sC0Bt4DanpscO8rq6HhY3frBrIBg55TREg==",
|
|
961
961
|
"dev": true,
|
|
962
962
|
"license": "BSD-2-Clause-Patent",
|
|
963
963
|
"dependencies": {
|
|
@@ -1020,13 +1020,13 @@
|
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
1022
|
"node_modules/@modelcontextprotocol/server-sequential-thinking": {
|
|
1023
|
-
"version": "2026.
|
|
1024
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/server-sequential-thinking/-/server-sequential-thinking-2026.
|
|
1025
|
-
"integrity": "sha512
|
|
1023
|
+
"version": "2026.8.31",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/server-sequential-thinking/-/server-sequential-thinking-2026.8.31.tgz",
|
|
1025
|
+
"integrity": "sha512-/EMH++1j2e+VmHwpibw1IUPHxA0tcQY09Yo5/OIPwW/8irEKLAufJNGSZQhCK18n8TUvV6WwZyQOuaDKxe/CeQ==",
|
|
1026
1026
|
"dev": true,
|
|
1027
1027
|
"license": "SEE LICENSE IN LICENSE",
|
|
1028
1028
|
"dependencies": {
|
|
1029
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
1029
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
1030
1030
|
"chalk": "^5.3.0",
|
|
1031
1031
|
"yargs": "^17.7.2"
|
|
1032
1032
|
},
|
|
@@ -1892,16 +1892,16 @@
|
|
|
1892
1892
|
}
|
|
1893
1893
|
},
|
|
1894
1894
|
"node_modules/@vitest/expect": {
|
|
1895
|
-
"version": "4.1.
|
|
1896
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1897
|
-
"integrity": "sha512-
|
|
1895
|
+
"version": "4.1.11",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
1897
|
+
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
1898
1898
|
"dev": true,
|
|
1899
1899
|
"license": "MIT",
|
|
1900
1900
|
"dependencies": {
|
|
1901
1901
|
"@standard-schema/spec": "^1.1.0",
|
|
1902
1902
|
"@types/chai": "^5.2.2",
|
|
1903
|
-
"@vitest/spy": "4.1.
|
|
1904
|
-
"@vitest/utils": "4.1.
|
|
1903
|
+
"@vitest/spy": "4.1.11",
|
|
1904
|
+
"@vitest/utils": "4.1.11",
|
|
1905
1905
|
"chai": "^6.2.2",
|
|
1906
1906
|
"tinyrainbow": "^3.1.0"
|
|
1907
1907
|
},
|
|
@@ -1910,13 +1910,13 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
1912
|
"node_modules/@vitest/mocker": {
|
|
1913
|
-
"version": "4.1.
|
|
1914
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1915
|
-
"integrity": "sha512-
|
|
1913
|
+
"version": "4.1.11",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
|
|
1915
|
+
"integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
|
|
1916
1916
|
"dev": true,
|
|
1917
1917
|
"license": "MIT",
|
|
1918
1918
|
"dependencies": {
|
|
1919
|
-
"@vitest/spy": "4.1.
|
|
1919
|
+
"@vitest/spy": "4.1.11",
|
|
1920
1920
|
"estree-walker": "^3.0.3",
|
|
1921
1921
|
"magic-string": "^0.30.21"
|
|
1922
1922
|
},
|
|
@@ -1937,9 +1937,9 @@
|
|
|
1937
1937
|
}
|
|
1938
1938
|
},
|
|
1939
1939
|
"node_modules/@vitest/pretty-format": {
|
|
1940
|
-
"version": "4.1.
|
|
1941
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1942
|
-
"integrity": "sha512-
|
|
1940
|
+
"version": "4.1.11",
|
|
1941
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
|
|
1942
|
+
"integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
|
|
1943
1943
|
"dev": true,
|
|
1944
1944
|
"license": "MIT",
|
|
1945
1945
|
"dependencies": {
|
|
@@ -1950,13 +1950,13 @@
|
|
|
1950
1950
|
}
|
|
1951
1951
|
},
|
|
1952
1952
|
"node_modules/@vitest/runner": {
|
|
1953
|
-
"version": "4.1.
|
|
1954
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1955
|
-
"integrity": "sha512-
|
|
1953
|
+
"version": "4.1.11",
|
|
1954
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1955
|
+
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1956
1956
|
"dev": true,
|
|
1957
1957
|
"license": "MIT",
|
|
1958
1958
|
"dependencies": {
|
|
1959
|
-
"@vitest/utils": "4.1.
|
|
1959
|
+
"@vitest/utils": "4.1.11",
|
|
1960
1960
|
"pathe": "^2.0.3"
|
|
1961
1961
|
},
|
|
1962
1962
|
"funding": {
|
|
@@ -1964,14 +1964,14 @@
|
|
|
1964
1964
|
}
|
|
1965
1965
|
},
|
|
1966
1966
|
"node_modules/@vitest/snapshot": {
|
|
1967
|
-
"version": "4.1.
|
|
1968
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1969
|
-
"integrity": "sha512-
|
|
1967
|
+
"version": "4.1.11",
|
|
1968
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1969
|
+
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1970
1970
|
"dev": true,
|
|
1971
1971
|
"license": "MIT",
|
|
1972
1972
|
"dependencies": {
|
|
1973
|
-
"@vitest/pretty-format": "4.1.
|
|
1974
|
-
"@vitest/utils": "4.1.
|
|
1973
|
+
"@vitest/pretty-format": "4.1.11",
|
|
1974
|
+
"@vitest/utils": "4.1.11",
|
|
1975
1975
|
"magic-string": "^0.30.21",
|
|
1976
1976
|
"pathe": "^2.0.3"
|
|
1977
1977
|
},
|
|
@@ -1980,9 +1980,9 @@
|
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
1982
|
"node_modules/@vitest/spy": {
|
|
1983
|
-
"version": "4.1.
|
|
1984
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1985
|
-
"integrity": "sha512-
|
|
1983
|
+
"version": "4.1.11",
|
|
1984
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
|
|
1985
|
+
"integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
|
|
1986
1986
|
"dev": true,
|
|
1987
1987
|
"license": "MIT",
|
|
1988
1988
|
"funding": {
|
|
@@ -1990,13 +1990,13 @@
|
|
|
1990
1990
|
}
|
|
1991
1991
|
},
|
|
1992
1992
|
"node_modules/@vitest/utils": {
|
|
1993
|
-
"version": "4.1.
|
|
1994
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1995
|
-
"integrity": "sha512-
|
|
1993
|
+
"version": "4.1.11",
|
|
1994
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1995
|
+
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1996
1996
|
"dev": true,
|
|
1997
1997
|
"license": "MIT",
|
|
1998
1998
|
"dependencies": {
|
|
1999
|
-
"@vitest/pretty-format": "4.1.
|
|
1999
|
+
"@vitest/pretty-format": "4.1.11",
|
|
2000
2000
|
"convert-source-map": "^2.0.0",
|
|
2001
2001
|
"tinyrainbow": "^3.1.0"
|
|
2002
2002
|
},
|
|
@@ -3373,9 +3373,9 @@
|
|
|
3373
3373
|
"license": "BSD-3-Clause"
|
|
3374
3374
|
},
|
|
3375
3375
|
"node_modules/fastify": {
|
|
3376
|
-
"version": "5.
|
|
3377
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.
|
|
3378
|
-
"integrity": "sha512-
|
|
3376
|
+
"version": "5.12.1",
|
|
3377
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.12.1.tgz",
|
|
3378
|
+
"integrity": "sha512-FWi+tQvwxR/PeRX7Z2mhfEF5ozJ3jn9asiiclzKXNSzJRHAYcU924aIOKAdHFJ+YIKieh3cqr1IwCOvTr41B3Q==",
|
|
3379
3379
|
"funding": [
|
|
3380
3380
|
{
|
|
3381
3381
|
"type": "github",
|
|
@@ -3398,7 +3398,7 @@
|
|
|
3398
3398
|
"find-my-way": "^9.6.0",
|
|
3399
3399
|
"light-my-request": "^6.0.0",
|
|
3400
3400
|
"pino": "^9.14.0 || ^10.1.0",
|
|
3401
|
-
"process-warning": "^5.
|
|
3401
|
+
"process-warning": "^5.1.0",
|
|
3402
3402
|
"rfdc": "^1.3.1",
|
|
3403
3403
|
"secure-json-parse": "^4.0.0",
|
|
3404
3404
|
"semver": "^7.6.0",
|
|
@@ -5706,9 +5706,9 @@
|
|
|
5706
5706
|
"optional": true
|
|
5707
5707
|
},
|
|
5708
5708
|
"node_modules/tsx": {
|
|
5709
|
-
"version": "4.23.
|
|
5710
|
-
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.
|
|
5711
|
-
"integrity": "sha512-
|
|
5709
|
+
"version": "4.23.13",
|
|
5710
|
+
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.13.tgz",
|
|
5711
|
+
"integrity": "sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==",
|
|
5712
5712
|
"dev": true,
|
|
5713
5713
|
"license": "MIT",
|
|
5714
5714
|
"dependencies": {
|
|
@@ -5909,19 +5909,19 @@
|
|
|
5909
5909
|
}
|
|
5910
5910
|
},
|
|
5911
5911
|
"node_modules/vitest": {
|
|
5912
|
-
"version": "4.1.
|
|
5913
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
5914
|
-
"integrity": "sha512-
|
|
5912
|
+
"version": "4.1.11",
|
|
5913
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
|
|
5914
|
+
"integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
|
|
5915
5915
|
"dev": true,
|
|
5916
5916
|
"license": "MIT",
|
|
5917
5917
|
"dependencies": {
|
|
5918
|
-
"@vitest/expect": "4.1.
|
|
5919
|
-
"@vitest/mocker": "4.1.
|
|
5920
|
-
"@vitest/pretty-format": "4.1.
|
|
5921
|
-
"@vitest/runner": "4.1.
|
|
5922
|
-
"@vitest/snapshot": "4.1.
|
|
5923
|
-
"@vitest/spy": "4.1.
|
|
5924
|
-
"@vitest/utils": "4.1.
|
|
5918
|
+
"@vitest/expect": "4.1.11",
|
|
5919
|
+
"@vitest/mocker": "4.1.11",
|
|
5920
|
+
"@vitest/pretty-format": "4.1.11",
|
|
5921
|
+
"@vitest/runner": "4.1.11",
|
|
5922
|
+
"@vitest/snapshot": "4.1.11",
|
|
5923
|
+
"@vitest/spy": "4.1.11",
|
|
5924
|
+
"@vitest/utils": "4.1.11",
|
|
5925
5925
|
"es-module-lexer": "^2.0.0",
|
|
5926
5926
|
"expect-type": "^1.3.0",
|
|
5927
5927
|
"magic-string": "^0.30.21",
|
|
@@ -5949,12 +5949,12 @@
|
|
|
5949
5949
|
"@edge-runtime/vm": "*",
|
|
5950
5950
|
"@opentelemetry/api": "^1.9.0",
|
|
5951
5951
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
5952
|
-
"@vitest/browser-playwright": "4.1.
|
|
5953
|
-
"@vitest/browser-preview": "4.1.
|
|
5954
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
5955
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
5956
|
-
"@vitest/coverage-v8": "4.1.
|
|
5957
|
-
"@vitest/ui": "4.1.
|
|
5952
|
+
"@vitest/browser-playwright": "4.1.11",
|
|
5953
|
+
"@vitest/browser-preview": "4.1.11",
|
|
5954
|
+
"@vitest/browser-webdriverio": "4.1.11",
|
|
5955
|
+
"@vitest/coverage-istanbul": "4.1.11",
|
|
5956
|
+
"@vitest/coverage-v8": "4.1.11",
|
|
5957
|
+
"@vitest/ui": "4.1.11",
|
|
5958
5958
|
"happy-dom": "*",
|
|
5959
5959
|
"jsdom": "*",
|
|
5960
5960
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -6252,9 +6252,9 @@
|
|
|
6252
6252
|
}
|
|
6253
6253
|
},
|
|
6254
6254
|
"node_modules/zod": {
|
|
6255
|
-
"version": "4.
|
|
6256
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.
|
|
6257
|
-
"integrity": "sha512-
|
|
6255
|
+
"version": "4.5.2",
|
|
6256
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.5.2.tgz",
|
|
6257
|
+
"integrity": "sha512-XkYXCol10+ba/6F/cueWV+TezUeOqXW0hdeJt5CdXjTYeAgAQg5N03RQdJ80mhfFE72+pblvYMW4wy2Qp4Qbrg==",
|
|
6258
6258
|
"license": "MIT",
|
|
6259
6259
|
"funding": {
|
|
6260
6260
|
"url": "https://github.com/sponsors/colinhacks"
|
|
@@ -18,25 +18,25 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/cors": "11.3.0",
|
|
20
20
|
"@fastify/sensible": "6.0.5",
|
|
21
|
-
"fastify": "5.
|
|
21
|
+
"fastify": "5.12.1",
|
|
22
22
|
"kysely": "0.29.5",
|
|
23
23
|
"pino": "10.3.1",
|
|
24
24
|
"postgres": "3.4.9",
|
|
25
|
-
"zod": "4.
|
|
25
|
+
"zod": "4.5.2"
|
|
26
26
|
},
|
|
27
27
|
"overrides": {
|
|
28
|
-
"zod": "4.
|
|
28
|
+
"zod": "4.5.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@biomejs/biome": "2.5.
|
|
32
|
-
"@lousy-agents/mcp": "5.21.
|
|
33
|
-
"@modelcontextprotocol/server-sequential-thinking": "2026.
|
|
31
|
+
"@biomejs/biome": "2.5.11",
|
|
32
|
+
"@lousy-agents/mcp": "5.21.2",
|
|
33
|
+
"@modelcontextprotocol/server-sequential-thinking": "2026.8.31",
|
|
34
34
|
"@testcontainers/postgresql": "12.1.0",
|
|
35
35
|
"@types/node": "24.13.3",
|
|
36
36
|
"chance": "1.1.13",
|
|
37
37
|
"testcontainers": "12.1.0",
|
|
38
|
-
"tsx": "4.23.
|
|
38
|
+
"tsx": "4.23.13",
|
|
39
39
|
"typescript": "7.0.2",
|
|
40
|
-
"vitest": "4.1.
|
|
40
|
+
"vitest": "4.1.11"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.20.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.252"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.20.0
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"citty": "0.2.2",
|
|
18
18
|
"consola": "3.4.2",
|
|
19
|
-
"zod": "4.
|
|
19
|
+
"zod": "4.5.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@biomejs/biome": "2.5.
|
|
23
|
-
"@lousy-agents/mcp": "5.21.
|
|
24
|
-
"@modelcontextprotocol/server-sequential-thinking": "2026.
|
|
22
|
+
"@biomejs/biome": "2.5.11",
|
|
23
|
+
"@lousy-agents/mcp": "5.21.2",
|
|
24
|
+
"@modelcontextprotocol/server-sequential-thinking": "2026.8.31",
|
|
25
25
|
"@types/node": "24.13.3",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
|
-
"tsx": "4.23.
|
|
27
|
+
"tsx": "4.23.13",
|
|
28
28
|
"typescript": "7.0.2",
|
|
29
|
-
"vitest": "4.1.
|
|
29
|
+
"vitest": "4.1.11"
|
|
30
30
|
}
|
|
31
31
|
}
|