diff --git a/changelog.md b/changelog.md index 093b539..1a98bb9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-16 - 11.2.28 - fix(deps) +bump @serve.zone/remoteingress to ^4.5.8 + +- Updates the @serve.zone/remoteingress dependency from ^4.5.7 to ^4.5.8. + ## 2026-03-16 - 11.2.27 - fix(deps) bump smartproxy and remoteingress dependencies diff --git a/package.json b/package.json index b1a8b7a..c01d720 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@push.rocks/smartunique": "^3.0.9", "@serve.zone/catalog": "^2.5.0", "@serve.zone/interfaces": "^5.3.0", - "@serve.zone/remoteingress": "^4.5.7", + "@serve.zone/remoteingress": "^4.5.8", "@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 afb3225..a3f99a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,8 +102,8 @@ importers: specifier: ^5.3.0 version: 5.3.0 '@serve.zone/remoteingress': - specifier: ^4.5.7 - version: 4.5.7 + specifier: ^4.5.8 + version: 4.5.8 '@tsclass/tsclass': specifier: ^9.4.0 version: 9.4.0 @@ -1551,8 +1551,8 @@ packages: '@serve.zone/interfaces@5.3.0': resolution: {integrity: sha512-venO7wtDR9ixzD9NhdERBGjNKbFA5LL0yHw4eqGh0UpmvtXVc3SFG0uuHDilOKMZqZ8bttV88qVsFy1aSTJrtA==} - '@serve.zone/remoteingress@4.5.7': - resolution: {integrity: sha512-JJBKWXQkJHYr2MeK0TayCRe3PVinKbDTTxM2Zs8sJ6iY3nair/tnHSkgF3+OnZoOs8dZWYt5yfvIpJ9E9OcqGA==} + '@serve.zone/remoteingress@4.5.8': + resolution: {integrity: sha512-LKFUqz/FeNzikiwOxyyaiFKqN0q13i+yZ7rN+LkH3JcK8n1SPOuU8gA2H4SwYnCeoakTQl/wziGDXseSi8f0XA==} '@sindresorhus/is@5.6.0': resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} @@ -6951,7 +6951,7 @@ snapshots: '@push.rocks/smartlog-interfaces': 3.0.2 '@tsclass/tsclass': 9.4.0 - '@serve.zone/remoteingress@4.5.7': + '@serve.zone/remoteingress@4.5.8': 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 3ce3bc6..8a6280e 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.27', + version: '11.2.28', 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 3ce3bc6..8a6280e 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.27', + version: '11.2.28', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }