From 547b82b35be78caad10076d1cf6c3a1692d731b1 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 18 Mar 2026 00:13:58 +0000 Subject: [PATCH] fix(deps): bump @serve.zone/remoteingress to ^4.9.0 --- 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 bba81c0..0ff2f8f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-18 - 11.2.56 - fix(deps) +bump @serve.zone/remoteingress to ^4.9.0 + +- Updates @serve.zone/remoteingress from ^4.8.18 to ^4.9.0 in package.json + ## 2026-03-17 - 11.2.55 - fix(deps) bump @serve.zone/catalog to ^2.7.0 and @serve.zone/remoteingress to ^4.8.18 diff --git a/package.json b/package.json index 2693266..d875704 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@push.rocks/smartunique": "^3.0.9", "@serve.zone/catalog": "^2.7.0", "@serve.zone/interfaces": "^5.3.0", - "@serve.zone/remoteingress": "^4.8.18", + "@serve.zone/remoteingress": "^4.9.0", "@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 c6e307b..2b9f8ac 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.8.18 - version: 4.8.18 + specifier: ^4.9.0 + version: 4.9.0 '@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.8.18': - resolution: {integrity: sha512-Itwa4UsjKZPmczhPLJLE2YMPSutrYnf30kyewxYZGDyhQU2Qiqz4T+ZO41HRxYvkxJWVcJjws7nhsFhmcEhLcA==} + '@serve.zone/remoteingress@4.9.0': + resolution: {integrity: sha512-GeQqU6uqtJqfV1fJauneuyodeAVK7X5eVCo8j83fTNt9r0TXFBNvAa7u1sxRNuGRBScQs4urHlUf9P8vuZLV0g==} '@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.8.18': + '@serve.zone/remoteingress@4.9.0': 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 e123185..67c9db4 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.55', + version: '11.2.56', 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 e123185..67c9db4 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.55', + version: '11.2.56', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }