diff --git a/changelog.md b/changelog.md index 9255303..e1f0471 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-16 - 11.2.34 - fix(deps) +bump @push.rocks/smartproxy and @serve.zone/catalog patch versions + +- updates @push.rocks/smartproxy from ^25.11.16 to ^25.11.17 +- updates @serve.zone/catalog from ^2.6.0 to ^2.6.1 + ## 2026-03-16 - 11.2.33 - fix(deps) bump smartproxy and remoteingress dependencies diff --git a/package.json b/package.json index 4bc7e94..5acf6f1 100644 --- a/package.json +++ b/package.json @@ -51,13 +51,13 @@ "@push.rocks/smartnetwork": "^4.4.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", - "@push.rocks/smartproxy": "^25.11.16", + "@push.rocks/smartproxy": "^25.11.17", "@push.rocks/smartradius": "^1.1.1", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartrx": "^3.0.10", "@push.rocks/smartstate": "^2.2.0", "@push.rocks/smartunique": "^3.0.9", - "@serve.zone/catalog": "^2.6.0", + "@serve.zone/catalog": "^2.6.1", "@serve.zone/interfaces": "^5.3.0", "@serve.zone/remoteingress": "^4.5.11", "@tsclass/tsclass": "^9.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f3a3521..ed6f5ae 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.16 - version: 25.11.16 + specifier: ^25.11.17 + version: 25.11.17 '@push.rocks/smartradius': specifier: ^1.1.1 version: 1.1.1 @@ -96,8 +96,8 @@ importers: specifier: ^3.0.9 version: 3.0.9 '@serve.zone/catalog': - specifier: ^2.6.0 - version: 2.6.0(@tiptap/pm@2.27.2) + specifier: ^2.6.1 + version: 2.6.1(@tiptap/pm@2.27.2) '@serve.zone/interfaces': specifier: ^5.3.0 version: 5.3.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.16': - resolution: {integrity: sha512-Duqj9i/EosCyKpXToyCiKw9R7EE1WtZhQBZqUR7TAcsDPBMwM3eJtVnyT9XkbzCSaq3YX1N1gGtyij4DlLWkLw==} + '@push.rocks/smartproxy@25.11.17': + resolution: {integrity: sha512-GX82dbNVmfgBQ/Rvkdje7tQfTe+yAajAnz5Unwz80O+1+pyr0OsxhVFP3D+xfGUD+IqvWBEDe+ZFyUC4z4KULA==} '@push.rocks/smartpuppeteer@2.0.5': resolution: {integrity: sha512-yK/qSeWVHIGWRp3c8S5tfdGP6WCKllZC4DR8d8CQlEjszOSBmHtlTdyyqOMBZ/BA4kd+eU5f3A1r4K2tGYty1g==} @@ -1545,8 +1545,8 @@ packages: '@selderee/plugin-htmlparser2@0.11.0': resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==} - '@serve.zone/catalog@2.6.0': - resolution: {integrity: sha512-Gp91Ed0MMLMPSAZrH2/UimGxU9AaTu5IPUobPD49PSvh3UnUl+HEFiy81kpKJhW16V37N3/vcNgZrn2VI7/LxQ==} + '@serve.zone/catalog@2.6.1': + resolution: {integrity: sha512-8L78lyTvZPin3ELkaPOvUmeKuzqMNZunnyvF9LR2q4Eakxgc/KgbV0Q1M0fF0ENpGxQH+2kOWobwQsH2RfDmVA==} '@serve.zone/interfaces@5.3.0': resolution: {integrity: sha512-venO7wtDR9ixzD9NhdERBGjNKbFA5LL0yHw4eqGh0UpmvtXVc3SFG0uuHDilOKMZqZ8bttV88qVsFy1aSTJrtA==} @@ -6534,7 +6534,7 @@ snapshots: '@push.rocks/smartpromise@4.2.3': {} - '@push.rocks/smartproxy@25.11.16': + '@push.rocks/smartproxy@25.11.17': dependencies: '@push.rocks/smartcrypto': 2.0.4 '@push.rocks/smartlog': 3.2.1 @@ -6932,7 +6932,7 @@ snapshots: domhandler: 5.0.3 selderee: 0.11.0 - '@serve.zone/catalog@2.6.0(@tiptap/pm@2.27.2)': + '@serve.zone/catalog@2.6.1(@tiptap/pm@2.27.2)': dependencies: '@design.estate/dees-catalog': 3.48.5(@tiptap/pm@2.27.2) '@design.estate/dees-domtools': 2.5.1 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index be4920f..cd758d5 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.33', + version: '11.2.34', 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 be4920f..cd758d5 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.33', + version: '11.2.34', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }