chore(apps): Update lodash (#4397)

* chore(apps): Refactor usage of lodash.template to lodash to address security vulnerability

* chore(cli): Refactor usage of lodash.template to lodash to address security vulnerability

* deps: update lock

* chore: changesets

* style: fix format

* fix: import

* chore: build registry

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Jens Astrup
2024-12-09 03:33:28 -05:00
committed by GitHub
parent 805ed4120a
commit a1bed464f3
11 changed files with 52 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ import * as templates from "@/src/utils/templates"
import chalk from "chalk"
import { Command } from "commander"
import { execa } from "execa"
import template from "lodash.template"
import template from "lodash/template"
import ora from "ora"
import prompts from "prompts"
import { z } from "zod"