mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user