Skip to content

Commit 16e4bba

Browse files
committed
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.
1 parent 3500fbe commit 16e4bba

File tree

2 files changed

+103
-58
lines changed

2 files changed

+103
-58
lines changed

package-lock.json

Lines changed: 103 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"db:studio": "node runWithProvider.js \"npx prisma studio --schema ./prisma/DATABASE_PROVIDER-schema.prisma\"",
1919
"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\"",
2020
"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\""
21-
2221
},
2322
"repository": {
2423
"type": "git",

0 commit comments

Comments
 (0)