From e98f109dcca5b179aa3154629d83ff15a016b9e5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 6 Nov 2024 17:15:28 +0100 Subject: [PATCH] fix(dependencies): Update smarts3 dependency to version 2.2.5 --- changelog.md | 4 ++++ package.json | 2 +- pnpm-lock.yaml | 8 ++++---- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index ec220ed..5a8aabc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-11-06 - 5.4.4 - fix(dependencies) +Update smarts3 dependency to version 2.2.5 + + ## 2024-11-06 - 5.4.3 - fix(TapNodeTools) Fix server port default value in createSmarts3 method diff --git a/package.json b/package.json index 83cd9ec..cccb89c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@push.rocks/smartjson": "^5.0.20", "@push.rocks/smartmongo": "^2.0.10", "@push.rocks/smartpromise": "^4.0.4", - "@push.rocks/smarts3": "^2.2.2", + "@push.rocks/smarts3": "^2.2.5", "@push.rocks/smartshell": "^3.0.6", "@push.rocks/smarttime": "^4.0.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a60440..ce1a633 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ dependencies: specifier: ^4.0.4 version: 4.0.4 '@push.rocks/smarts3': - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.2.5 + version: 2.2.5 '@push.rocks/smartshell': specifier: ^3.0.6 version: 3.0.6 @@ -2159,8 +2159,8 @@ packages: '@push.rocks/smartpromise': 4.0.4 rxjs: 7.8.1 - /@push.rocks/smarts3@2.2.2: - resolution: {integrity: sha512-H1dou6JrSkrwx6Y/szuOlnARGSSuZTSL2rLnJqg93/vp6GjLPQqI4+zEkuIO+3fAoQH0hRYvc0/DPhalKWJA2A==} + /@push.rocks/smarts3@2.2.5: + resolution: {integrity: sha512-OZjD0jBCUTJCLnwraxBcyZ3he5buXf2OEM1zipiTBChA2EcKUZWKk/a6KR5WT+NlFCIIuB23UG+U+cxsIWM91Q==} dependencies: '@push.rocks/smartbucket': 3.0.23 '@push.rocks/smartfile': 11.0.21 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 63faec1..c598793 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '5.4.3', + version: '5.4.4', description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.' }