From 02d1eeebacc798da794ecf563a2123b0dbe3f297 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 4 Aug 2026 11:26:12 +0200 Subject: [PATCH] feat(deps): Bump `@sentry/node-cpu-profiler` to 2.4.3 --- packages/profiling-node/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/profiling-node/package.json b/packages/profiling-node/package.json index e373230b4298..f42315675c1a 100644 --- a/packages/profiling-node/package.json +++ b/packages/profiling-node/package.json @@ -53,7 +53,7 @@ "test:watch": "vitest --watch" }, "dependencies": { - "@sentry/node-cpu-profiler": "^2.4.2", + "@sentry/node-cpu-profiler": "^2.4.3", "@sentry/core": "10.67.0", "@sentry/node": "10.67.0" }, diff --git a/yarn.lock b/yarn.lock index c5c4cf35fb14..f52808085900 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7499,10 +7499,10 @@ resolved "https://registry.yarnpkg.com/@sentry/conventions/-/conventions-0.16.0.tgz#3b58d15714cf44dca1518496c00749eec5525009" integrity sha512-fO9PLmHdVURcSPUpWCItWAtgKiMwGdJHbovoSEyLplX5sxs2ugvI4CBPTrkkgqhObnZOD0CnWBKDzSVQYBKEyQ== -"@sentry/node-cpu-profiler@^2.4.2": - version "2.4.2" - resolved "https://registry.yarnpkg.com/@sentry/node-cpu-profiler/-/node-cpu-profiler-2.4.2.tgz#d0ba01370545297d015df1497daf7f81e27f2ab5" - integrity sha512-E6q+eE/sTpiofzW9jFKAx6ZQaDAoZDnsaLA/nRlkiK+K2X4k+hSyKhhLfw8PJlejB8edk7uxJF57r5JoRnyaPA== +"@sentry/node-cpu-profiler@^2.4.3": + version "2.4.3" + resolved "https://registry.yarnpkg.com/@sentry/node-cpu-profiler/-/node-cpu-profiler-2.4.3.tgz#1119aa07fb34672435fea3e386ade7dfe73fdf34" + integrity sha512-18g/yJKRUk4PNcnZYEPyT2nS+9UoFcTRrIrct1DbpfI7k//RtQ+8araZrR0WH5MT8xoiLCm67GEX/RcxDsI0iQ== dependencies: detect-libc "^2.0.3" node-abi "^3.73.0"