From b17159017981ae54f355b348c506dbf1ec446199 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 16 Mar 2026 08:59:55 +0000 Subject: [PATCH] fix(deps): bump @push.rocks/smartproxy to ^25.11.8 --- changelog.md | 5 +++++ package.json | 2 +- pnpm-lock.yaml | 10 +++++----- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 9005978..e7485e3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-16 - 11.2.25 - fix(deps) +bump @push.rocks/smartproxy to ^25.11.8 + +- updates the smartproxy dependency from ^25.11.7 to ^25.11.8 + ## 2026-03-16 - 11.2.24 - fix(deps) bump @push.rocks/smartproxy to ^25.11.7 diff --git a/package.json b/package.json index fc00cbf..9d8374e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@push.rocks/smartnetwork": "^4.4.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", - "@push.rocks/smartproxy": "^25.11.7", + "@push.rocks/smartproxy": "^25.11.8", "@push.rocks/smartradius": "^1.1.1", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartrx": "^3.0.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db29bee..76c1613 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,8 +78,8 @@ importers: specifier: ^4.2.3 version: 4.2.3 '@push.rocks/smartproxy': - specifier: ^25.11.7 - version: 25.11.7 + specifier: ^25.11.8 + version: 25.11.8 '@push.rocks/smartradius': specifier: ^1.1.1 version: 1.1.1 @@ -1256,8 +1256,8 @@ packages: '@push.rocks/smartpromise@4.2.3': resolution: {integrity: sha512-Ycg/TJR+tMt+S3wSFurOpEoW6nXv12QBtKXgBcjMZ4RsdO28geN46U09osPn9N9WuwQy1PkmTV5J/V4F9U8qEw==} - '@push.rocks/smartproxy@25.11.7': - resolution: {integrity: sha512-3a8sxAQ40oq9Cn6CsqYlxFVP1S+S+pwEi9DH1wMIkhcj+pR1OqllebbNhgQsDcJJ0x1vQ0eU2YCF7AhtVl4xWA==} + '@push.rocks/smartproxy@25.11.8': + resolution: {integrity: sha512-eFj0Yv7DO+6N8pe/cxB9IvZB6SR9Lwiy16J/VXz9K+wuV6hME8zUDDufa769vYQx0s+rvOUruxVPD8bj0ZCHeA==} '@push.rocks/smartpuppeteer@2.0.5': resolution: {integrity: sha512-yK/qSeWVHIGWRp3c8S5tfdGP6WCKllZC4DR8d8CQlEjszOSBmHtlTdyyqOMBZ/BA4kd+eU5f3A1r4K2tGYty1g==} @@ -6534,7 +6534,7 @@ snapshots: '@push.rocks/smartpromise@4.2.3': {} - '@push.rocks/smartproxy@25.11.7': + '@push.rocks/smartproxy@25.11.8': dependencies: '@push.rocks/smartcrypto': 2.0.4 '@push.rocks/smartlog': 3.2.1 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ceada26..f3edecb 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '11.2.24', + version: '11.2.25', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index ceada26..f3edecb 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '11.2.24', + version: '11.2.25', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }