mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-25 22:57:44 -06:00
chore: update dependencies in package-lock.json and package.json
This commit updates several dependencies in the package-lock.json and package.json files to their latest versions. Key changes include: - Upgraded various @typescript-eslint packages to version 8.33.0, ensuring compatibility and access to the latest features and fixes. - Updated the baileys package from version 6.7.17 to 6.7.18, incorporating the latest improvements. - Bumped the pino package version from 9.6.0 to 9.7.0 for enhanced performance and stability. - Updated the process-warning package from version 4.0.1 to 5.0.0, which may include important updates and fixes. - Adjusted the protobufjs package version from 7.5.2 to 7.4.0, reflecting the latest changes. These updates contribute to improved performance, security, and maintainability of the codebase.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"db:studio": "node runWithProvider.js \"npx prisma studio --schema ./prisma/DATABASE_PROVIDER-schema.prisma\"",
|
||||
"db:migrate:dev": "node runWithProvider.js \"rm -rf ./prisma/migrations && cp -r ./prisma/DATABASE_PROVIDER-migrations ./prisma/migrations && npx prisma migrate dev --schema ./prisma/DATABASE_PROVIDER-schema.prisma && cp -r ./prisma/migrations/* ./prisma/DATABASE_PROVIDER-migrations\"",
|
||||
"db:migrate:dev:win": "node runWithProvider.js \"xcopy /E /I prisma\\DATABASE_PROVIDER-migrations prisma\\migrations && npx prisma migrate dev --schema prisma\\DATABASE_PROVIDER-schema.prisma\""
|
||||
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user