@chimerai/cli 0.2.82 → 0.2.83

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.
@@ -301,7 +301,7 @@ async function createPackageJson(targetDir, projectName, features) {
301
301
  '@types/react-dom': '^18',
302
302
  typescript: '^5',
303
303
  tailwindcss: '^3.4.0',
304
- postcss: '^8',
304
+ postcss: '^8.5.10',
305
305
  autoprefixer: '^10',
306
306
  prisma: '^5.22.0',
307
307
  tsx: '^4.20.6',
@@ -361,9 +361,6 @@ async function createPackageJson(targetDir, projectName, features) {
361
361
  dependencies,
362
362
  devDependencies,
363
363
  overrides: {
364
- // Force postcss >= 8.5.10 to fix GHSA-qx2v-qp2m-jg93 (XSS via unescaped </style>)
365
- // next bundles its own postcss which may be older than 8.5.10
366
- postcss: '^8.5.10',
367
364
  // Force uuid@11 to suppress uuid@8 deprecation warning from next-auth@4
368
365
  uuid: '^11',
369
366
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chimerai/cli",
3
- "version": "0.2.82",
3
+ "version": "0.2.83",
4
4
  "description": "CLI wizard for ChimerAI starter kit — scaffold auth, RBAC, AI chat, billing and more into any Next.js project",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {