mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
fix(deps): update dependency chalk to v5
This commit is contained in:
parent
f989cc8ef1
commit
924a9a47c1
3 changed files with 11 additions and 6 deletions
|
@ -44,7 +44,7 @@
|
|||
"@logto/schemas": "workspace:^",
|
||||
"@logto/shared": "workspace:^",
|
||||
"@silverhand/essentials": "^1.3.0",
|
||||
"chalk": "^4.1.2",
|
||||
"chalk": "^5.0.0",
|
||||
"decamelize": "^5.0.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"@logto/schemas": "workspace:^",
|
||||
"@logto/shared": "workspace:^",
|
||||
"@silverhand/essentials": "^1.3.0",
|
||||
"chalk": "^4",
|
||||
"chalk": "^5.0.0",
|
||||
"clean-deep": "^3.4.0",
|
||||
"date-fns": "^2.29.3",
|
||||
"debug": "^4.3.4",
|
||||
|
|
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
|
@ -36,7 +36,7 @@ importers:
|
|||
'@types/semver': ^7.3.12
|
||||
'@types/tar': ^6.1.2
|
||||
'@types/yargs': ^17.0.13
|
||||
chalk: ^4.1.2
|
||||
chalk: ^5.0.0
|
||||
decamelize: ^5.0.0
|
||||
dotenv: ^16.0.0
|
||||
eslint: ^8.21.0
|
||||
|
@ -65,7 +65,7 @@ importers:
|
|||
'@logto/schemas': link:../schemas
|
||||
'@logto/shared': link:../shared
|
||||
'@silverhand/essentials': 1.3.0
|
||||
chalk: 4.1.2
|
||||
chalk: 5.1.2
|
||||
decamelize: 5.0.1
|
||||
dotenv: 16.0.0
|
||||
fs-extra: 10.1.0
|
||||
|
@ -278,7 +278,7 @@ importers:
|
|||
'@types/node': ^16.0.0
|
||||
'@types/oidc-provider': ^7.12.0
|
||||
'@types/supertest': ^2.0.11
|
||||
chalk: ^4
|
||||
chalk: ^5.0.0
|
||||
clean-deep: ^3.4.0
|
||||
copyfiles: ^2.4.1
|
||||
date-fns: ^2.29.3
|
||||
|
@ -335,7 +335,7 @@ importers:
|
|||
'@logto/schemas': link:../schemas
|
||||
'@logto/shared': link:../shared
|
||||
'@silverhand/essentials': 1.3.0
|
||||
chalk: 4.1.2
|
||||
chalk: 5.1.2
|
||||
clean-deep: 3.4.0
|
||||
date-fns: 2.29.3
|
||||
debug: 4.3.4
|
||||
|
@ -5416,6 +5416,11 @@ packages:
|
|||
ansi-styles: 4.3.0
|
||||
supports-color: 7.2.0
|
||||
|
||||
/chalk/5.1.2:
|
||||
resolution: {integrity: sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
dev: false
|
||||
|
||||
/char-regex/1.0.2:
|
||||
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
||||
engines: {node: '>=10'}
|
||||
|
|
Loading…
Add table
Reference in a new issue