From 59a452f04700484d87ea9d0a7547c71e355696e4 Mon Sep 17 00:00:00 2001 From: Santosh Date: Wed, 3 Jun 2026 09:06:22 -0400 Subject: [PATCH] chore: update vulnerable transitive lockfiles --- control-plane/web/client/pnpm-lock.yaml | 8 ++++---- .../benchmarks/100k-scale/mastra-bench/package-lock.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/control-plane/web/client/pnpm-lock.yaml b/control-plane/web/client/pnpm-lock.yaml index dc3c724ff..741182272 100644 --- a/control-plane/web/client/pnpm-lock.yaml +++ b/control-plane/web/client/pnpm-lock.yaml @@ -3410,8 +3410,8 @@ packages: resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==} hasBin: true - tmp@0.2.5: - resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} + tmp@0.2.7: + resolution: {integrity: sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==} engines: {node: '>=14.14'} to-regex-range@5.0.1: @@ -7120,7 +7120,7 @@ snapshots: quick-lru: 5.1.1 reduce-css-calc: 2.1.8 resolve: 1.22.10 - tmp: 0.2.5 + tmp: 0.2.7 transitivePeerDependencies: - ts-node @@ -7185,7 +7185,7 @@ snapshots: dependencies: tldts-core: 6.1.86 - tmp@0.2.5: {} + tmp@0.2.7: {} to-regex-range@5.0.1: dependencies: diff --git a/examples/benchmarks/100k-scale/mastra-bench/package-lock.json b/examples/benchmarks/100k-scale/mastra-bench/package-lock.json index 2c39b2ffb..3dcfb3a38 100644 --- a/examples/benchmarks/100k-scale/mastra-bench/package-lock.json +++ b/examples/benchmarks/100k-scale/mastra-bench/package-lock.json @@ -4111,9 +4111,9 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan"