@lousy-agents/cli 5.2.3 → 5.2.4

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.
@@ -14,7 +14,7 @@
14
14
  "kysely": "0.28.12",
15
15
  "pino": "9.6.0",
16
16
  "postgres": "3.4.8",
17
- "zod": "3.25.56"
17
+ "zod": "3.25.76"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.2",
@@ -5205,9 +5205,9 @@
5205
5205
  }
5206
5206
  },
5207
5207
  "node_modules/zod": {
5208
- "version": "3.25.56",
5209
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.56.tgz",
5210
- "integrity": "sha512-rd6eEF3BTNvQnR2e2wwolfTmUTnp70aUTqr0oaGbHifzC3BKJsoV+Gat8vxUMR1hwOKBs6El+qWehrHbCpW6SQ==",
5208
+ "version": "3.25.76",
5209
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
5210
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
5211
5211
  "license": "MIT",
5212
5212
  "funding": {
5213
5213
  "url": "https://github.com/sponsors/colinhacks"
@@ -22,7 +22,7 @@
22
22
  "kysely": "0.28.12",
23
23
  "pino": "9.6.0",
24
24
  "postgres": "3.4.8",
25
- "zod": "3.25.56"
25
+ "zod": "3.25.76"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.2",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "citty": "0.2.1",
18
18
  "consola": "3.4.2",
19
- "zod": "3.25.56"
19
+ "zod": "3.25.76"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.3.14",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.2.3",
3
+ "version": "5.2.4",
4
4
  "description": "CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants",
5
5
  "type": "module",
6
6
  "repository": {
@@ -16,7 +16,7 @@
16
16
  "@emotion/server": "^11.11.0",
17
17
  "@mui/material": "^7.3.6",
18
18
  "@mui/material-nextjs": "^7.3.6",
19
- "next": "15.5.10",
19
+ "next": "15.5.12",
20
20
  "react": "19.2.4",
21
21
  "react-dom": "19.2.4"
22
22
  },
@@ -31,7 +31,7 @@
31
31
  "@vitejs/plugin-react": "5.1.2",
32
32
  "@vitest/ui": "4.0.15",
33
33
  "eslint": "^9",
34
- "eslint-config-next": "15.5.9",
34
+ "eslint-config-next": "15.5.12",
35
35
  "happy-dom": "^20.0.11",
36
36
  "jsdom": "27.3.0",
37
37
  "typescript": "^5",