chore: update npm dependencies (#2403)

This commit is contained in:
Matti Nannt
2024-04-05 18:47:36 +02:00
committed by GitHub
parent 1e81b1df8e
commit 62da30246a
18 changed files with 3599 additions and 3871 deletions
-1
View File
@@ -1 +0,0 @@
module.exports = { presets: [["@babel/preset-env", { targets: { node: "current" } }]] };
+9 -9
View File
@@ -14,25 +14,25 @@
"test": "dotenv -e ../../.env -- vitest run"
},
"dependencies": {
"@aws-sdk/client-s3": "3.533.0",
"@aws-sdk/s3-presigned-post": "3.533.0",
"@aws-sdk/s3-request-presigner": "3.533.0",
"@aws-sdk/client-s3": "3.549.0",
"@aws-sdk/s3-presigned-post": "3.549.0",
"@aws-sdk/s3-request-presigner": "3.549.0",
"@formbricks/api": "*",
"@formbricks/database": "*",
"@formbricks/types": "*",
"@paralleldrive/cuid2": "^2.2.2",
"@t3-oss/env-nextjs": "^0.9.2",
"aws-crt": "^1.21.1",
"date-fns": "^3.4.0",
"date-fns": "^3.6.0",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"mime-types": "^2.1.35",
"nanoid": "^5.0.6",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.12",
"posthog-node": "^3.6.3",
"nodemailer": "^6.9.13",
"posthog-node": "^4.0.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.1"
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@formbricks/tsconfig": "*",
@@ -41,7 +41,7 @@
"dotenv": "^16.4.5",
"eslint-config-formbricks": "workspace:*",
"ts-node": "^10.9.2",
"vitest": "^1.3.1",
"vitest": "^1.4.0",
"vitest-mock-extended": "^1.3.1"
}
}
+1 -1
View File
@@ -29,7 +29,7 @@ export const capturePosthogEnvironmentEvent = async (
groups: { environment: environmentId },
properties,
});
await client.shutdownAsync();
await client.shutdown();
} catch (error) {
console.error("error sending posthog event:", error);
}