mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix: fix lockfile (#6699)
This commit is contained in:
parent
671be26ea0
commit
2760eda3d6
1 changed files with 7 additions and 10 deletions
|
@ -983,7 +983,7 @@ importers:
|
||||||
version: 7.0.0
|
version: 7.0.0
|
||||||
tsup:
|
tsup:
|
||||||
specifier: ^8.1.0
|
specifier: ^8.1.0
|
||||||
version: 8.1.0(@swc/core@1.3.52(@swc/helpers@0.5.1))(postcss@8.4.39)(ts-node@10.9.2(@swc/core@1.3.52(@swc/helpers@0.5.1))(@types/node@20.12.7)(typescript@5.5.3))(typescript@5.5.3)
|
version: 8.1.0(@swc/core@1.3.52)(postcss@8.4.39)(ts-node@10.9.2(@swc/core@1.3.52)(@types/node@20.12.7)(typescript@5.5.3))(typescript@5.5.3)
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.5.3
|
specifier: ^5.5.3
|
||||||
version: 5.5.3
|
version: 5.5.3
|
||||||
|
@ -17644,7 +17644,6 @@ snapshots:
|
||||||
braces@3.0.3:
|
braces@3.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
fill-range: 7.1.1
|
fill-range: 7.1.1
|
||||||
optional: true
|
|
||||||
|
|
||||||
breakword@1.0.5:
|
breakword@1.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -17824,7 +17823,6 @@ snapshots:
|
||||||
readdirp: 3.6.0
|
readdirp: 3.6.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
optional: true
|
|
||||||
|
|
||||||
chownr@3.0.0: {}
|
chownr@3.0.0: {}
|
||||||
|
|
||||||
|
@ -19330,7 +19328,6 @@ snapshots:
|
||||||
fill-range@7.1.1:
|
fill-range@7.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
to-regex-range: 5.0.1
|
to-regex-range: 5.0.1
|
||||||
optional: true
|
|
||||||
|
|
||||||
filter-obj@5.1.0: {}
|
filter-obj@5.1.0: {}
|
||||||
|
|
||||||
|
@ -24489,8 +24486,8 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
bundle-require: 4.2.1(esbuild@0.21.5)
|
bundle-require: 4.2.1(esbuild@0.21.5)
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
chokidar: 3.5.3
|
chokidar: 3.6.0
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
|
@ -24513,8 +24510,8 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
bundle-require: 4.2.1(esbuild@0.21.5)
|
bundle-require: 4.2.1(esbuild@0.21.5)
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
chokidar: 3.5.3
|
chokidar: 3.6.0
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
|
@ -24561,8 +24558,8 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
bundle-require: 4.2.1(esbuild@0.21.5)
|
bundle-require: 4.2.1(esbuild@0.21.5)
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
chokidar: 3.5.3
|
chokidar: 3.6.0
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
|
|
Loading…
Reference in a new issue