diff --git a/changelog.md b/changelog.md index b271752..2bedb76 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-16 - 11.2.32 - fix(deps) +bump smartproxy and remoteingress dependencies + +- update @push.rocks/smartproxy from ^25.11.11 to ^25.11.14 +- update @serve.zone/remoteingress from ^4.5.9 to ^4.5.10 + ## 2026-03-16 - 11.2.31 - fix(deps) bump @push.rocks/smartproxy to ^25.11.11 diff --git a/package.json b/package.json index fab132f..d6af120 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.11", + "@push.rocks/smartproxy": "^25.11.14", "@push.rocks/smartradius": "^1.1.1", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartrx": "^3.0.10", @@ -59,7 +59,7 @@ "@push.rocks/smartunique": "^3.0.9", "@serve.zone/catalog": "^2.6.0", "@serve.zone/interfaces": "^5.3.0", - "@serve.zone/remoteingress": "^4.5.9", + "@serve.zone/remoteingress": "^4.5.10", "@tsclass/tsclass": "^9.4.0", "lru-cache": "^11.2.7", "uuid": "^13.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 18d28c3..f2d5282 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.11 - version: 25.11.11 + specifier: ^25.11.14 + version: 25.11.14 '@push.rocks/smartradius': specifier: ^1.1.1 version: 1.1.1 @@ -102,8 +102,8 @@ importers: specifier: ^5.3.0 version: 5.3.0 '@serve.zone/remoteingress': - specifier: ^4.5.9 - version: 4.5.9 + specifier: ^4.5.10 + version: 4.5.10 '@tsclass/tsclass': specifier: ^9.4.0 version: 9.4.0 @@ -1256,8 +1256,8 @@ packages: '@push.rocks/smartpromise@4.2.3': resolution: {integrity: sha512-Ycg/TJR+tMt+S3wSFurOpEoW6nXv12QBtKXgBcjMZ4RsdO28geN46U09osPn9N9WuwQy1PkmTV5J/V4F9U8qEw==} - '@push.rocks/smartproxy@25.11.11': - resolution: {integrity: sha512-X+n1PAys3K0GHRtPyPPiO+oBbzaLV7fCRkXt1Znu5m6LwIc4ZSW/TN96JN0E6cy2FPT2KApa+eAhadx8ukXcVQ==} + '@push.rocks/smartproxy@25.11.14': + resolution: {integrity: sha512-QuHg931VVIrOFjMXThXIdBl2gKL/G7g5eBEu3M3qliJMU5u2VTX82Nix84WgbQo4aGXGBh199neYp6TgxkNtIQ==} '@push.rocks/smartpuppeteer@2.0.5': resolution: {integrity: sha512-yK/qSeWVHIGWRp3c8S5tfdGP6WCKllZC4DR8d8CQlEjszOSBmHtlTdyyqOMBZ/BA4kd+eU5f3A1r4K2tGYty1g==} @@ -1551,8 +1551,8 @@ packages: '@serve.zone/interfaces@5.3.0': resolution: {integrity: sha512-venO7wtDR9ixzD9NhdERBGjNKbFA5LL0yHw4eqGh0UpmvtXVc3SFG0uuHDilOKMZqZ8bttV88qVsFy1aSTJrtA==} - '@serve.zone/remoteingress@4.5.9': - resolution: {integrity: sha512-89E7oTXSQKFDY7yt46RQfGjnwZL+klJ/cSXS1q4UPg5WAv+vUxvwc6wRcYbwsjbMwFFhCYUCAJt015fF5B3mDg==} + '@serve.zone/remoteingress@4.5.10': + resolution: {integrity: sha512-wNGrGRs6VL0oF4Zlras+Qhurr3VskNmDgA6WzNGZOJGj+v3sPDE6zEG7Kzova5IhogQlzjuQGJn4arRinuTf3g==} '@sindresorhus/is@5.6.0': resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} @@ -6534,7 +6534,7 @@ snapshots: '@push.rocks/smartpromise@4.2.3': {} - '@push.rocks/smartproxy@25.11.11': + '@push.rocks/smartproxy@25.11.14': dependencies: '@push.rocks/smartcrypto': 2.0.4 '@push.rocks/smartlog': 3.2.1 @@ -6951,7 +6951,7 @@ snapshots: '@push.rocks/smartlog-interfaces': 3.0.2 '@tsclass/tsclass': 9.4.0 - '@serve.zone/remoteingress@4.5.9': + '@serve.zone/remoteingress@4.5.10': dependencies: '@push.rocks/qenv': 6.1.3 '@push.rocks/smartrust': 1.3.2 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 77cbf93..bd0bcc4 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.31', + version: '11.2.32', 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 77cbf93..bd0bcc4 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.31', + version: '11.2.32', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }