diff --git a/changelog.md b/changelog.md index 9622029..8b9f83c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-04-13 - 13.16.2 - fix(deps) +bump @push.rocks/smartproxy to ^27.6.0 + +- updates @push.rocks/smartproxy from ^27.5.0 to ^27.6.0 in package.json + ## 2026-04-13 - 13.16.1 - fix(migrations) use exact smartdata collection names in route unification migration diff --git a/package.json b/package.json index bbf2e41..08fd5d8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@push.rocks/smartnetwork": "^4.5.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", - "@push.rocks/smartproxy": "^27.5.0", + "@push.rocks/smartproxy": "^27.6.0", "@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 df18172..2592c25 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,8 @@ importers: specifier: ^4.2.3 version: 4.2.3 '@push.rocks/smartproxy': - specifier: ^27.5.0 - version: 27.5.0 + specifier: ^27.6.0 + version: 27.6.0 '@push.rocks/smartradius': specifier: ^1.1.1 version: 1.1.1 @@ -1287,8 +1287,8 @@ packages: '@push.rocks/smartpromise@4.2.3': resolution: {integrity: sha512-Ycg/TJR+tMt+S3wSFurOpEoW6nXv12QBtKXgBcjMZ4RsdO28geN46U09osPn9N9WuwQy1PkmTV5J/V4F9U8qEw==} - '@push.rocks/smartproxy@27.5.0': - resolution: {integrity: sha512-QIXrVQtAoqBCv+9ScLOdGcizN55svJuGCfMDsDaBVtwS3Tva30IxuEL3usNTHABveuI8slaWzSxTabmTULDOwA==} + '@push.rocks/smartproxy@27.6.0': + resolution: {integrity: sha512-1mPzabUKhlC0EdeI7Hjee/aiptTsOLftbq8oWBTlIg9JhCQwkIs5UNGTJV/VvlEflJKnay8TbzLzlr95gUr/1w==} '@push.rocks/smartpuppeteer@2.0.5': resolution: {integrity: sha512-yK/qSeWVHIGWRp3c8S5tfdGP6WCKllZC4DR8d8CQlEjszOSBmHtlTdyyqOMBZ/BA4kd+eU5f3A1r4K2tGYty1g==} @@ -6521,7 +6521,7 @@ snapshots: '@push.rocks/smartpromise@4.2.3': {} - '@push.rocks/smartproxy@27.5.0': + '@push.rocks/smartproxy@27.6.0': dependencies: '@push.rocks/smartcrypto': 2.0.4 '@push.rocks/smartlog': 3.2.2 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 914b5dc..3900517 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: '13.16.1', + version: '13.16.2', 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 914b5dc..3900517 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: '13.16.1', + version: '13.16.2', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }