From a670b27a1c731c6853bcc3cefb9098e6932f160d Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 5 Apr 2026 03:28:40 +0000 Subject: [PATCH] fix(deps): bump @push.rocks/smartdb to ^2.5.2 --- changelog.md | 5 +++++ package.json | 2 +- pnpm-lock.yaml | 13 ++++++++----- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index e78d39c..29167b0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-04-05 - 13.0.3 - fix(deps) +bump @push.rocks/smartdb to ^2.5.2 + +- Updates @push.rocks/smartdb from ^2.5.1 to ^2.5.2 in package.json. + ## 2026-04-05 - 13.0.2 - fix(deps) bump smartdata, smartdb, and catalog dependencies diff --git a/package.json b/package.json index 2e089c5..d95007f 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.4", - "@push.rocks/smartdb": "^2.5.1", + "@push.rocks/smartdb": "^2.5.2", "@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 67de820..0bf5caf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: ^7.1.4 version: 7.1.4(socks@2.8.7) '@push.rocks/smartdb': - specifier: ^2.5.1 - version: 2.5.1(@tiptap/pm@2.27.2) + specifier: ^2.5.2 + version: 2.5.2(@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.4': resolution: {integrity: sha512-ZNZgNOpTggZbRU2rdGrse5oU0WAvmGaZnC6c6y+W5tVnY9rkkPLYQ9u75gY4H4c+EpsGm6F6VWCmc0TK1EPoqg==} - '@push.rocks/smartdb@2.5.1': - resolution: {integrity: sha512-DgwYQ1mY3Ea4Bj7JXF6X0E2lwyXB3VFUmVTGdUnJBr8nQAmozc7TiIe0Z4Ye3d6KojKDsDfw2XKGNkYmaHkVqg==} + '@push.rocks/smartdb@2.5.2': + resolution: {integrity: sha512-CkNDjbz6HckeqMbWes5Q+41BcOj6hBO1GZFqOx4zAug+JO/dX1l7GNwQ34X7v5VAsATR6/k3mwkMBXbdazMUQw==} '@push.rocks/smartdelay@3.0.5': resolution: {integrity: sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==} @@ -5994,11 +5994,14 @@ snapshots: - '@aws-sdk/credential-providers' - '@mongodb-js/zstd' - '@nuxt/kit' + - bare-abort-controller + - bare-buffer - encoding - gcp-metadata - kerberos - mongodb-client-encryption - react + - react-native-b4a - snappy - socks - supports-color @@ -6141,7 +6144,7 @@ snapshots: - supports-color - vue - '@push.rocks/smartdb@2.5.1(@tiptap/pm@2.27.2)': + '@push.rocks/smartdb@2.5.2(@tiptap/pm@2.27.2)': dependencies: '@api.global/typedserver': 8.4.6(@tiptap/pm@2.27.2) '@design.estate/dees-element': 2.2.4 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 240cf20..b3d7155 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: '13.0.2', + version: '13.0.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 240cf20..b3d7155 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: '13.0.2', + version: '13.0.3', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }