fix(dependencies): Update smarts3 dependency to version 2.2.5

This commit is contained in:
Philipp Kunz 2024-11-06 17:15:28 +01:00
parent 32704386ee
commit e98f109dcc
4 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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"
},

8
pnpm-lock.yaml generated
View File

@ -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

View File

@ -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.'
}