deepkit-framework
                                
                                 deepkit-framework copied to clipboard
                                
                                    deepkit-framework copied to clipboard
                            
                            
                            
                        Replace faker with a maintained version of the package
I noticed, that you are using the old version of faker, that is no longer maintained.
https://github.com/deepkit/deepkit-framework/blob/81a1ab1e82ae170034545a25aa540a3a7c69acd7/packages/framework/package.json#L55 https://github.com/deepkit/deepkit-framework/blob/81a1ab1e82ae170034545a25aa540a3a7c69acd7/packages/framework/package.json#L87 https://github.com/deepkit/deepkit-framework/blob/81a1ab1e82ae170034545a25aa540a3a7c69acd7/packages/create-app/files/package.json#L42
You might want to switch to the maintained package @faker-js/faker.
- https://www.npmjs.com/package/@faker-js/faker
- https://v6.fakerjs.dev/migration-guide-v5/
It has all the versions from the old package, but received numerous updates in the meantime (including built-in types).
Disclaimer: I'm a maintainer of @faker-js/faker.