fix: resolve dependabot security alerts (#404)

This commit is contained in:
KM Koushik
2026-05-18 14:53:02 +10:00
committed by GitHub
parent aa7c234284
commit 2eca312022
12 changed files with 2215 additions and 3734 deletions
+5 -5
View File
@@ -12,17 +12,17 @@
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.3",
"@next/mdx": "^15.5.18",
"@types/mdx": "^2.0.13",
"@usesend/email-editor": "workspace:*",
"@usesend/ui": "workspace:*",
"iconoir-react": "^7.11.0",
"next": "15.5.9",
"next": "15.5.18",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.3.1",
"@next/eslint-plugin-next": "^15.5.18",
"@tailwindcss/postcss": "^4.1.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.15.2",
@@ -33,8 +33,8 @@
"@usesend/eslint-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"eslint": "^8.57.1",
"eslint-config-next": "^15.3.1",
"postcss": "^8.5.3",
"eslint-config-next": "^15.5.18",
"postcss": "^8.5.14",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.0",
+5 -5
View File
@@ -15,14 +15,14 @@
"@types/mailparser": "^3.4.5",
"@types/smtp-server": "^3.5.10",
"dotenv": "^16.5.0",
"mailparser": "^3.7.2",
"nodemailer": "^6.10.1",
"smtp-server": "^3.13.6"
"mailparser": "^3.9.8",
"nodemailer": "^8.0.5",
"smtp-server": "^3.18.4"
},
"devDependencies": {
"@types/node": "^22.15.2",
"@types/nodemailer": "^6.4.17",
"@types/nodemailer": "^8.0.0",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}
}
+20 -20
View File
@@ -33,22 +33,22 @@
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.0",
"@aws-sdk/client-s3": "^3.797.0",
"@aws-sdk/client-sesv2": "^3.858.0",
"@aws-sdk/client-sns": "^3.797.0",
"@aws-sdk/client-sts": "^3.864.0",
"@aws-sdk/s3-request-presigner": "^3.797.0",
"@aws-sdk/client-s3": "^3.1048.0",
"@aws-sdk/client-sesv2": "^3.1048.0",
"@aws-sdk/client-sns": "^3.1048.0",
"@aws-sdk/client-sts": "^3.1047.0",
"@aws-sdk/s3-request-presigner": "^3.1048.0",
"@hono/swagger-ui": "^0.5.1",
"@hono/zod-openapi": "^0.10.0",
"@hookform/resolvers": "^5.0.1",
"@isaacs/ttlcache": "^1.4.1",
"@prisma/client": "^6.6.0",
"@t3-oss/env-nextjs": "^0.13.0",
"@tanstack/react-query": "^5.74.4",
"@trpc/client": "^11.1.1",
"@trpc/next": "^11.1.1",
"@trpc/react-query": "^11.1.1",
"@trpc/server": "^11.1.1",
"@tanstack/react-query": "^5.100.10",
"@trpc/client": "^11.17.0",
"@trpc/next": "^11.17.0",
"@trpc/react-query": "^11.17.0",
"@trpc/server": "^11.17.0",
"@usesend/email-editor": "workspace:*",
"@usesend/lib": "workspace:*",
"@usesend/ui": "workspace:*",
@@ -57,19 +57,19 @@
"date-fns": "^4.1.0",
"emoji-picker-react": "^4.12.2",
"framer-motion": "^12.9.2",
"hono": "^4.7.7",
"hono": "^4.12.19",
"html-to-text": "^9.0.5",
"ioredis": "^5.6.1",
"jsx-email": "^2.7.1",
"jsx-email": "^2.8.4",
"lucide-react": "^0.503.0",
"mime-types": "^3.0.1",
"nanoid": "^5.1.5",
"next": "15.5.9",
"next-auth": "^4.24.11",
"nodemailer": "^7.0.3",
"next": "15.5.18",
"next-auth": "^4.24.14",
"nodemailer": "^8.0.5",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"pnpm": "^10.9.0",
"pnpm": "^10.28.2",
"prisma": "^6.6.0",
"query-string": "^9.1.1",
"react": "19.1.0",
@@ -88,13 +88,13 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.3.1",
"@next/eslint-plugin-next": "^15.5.18",
"@tailwindcss/postcss": "^4.1.0",
"@types/eslint": "^9.6.1",
"@types/html-to-text": "^9.0.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.15.2",
"@types/nodemailer": "^6.4.17",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/ua-parser-js": "^0.7.39",
@@ -103,8 +103,8 @@
"@usesend/eslint-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"eslint": "^8.57.1",
"eslint-config-next": "^15.3.1",
"postcss": "^8.5.3",
"eslint-config-next": "^15.5.18",
"postcss": "^8.5.14",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.0",
@@ -572,7 +572,7 @@ describe("WebhookService.emit domain filters", () => {
await WebhookService.emit(10, "contact.created", {
id: "contact_1",
email: "test@example.com",
contactBookId: 1,
contactBookId: "book_1",
subscribed: true,
properties: {},
firstName: null,