mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore: bump chalk & audit --fix (#4528)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"better-auth": "workspace:*",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"c12": "^3.2.0",
|
||||
"chalk": "^5.6.0",
|
||||
"chalk": "^5.6.2",
|
||||
"commander": "^12.1.0",
|
||||
"dotenv": "^16.6.1",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -776,8 +776,8 @@ importers:
|
||||
specifier: ^3.2.0
|
||||
version: 3.2.0(magicast@0.3.5)
|
||||
chalk:
|
||||
specifier: ^5.6.0
|
||||
version: 5.6.0
|
||||
specifier: ^5.6.2
|
||||
version: 5.6.2
|
||||
commander:
|
||||
specifier: ^12.1.0
|
||||
version: 12.1.0
|
||||
@@ -6006,8 +6006,8 @@ packages:
|
||||
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
chalk@5.6.0:
|
||||
resolution: {integrity: sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==}
|
||||
chalk@5.6.2:
|
||||
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
|
||||
character-entities-html4@2.1.0:
|
||||
@@ -18391,7 +18391,7 @@ snapshots:
|
||||
ansi-styles: 4.3.0
|
||||
supports-color: 7.2.0
|
||||
|
||||
chalk@5.6.0: {}
|
||||
chalk@5.6.2: {}
|
||||
|
||||
character-entities-html4@2.1.0: {}
|
||||
|
||||
|
||||
@@ -3,16 +3,26 @@ packages:
|
||||
- docs
|
||||
- demo/*
|
||||
- e2e/**
|
||||
neverBuiltDependencies: []
|
||||
|
||||
catalog:
|
||||
'@better-fetch/fetch': ^1.1.18
|
||||
better-call: 1.0.18
|
||||
typescript: ^5.9.2
|
||||
unbuild: ^3.6.1
|
||||
vitest: ^3.2.4
|
||||
|
||||
catalogs:
|
||||
react18:
|
||||
'@types/react': ^19.1.12
|
||||
'@types/react-dom': ^19.1.9
|
||||
react: 19.1.1
|
||||
react-dom: 19.1.1
|
||||
catalog:
|
||||
"better-call": "1.0.18"
|
||||
"@better-fetch/fetch": "^1.1.18"
|
||||
"unbuild": "^3.6.1"
|
||||
"typescript": "^5.9.2"
|
||||
"vitest": "^3.2.4"
|
||||
|
||||
neverBuiltDependencies: []
|
||||
|
||||
overrides:
|
||||
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12'
|
||||
cookie@<0.7.0: '>=0.7.0'
|
||||
esbuild@<=0.24.2: '>=0.25.0'
|
||||
miniflare>zod: ^3.25.1
|
||||
zod: ^4.1.5
|
||||
|
||||
Reference in New Issue
Block a user