Skip to content

Commit

Permalink
dep: upgrade posthog-node (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Jan 13, 2025
1 parent 9bf4e73 commit 98e4892
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 68 deletions.
81 changes: 17 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artillery-engine-posthog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class PosthogEngine {
}

if (context.postHogClient) {
callbackify(context.postHogClient.shutdownAsync)((postHogErr) => {
callbackify(context.postHogClient.shutdown)((postHogErr) => {
// Ignore PostHog error as there's nothing we can do anyway
debug(postHogErr);
return callback(err, context);
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-engine-posthog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"dependencies": {
"async": "^3.2.4",
"debug": "^4.3.4",
"posthog-node": "^2.2.3"
"posthog-node": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/artillery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"moment": "^2.29.4",
"nanoid": "^3.3.4",
"ora": "^4.0.4",
"posthog-node": "^2.2.3",
"posthog-node": "^4.2.1",
"rc": "^1.2.8",
"sqs-consumer": "5.8.0",
"temp": "^0.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/skytrace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jmespath": "^0.16.0",
"js-yaml": "^3.13.1",
"mime-types": "2.1.35",
"posthog-node": "^3.1.2",
"posthog-node": "^4.2.1",
"sprintf-js": "^1.1.2",
"temp": "^0.9.4"
},
Expand Down

0 comments on commit 98e4892

Please sign in to comment.