From fcc1d9fede7fdf0c54ad08ca4111ff455ec46dda Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 4 Apr 2026 20:18:34 +0000 Subject: [PATCH] fix(deps): bump @push.rocks/smartdb to ^2.3.1 --- changelog.md | 5 +++++ package.json | 2 +- pnpm-lock.yaml | 11 ++++++----- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index cfc7593..10c020a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-04-04 - 12.9.4 - fix(deps) +bump @push.rocks/smartdb to ^2.3.1 + +- updates the @push.rocks/smartdb dependency from ^2.1.1 to ^2.3.1 + ## 2026-04-04 - 12.9.3 - fix(route-management) include stored VPN routes in domain resolution and align programmatic route types with dcrouter configs diff --git a/package.json b/package.json index bd35c86..588369b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@push.rocks/qenv": "^6.1.3", "@push.rocks/smartacme": "^9.4.0", "@push.rocks/smartdata": "^7.1.3", - "@push.rocks/smartdb": "^2.1.1", + "@push.rocks/smartdb": "^2.3.1", "@push.rocks/smartdns": "^7.9.0", "@push.rocks/smartfs": "^1.5.0", "@push.rocks/smartguard": "^3.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7dcd44d..00893a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: ^7.1.3 version: 7.1.3(socks@2.8.7) '@push.rocks/smartdb': - specifier: ^2.1.1 - version: 2.1.1(@tiptap/pm@2.27.2) + specifier: ^2.3.1 + version: 2.3.1(@tiptap/pm@2.27.2) '@push.rocks/smartdns': specifier: ^7.9.0 version: 7.9.0 @@ -1141,8 +1141,8 @@ packages: '@push.rocks/smartdata@7.1.3': resolution: {integrity: sha512-7vQJ9pdRk450yn2m9tmGPdSRlQVmxFPZjHD4sGYsfqCQPg+GLFusu+H16zpf+jKzAq4F2ZBMPaYymJHXvXiVcw==} - '@push.rocks/smartdb@2.1.1': - resolution: {integrity: sha512-bm+xYpuzSgS+EacNP3NppwNvpw9OZN3gmtVUgBdqyLLKYX0329bDN5X63V6vdrglFBV/+MKox43l8BQBwVdfjw==} + '@push.rocks/smartdb@2.3.1': + resolution: {integrity: sha512-l5/qqv+vXgXJezwcXs1BxsHbGPSSMw8y9lI832yM+WcO0PH4grTYSGNyZjx6hql8pJxSjMiixdnxK9XvIQukzA==} '@push.rocks/smartdelay@3.0.5': resolution: {integrity: sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==} @@ -6144,11 +6144,12 @@ snapshots: - supports-color - vue - '@push.rocks/smartdb@2.1.1(@tiptap/pm@2.27.2)': + '@push.rocks/smartdb@2.3.1(@tiptap/pm@2.27.2)': dependencies: '@api.global/typedserver': 8.4.6(@tiptap/pm@2.27.2) '@design.estate/dees-element': 2.2.4 '@push.rocks/smartrust': 1.3.2 + bson: 7.2.0 transitivePeerDependencies: - '@nuxt/kit' - '@tiptap/pm' diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 32295e8..d904dba 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: '12.9.3', + version: '12.9.4', 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 32295e8..d904dba 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: '12.9.3', + version: '12.9.4', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }