From 098a2567fa2baec7d863122e780dd9d7eb95dbd4 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 31 Mar 2026 03:21:41 +0000 Subject: [PATCH] fix(deps): bump @push.rocks/smartvpn to 1.16.3 --- 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 037f4b8..9f7b73e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-31 - 11.21.3 - fix(deps) +bump @push.rocks/smartvpn to 1.16.3 + +- Updates the @push.rocks/smartvpn dependency from 1.16.2 to 1.16.3. + ## 2026-03-31 - 11.21.2 - fix(deps) bump @push.rocks/smartvpn to 1.16.2 diff --git a/package.json b/package.json index 777fb7d..65d8bbb 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@push.rocks/smartrx": "^3.0.10", "@push.rocks/smartstate": "^2.3.0", "@push.rocks/smartunique": "^3.0.9", - "@push.rocks/smartvpn": "1.16.2", + "@push.rocks/smartvpn": "1.16.3", "@push.rocks/taskbuffer": "^8.0.2", "@serve.zone/catalog": "^2.9.0", "@serve.zone/interfaces": "^5.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85b27a9..b439a95 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^3.0.9 version: 3.0.9 '@push.rocks/smartvpn': - specifier: 1.16.2 - version: 1.16.2 + specifier: 1.16.3 + version: 1.16.3 '@push.rocks/taskbuffer': specifier: ^8.0.2 version: 8.0.2 @@ -1339,8 +1339,8 @@ packages: '@push.rocks/smartversion@3.0.5': resolution: {integrity: sha512-8MZSo1yqyaKxKq0Q5N188l4un++9GFWVbhCAX5mXJwewZHn97ujffTeL+eOQYpWFTEpUhaq1QhL4NhqObBCt1Q==} - '@push.rocks/smartvpn@1.16.2': - resolution: {integrity: sha512-y/4ZLbgYHHvhi2lRD5hI+79ujeoXRt5o3YHA6NSp7ixLeTsUVXKZ2ylzuhGXGqCpnjdsU+EMGkWXSd6toeDW+w==} + '@push.rocks/smartvpn@1.16.3': + resolution: {integrity: sha512-VxUCSutiLU0I+AWohogl/6ncoriJ9umoX1kHLeEwqg9YRN0n0Mg0mpnQ9ZX8jYt3y9pUH34GxmZVGRHyjQoWyw==} '@push.rocks/smartwatch@6.4.0': resolution: {integrity: sha512-KDswRgE/siBmZRCsRA07MtW5oF4c9uQEBkwTGPIWneHzksbCDsvs/7agKFEL7WnNifLNwo8w1K1qoiVWkX1fvw==} @@ -6622,7 +6622,7 @@ snapshots: '@types/semver': 7.7.1 semver: 7.7.4 - '@push.rocks/smartvpn@1.16.2': + '@push.rocks/smartvpn@1.16.3': dependencies: '@push.rocks/smartnftables': 1.1.0 '@push.rocks/smartpath': 6.0.0 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b2fcb8d..065b194 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.21.2', + version: '11.21.3', 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 b2fcb8d..065b194 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.21.2', + version: '11.21.3', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }