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
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
run: ls -la dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.13.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
+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,
+1 -6
View File
@@ -41,7 +41,7 @@
"@usesend/eslint-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"dotenv-cli": "^8.0.0",
"mintlify": "latest",
"mintlify": "^4.2.566",
"prettier": "^3.5.3"
},
"packageManager": "pnpm@8.9.0",
@@ -50,10 +50,5 @@
},
"dependencies": {
"turbo": "^2.5.2"
},
"pnpm": {
"overrides": {
"shiki": "3.3.0"
}
}
}
+2 -2
View File
@@ -24,7 +24,7 @@
"@usesend/eslint-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"@usesend/ui": "workspace:*",
"postcss": "^8.5.3",
"postcss": "^8.5.14",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.1.0",
@@ -54,7 +54,7 @@
"@tiptap/starter-kit": "^2.11.7",
"@tiptap/suggestion": "^2.11.7",
"eslint": "^8.57.1",
"jsx-email": "^2.7.1",
"jsx-email": "^2.8.4",
"lucide-react": "^0.503.0",
"react-colorful": "^5.6.1",
"shiki": "^3.3.0",
+74 -884
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -9,9 +9,10 @@ packages = [{ include = "usesend" }]
include = ["usesend/py.typed"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
requests = "^2.32.0"
python = ">=3.10,<4.0"
requests = "^2.33.0"
typing_extensions = ">=4.7"
urllib3 = "^2.7.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.5"
+2 -2
View File
@@ -19,7 +19,7 @@
"@usesend/eslint-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"eslint": "^8.57.1",
"postcss": "^8.5.3",
"postcss": "^8.5.14",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "19.1.0",
@@ -51,7 +51,7 @@
"input-otp": "^1.4.2",
"lucide-react": "^0.503.0",
"next-themes": "^0.4.6",
"pnpm": "^10.9.0",
"pnpm": "^10.28.2",
"react-day-picker": "^9.10.0",
"react-hook-form": "^7.56.1",
"recharts": "^2.15.3",
+2100 -2806
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -35,6 +35,7 @@
"PORT",
"UNSEND_API_KEY",
"USESEND_API_KEY",
"REDIS_URL",
"GOOGLE_CLIENT_ID",
"GOOGLE_CLIENT_SECRET",
"NEXT_PUBLIC_IS_CLOUD",