From 09fc0b31c9357fecbc2bc9f5be8ecc1410cc54a6 Mon Sep 17 00:00:00 2001 From: jdalton Date: Sat, 14 Mar 2026 16:10:36 -0400 Subject: [PATCH] chore(deps): update @socketsecurity/lib to 5.9.1 Includes fix for safeDelete retry logic - maxRetries was incorrectly passed as concurrency parameter. Now properly implements exponential backoff retry for both sync and async delete operations. --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a1369dd4..38d52e0d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@socketregistry/packageurl-js": "1.3.5", - "@socketsecurity/lib": "5.9.0", + "@socketsecurity/lib": "5.9.1", "form-data": "4.0.5" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 866ea657..f13b9ba7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: 1.3.5 version: 1.3.5 '@socketsecurity/lib': - specifier: 5.9.0 - version: 5.9.0(typescript@5.9.3) + specifier: 5.9.1 + version: 5.9.1(typescript@5.9.3) form-data: specifier: 4.0.5 version: 4.0.5 @@ -919,8 +919,8 @@ packages: resolution: {integrity: sha512-Fl4GNUJ/z3IBJBGj4IsJfuRGUBCRMgX0df0mb5x5buaCPDKC+NhMhAFuxpc3viLSHV12CO2rGaNCf4fBYWI0FA==} engines: {node: '>=18', pnpm: '>=10.16.0'} - '@socketsecurity/lib@5.9.0': - resolution: {integrity: sha512-j3lF9HDDix1lySOAH4DHdJaCF67/QIByEFGk2Ee/ONBiVwnO3hn6qfXItPcO5nQCtlLHRa+g6ZL5qsu0aghAEA==} + '@socketsecurity/lib@5.9.1': + resolution: {integrity: sha512-ZZg4uA7lqmEH50U+uPo4YwjMlXAWUkkkVsldrRkU46KXXK2JzDNptPk9KHb8io/agyqEaKekABh0V3LmYuVAZQ==} engines: {node: '>=22', pnpm: '>=10.25.0'} peerDependencies: typescript: '>=5.0.0' @@ -2458,7 +2458,7 @@ snapshots: '@socketregistry/packageurl-js@1.3.5': {} - '@socketsecurity/lib@5.9.0(typescript@5.9.3)': + '@socketsecurity/lib@5.9.1(typescript@5.9.3)': optionalDependencies: typescript: 5.9.3