Skip to content

Commit 43bff9c

Browse files
build(deps): lock file maintenance (#362)
* build(deps): lock file maintenance * update imports * bump --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
1 parent 638209f commit 43bff9c

3 files changed

Lines changed: 156 additions & 99 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function getTransformStream(options = {}) {
7878
} else {
7979
if (!sentry) {
8080
// Import Sentry dynamically to avoid loading it when not needed
81-
sentry = await npxImport("@sentry/node@9.27.0", {
81+
sentry = await npxImport("@sentry/node@9.43.0", {
8282
onlyPackageRunner: true,
8383
});
8484
init = sentry.init;

0 commit comments

Comments
 (0)