diff --git a/changelog.md b/changelog.md index 6d818c1..1a6bc4d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 2024-12-17 - 4.5.1 - fix(core) +Updated dependencies in package.json to latest versions. + +- Bumped @git.zone/tswatch to version ^2.0.37 +- Bumped @types/node to version ^22.10.2 +- Bumped @design.estate/dees-catalog to version ^1.3.2 +- Bumped @push.rocks/smartfile to version ^11.0.23 +- Bumped @tsclass/tsclass to version ^4.2.0 + ## 2024-12-14 - 4.5.0 - feat(services) Add service management functionalities diff --git a/package.json b/package.json index 842ba5f..4c13dc6 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "@git.zone/tsdoc": "^1.4.2", "@git.zone/tspublish": "^1.7.7", "@git.zone/tstest": "^1.0.90", - "@git.zone/tswatch": "^2.0.36", + "@git.zone/tswatch": "^2.0.37", "@push.rocks/tapbundle": "^5.5.3", - "@types/node": "^22.10.1" + "@types/node": "^22.10.2" }, "dependencies": { "@api.global/typedrequest": "3.1.10", @@ -40,7 +40,7 @@ "@apiclient.xyz/docker": "^1.2.7", "@apiclient.xyz/hetznercloud": "^1.2.0", "@apiclient.xyz/slack": "^3.0.9", - "@design.estate/dees-catalog": "^1.3.1", + "@design.estate/dees-catalog": "^1.3.2", "@design.estate/dees-domtools": "^2.0.64", "@design.estate/dees-element": "^2.0.39", "@git.zone/tsrun": "^1.3.3", @@ -56,7 +56,7 @@ "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartexit": "^1.0.23", "@push.rocks/smartexpect": "^1.2.1", - "@push.rocks/smartfile": "^11.0.21", + "@push.rocks/smartfile": "^11.0.23", "@push.rocks/smartguard": "^3.1.0", "@push.rocks/smartjson": "^5.0.19", "@push.rocks/smartjwt": "^2.2.1", @@ -74,7 +74,7 @@ "@push.rocks/smartunique": "^3.0.9", "@push.rocks/taskbuffer": "^3.0.2", "@push.rocks/webjwt": "^1.0.9", - "@tsclass/tsclass": "^4.1.2" + "@tsclass/tsclass": "^4.2.0" }, "files": [ "ts/**/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11de7dd..160cbd3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^3.0.9 version: 3.0.9 '@design.estate/dees-catalog': - specifier: ^1.3.1 - version: 1.3.1 + specifier: ^1.3.2 + version: 1.3.2 '@design.estate/dees-domtools': specifier: ^2.0.64 version: 2.0.65 @@ -81,8 +81,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 '@push.rocks/smartfile': - specifier: ^11.0.21 - version: 11.0.21 + specifier: ^11.0.23 + version: 11.0.23 '@push.rocks/smartguard': specifier: ^3.1.0 version: 3.1.0 @@ -135,8 +135,8 @@ importers: specifier: ^1.0.9 version: 1.0.9 '@tsclass/tsclass': - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^4.2.0 + version: 4.2.0 devDependencies: '@git.zone/tsbuild': specifier: ^2.2.0 @@ -154,14 +154,14 @@ importers: specifier: ^1.0.90 version: 1.0.90(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.686.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3) '@git.zone/tswatch': - specifier: ^2.0.36 - version: 2.0.36 + specifier: ^2.0.37 + version: 2.0.37 '@push.rocks/tapbundle': specifier: ^5.5.3 version: 5.5.3(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.686.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3) '@types/node': - specifier: ^22.10.1 - version: 22.10.1 + specifier: ^22.10.2 + version: 22.10.2 packages: @@ -502,8 +502,8 @@ packages: '@dabh/diagnostics@2.0.3': resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} - '@design.estate/dees-catalog@1.3.1': - resolution: {integrity: sha512-6uyc6CUGoHhxaDvOyzI9FxR8c7iwr8zeC7gNdaQwkM3Iwfwn5hK8TIfrbwz3HVTB55NZjf0yKcIwKGSRxRD/jQ==} + '@design.estate/dees-catalog@1.3.2': + resolution: {integrity: sha512-C23TPvM7HPUcn7CW0YDIlEQqAo+0kXZMgK3PIf2tZZ4Qb7sf+A2sa44j/MFd3yBbgwlSdpbhrWM3EZwmSKhBzA==} '@design.estate/dees-comms@1.0.27': resolution: {integrity: sha512-GvzTUwkV442LD60T08iqSoqvhA02Mou5lFvvqBPc4yBUiU7cZISqBx+76xvMgMIEI9Dx9JfTl4/2nW8MoVAanw==} @@ -808,24 +808,24 @@ packages: '@esm-bundle/chai@4.3.4-fix.0': resolution: {integrity: sha512-26SKdM4uvDWlY8/OOOxSB1AqQWeBosCX3wRYUZO7enTAj03CtVxIiCimYVG2WpULcyV51qapK4qTovwkUr5Mlw==} - '@fortawesome/fontawesome-common-types@6.6.0': - resolution: {integrity: sha512-xyX0X9mc0kyz9plIyryrRbl7ngsA9jz77mCZJsUkLl+ZKs0KWObgaEBoSgQiYWAsSmjz/yjl0F++Got0Mdp4Rw==} + '@fortawesome/fontawesome-common-types@6.7.1': + resolution: {integrity: sha512-gbDz3TwRrIPT3i0cDfujhshnXO9z03IT1UKRIVi/VEjpNHtSBIP2o5XSm+e816FzzCFEzAxPw09Z13n20PaQJQ==} engines: {node: '>=6'} - '@fortawesome/fontawesome-svg-core@6.6.0': - resolution: {integrity: sha512-KHwPkCk6oRT4HADE7smhfsKudt9N/9lm6EJ5BVg0tD1yPA5hht837fB87F8pn15D8JfTqQOjhKTktwmLMiD7Kg==} + '@fortawesome/fontawesome-svg-core@6.7.1': + resolution: {integrity: sha512-8dBIHbfsKlCk2jHQ9PoRBg2Z+4TwyE3vZICSnoDlnsHA6SiMlTwfmW6yX0lHsRmWJugkeb92sA0hZdkXJhuz+g==} engines: {node: '>=6'} - '@fortawesome/free-brands-svg-icons@6.6.0': - resolution: {integrity: sha512-1MPD8lMNW/earme4OQi1IFHtmHUwAKgghXlNwWi9GO7QkTfD+IIaYpIai4m2YJEzqfEji3jFHX1DZI5pbY/biQ==} + '@fortawesome/free-brands-svg-icons@6.7.1': + resolution: {integrity: sha512-nJR76eqPzCnMyhbiGf6X0aclDirZriTPRcFm1YFvuupyJOGwlNF022w3YBqu+yrHRhnKRpzFX+8wJKqiIjWZkA==} engines: {node: '>=6'} - '@fortawesome/free-regular-svg-icons@6.6.0': - resolution: {integrity: sha512-Yv9hDzL4aI73BEwSEh20clrY8q/uLxawaQ98lekBx6t9dQKDHcDzzV1p2YtBGTtolYtNqcWdniOnhzB+JPnQEQ==} + '@fortawesome/free-regular-svg-icons@6.7.1': + resolution: {integrity: sha512-e13cp+bAx716RZOTQ59DhqikAgETA9u1qTBHO3e3jMQQ+4H/N1NC1ZVeFYt1V0m+Th68BrEL1/X6XplISutbXg==} engines: {node: '>=6'} - '@fortawesome/free-solid-svg-icons@6.6.0': - resolution: {integrity: sha512-IYv/2skhEDFc2WGUcqvFJkeK39Q+HyPf5GHUrT/l2pKbtgEIv1al1TKd6qStR5OIwQdN1GZP54ci3y4mroJWjA==} + '@fortawesome/free-solid-svg-icons@6.7.1': + resolution: {integrity: sha512-BTKc0b0mgjWZ2UDKVgmwaE0qt0cZs6ITcDgjrti5f/ki7aF5zs+N91V6hitGo3TItCFtnKg6cUVGdTmBFICFRg==} engines: {node: '>=6'} '@git.zone/tsbuild@2.2.0': @@ -852,8 +852,8 @@ packages: resolution: {integrity: sha512-McytXK46GiReEps7wHWW6zOHYCFF4sywjj6auHjhGqzOogA2Wju1YtZRL+o+OAUb61kQxNFRras6Xg/4Zth0Bw==} hasBin: true - '@git.zone/tswatch@2.0.36': - resolution: {integrity: sha512-HbH6d5p7L1g7iCrJHy/OLdUjXZl/rpMF8nj3KnV+9atCksMxAeWkImbTdtYpPjb9q4m7VfaueThEMoGvgBAtFw==} + '@git.zone/tswatch@2.0.37': + resolution: {integrity: sha512-LvrODTTGMLllfc/EcVJirxnGEx7/gon6iMQS6mM/fbRbtONif+rRMlCrBMOF4QRVYSJtjFeQ9/FHO7+iqPfYPw==} hasBin: true '@hapi/bourne@3.0.0': @@ -954,6 +954,70 @@ packages: '@mongodb-js/saslprep@1.1.9': resolution: {integrity: sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==} + '@napi-rs/canvas-android-arm64@0.1.65': + resolution: {integrity: sha512-ZYwqFYEKcT5Zr8lbiaJNJj/poLaeK2TncolY914r+gD2TJNeP7ZqvE7A2SX/1C9MB4E3DQEwm3YhL3WEf0x3MQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + + '@napi-rs/canvas-darwin-arm64@0.1.65': + resolution: {integrity: sha512-Pg1pfiJEyDIsX+V0QaJPRWvXbw5zmWAk3bivFCvt/5pwZb37/sT6E/RqPHT9NnqpDyKW6SriwY9ypjljysUA1Q==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@napi-rs/canvas-darwin-x64@0.1.65': + resolution: {integrity: sha512-3Tr+/HjdJN7Z/VKIcsxV2DvDIibZCExgfYTgljCkUSFuoI7iNkOE6Dc1Q6j212EB9PeO8KmfrViBqHYT6IwWkA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.65': + resolution: {integrity: sha512-3KP+dYObH7CVkZMZWwk1WX9jRjL+EKdQtD43H8MOI+illf+dwqLlecdQ4d9bQRIxELKJ8dyPWY4fOp/Ngufrdg==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + + '@napi-rs/canvas-linux-arm64-gnu@0.1.65': + resolution: {integrity: sha512-Ka3StKz7Dq7kjTF3nNJCq43UN/VlANS7qGE3dWkn1d+tQNsCRy/wRmyt1TUFzIjRqcTFMQNRbgYq84+53UBA0A==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@napi-rs/canvas-linux-arm64-musl@0.1.65': + resolution: {integrity: sha512-O4xMASm2JrmqYoiDyxVWi+z5C14H+oVEag2rZ5iIA67dhWqYZB+iO7wCFpBYRj31JPBR29FOsu6X9zL+DwBFdw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@napi-rs/canvas-linux-riscv64-gnu@0.1.65': + resolution: {integrity: sha512-dblWDaA59ZU8bPbkfM+riSke7sFbNZ70LEevUdI5rgiFEUzYUQlU34gSBzemTACj5rCWt1BYeu0GfkLSjNMBSw==} + engines: {node: '>= 10'} + cpu: [riscv64] + os: [linux] + + '@napi-rs/canvas-linux-x64-gnu@0.1.65': + resolution: {integrity: sha512-wsp+atutw13OJXGU3DDkdngtBDoEg01IuK5xMe0L6VFPV8maGkh17CXze078OD5QJOc6kFyw3DDscMLOPF8+oA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@napi-rs/canvas-linux-x64-musl@0.1.65': + resolution: {integrity: sha512-odX+nN+IozWzhdj31INcHz3Iy9+EckNw+VqsZcaUxZOTu7/3FmktRNI6aC1qe5minZNv1m05YOS1FVf7fvmjlA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@napi-rs/canvas-win32-x64-msvc@0.1.65': + resolution: {integrity: sha512-RZQX3luWnlNWgdMnLMQ1hyfQraeAn9lnxWWVCHuUM4tAWEV8UDdeb7cMwmJW7eyt8kAosmjeHt3cylQMHOxGFg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@napi-rs/canvas@0.1.65': + resolution: {integrity: sha512-YcFhXQcp+b2d38zFOJNbpyPHnIL7KAEkhJQ+UeeKI5IpE9B8Cpf/M6RiHPQXSsSqnYbrfFylnW49dyh2oeSblQ==} + engines: {node: '>= 10'} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -1102,8 +1166,8 @@ packages: '@push.rocks/smartfile@10.0.41': resolution: {integrity: sha512-xOOy0duI34M2qrJZggpk51EHGXmg9+mBL1Q55tNiQKXzfx89P3coY1EAZG8tvmep3qB712QEKe7T+u04t42Kjg==} - '@push.rocks/smartfile@11.0.21': - resolution: {integrity: sha512-ZtF8QPGeR/2MJxtHgJY1+FLrOZ+GTLWqwyDz7Woq1x+K9nb4almA1OpdW5IQPBK3ECHur0ghg5bzzKMuR5ZSzg==} + '@push.rocks/smartfile@11.0.23': + resolution: {integrity: sha512-+tP/ydhNapve/bVDGMoloZmB6eBFvamHVx5uP05GLCKh0KFffNJuMKTHX4DgC0y3BmNm+Bii7jhpQblY+R99kQ==} '@push.rocks/smartgit@3.1.1': resolution: {integrity: sha512-ANUzouwWO/ZZFP038cTbr+SdJSHX0mX6R7t8rNv68FRJMwuViuY/5Oop+el4d80HtQD25vQyfoWU7Mb8eACIwA==} @@ -1204,8 +1268,8 @@ packages: '@push.rocks/smartshell@3.0.6': resolution: {integrity: sha512-j3SgNyq1K3i7NVk5a2+5QkG/9ac30eC3OsOAMXVxOczYceMXRiXIr9yow3t/+na14/zSYd8He2N0vYPtYqKeSQ==} - '@push.rocks/smartshell@3.2.0': - resolution: {integrity: sha512-YBGPaaUsT0DmR40bfrnE3p+zLxjYRgTC588R7jojVdyPDD7fDMKHcizzFLnxxmlyI60e5idsUWyz11V/rZY3sQ==} + '@push.rocks/smartshell@3.2.2': + resolution: {integrity: sha512-zMTVJ2ca1pDiqyRQpByz/T2HtoRYLCbXFo6TSA663nuGmnGsIn/DHFZMQYUJGdDi6LSjVxPsQMsY5Bwc4hL6og==} '@push.rocks/smartsitemap@2.0.3': resolution: {integrity: sha512-jIcms8V1b2mt3dS4PKNlLR1DRC8pCDWMRVbnyM/2+snZOJZonQRlQzAyX8No0EfLbfdrfnxv2IjPX13X29Re6g==} @@ -1774,8 +1838,8 @@ packages: '@tsclass/tsclass@3.0.48': resolution: {integrity: sha512-hC65UvDlp9qvsl6OcIZXz0JNiWZ0gyzsTzbXpg215sGxopgbkOLCr6E0s4qCTnweYm95gt2AdY95uP7M7kExaQ==} - '@tsclass/tsclass@4.1.2': - resolution: {integrity: sha512-uMg1IcTU1cP0McXYGwGffoU3asNQHle7bTN0tn6kVXzfNzSwQf4o8v+YQ4VRnUzo4ov6VKcPXqg5OLb2vz977g==} + '@tsclass/tsclass@4.2.0': + resolution: {integrity: sha512-34p1jFzpOXapfsD95VN+Kq/qW/XDbyCi/qDMcZp3aUCYIv6dlzY3+6s+GOIQSzkL1YW1uKCij88J+jNsWGijbA==} '@types/accepts@1.3.7': resolution: {integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==} @@ -1947,11 +2011,11 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@18.19.67': - resolution: {integrity: sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==} + '@types/node@18.19.68': + resolution: {integrity: sha512-QGtpFH1vB99ZmTa63K4/FU8twThj4fuVSBkGddTp7uIL/cuoLWIUSL2RcOaigBhfR+hg5pgGkBnkoOxrTVBMKw==} - '@types/node@22.10.1': - resolution: {integrity: sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==} + '@types/node@22.10.2': + resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} '@types/parse5@6.0.3': resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} @@ -2316,10 +2380,6 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - canvas@3.0.0-rc2: - resolution: {integrity: sha512-esx4bYDznnqgRX4G8kaEaf0W3q8xIc51WpmrIitDzmcoEgwnv9wSKdzT6UxWZ4wkVu5+ileofppX0TpyviJRdQ==} - engines: {node: ^18.12.0 || >= 20.9.0} - ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -2564,10 +2624,6 @@ packages: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} - decompress-response@4.2.1: - resolution: {integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==} - engines: {node: '>=8'} - decompress-response@6.0.0: resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} engines: {node: '>=10'} @@ -2626,10 +2682,6 @@ packages: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - detect-libc@2.0.3: - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} - engines: {node: '>=8'} - devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} @@ -2783,10 +2835,6 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - expand-template@2.0.3: - resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} - engines: {node: '>=6'} - expect@29.7.0: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2997,9 +3045,6 @@ packages: get-tsconfig@4.8.1: resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} - github-from-package@0.0.0: - resolution: {integrity: sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=} - glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -3008,6 +3053,11 @@ packages: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true + glob@11.0.0: + resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} + engines: {node: 20 || >=22} + hasBin: true + glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} @@ -3322,6 +3372,10 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + jackspeak@4.0.2: + resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} + engines: {node: 20 || >=22} + jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -3518,6 +3572,10 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + lru-cache@11.0.2: + resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} + engines: {node: 20 || >=22} + lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} @@ -3741,10 +3799,6 @@ packages: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - mimic-response@2.1.0: - resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==} - engines: {node: '>=8'} - mimic-response@3.1.0: resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} engines: {node: '>=10'} @@ -3757,6 +3811,10 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -3798,8 +3856,8 @@ packages: engines: {node: '>=10'} hasBin: true - monaco-editor@0.52.0: - resolution: {integrity: sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==} + monaco-editor@0.52.2: + resolution: {integrity: sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==} mongodb-connection-string-url@2.6.0: resolution: {integrity: sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==} @@ -3872,9 +3930,6 @@ packages: engines: {node: ^14 || ^16 || >=18} hasBin: true - napi-build-utils@1.0.2: - resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} - negotiator@0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} @@ -3886,13 +3941,6 @@ packages: no-case@2.3.2: resolution: {integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==} - node-abi@3.71.0: - resolution: {integrity: sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==} - engines: {node: '>=10'} - - node-addon-api@7.1.1: - resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} - node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} @@ -4069,6 +4117,10 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} + path-scurry@2.0.0: + resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} + engines: {node: 20 || >=22} + path-to-regexp@0.1.10: resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} @@ -4083,10 +4135,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path2d@0.2.1: - resolution: {integrity: sha512-Fl2z/BHvkTNvkuBzYTpTuirHZg6wW9z8+4SND/3mDTEcYbbNKWAy21dz9D3ePNNwrrK8pqZO5vLPZ1hLF6T7XA==} - engines: {node: '>=6'} - pdf-lib@1.17.1: resolution: {integrity: sha512-V/mpyJAoTsN4cnP31vc0wfNA1+p20evqqnap0KLoRUN0Yk/p3wN52DOEsL4oBFcLdb76hlpKPtzJIgo67j/XLw==} @@ -4101,9 +4149,9 @@ packages: resolution: {integrity: sha512-KbW4Qb7iHw2fBRWtA9FTc4pZg9cokiFIzc6cE7dzelTrhXWolfQuG1fYVC0E2BRmK/w7xfBjQ+OEsPZPO3QEew==} engines: {node: '>=14'} - pdfjs-dist@4.8.69: - resolution: {integrity: sha512-IHZsA4T7YElCKNNXtiLgqScw4zPd3pG9do8UrznC757gMd7UPeHSL2qwNNMJo4r79fl8oj1Xx+1nh2YkzdMpLQ==} - engines: {node: '>=18'} + pdfjs-dist@4.9.155: + resolution: {integrity: sha512-epRZn6DQQKCOEqbmFsxkiMBm1MHaNrnr6T4VBNP0bsDvdJdmrWcZbS5cgJXW68P0d3uJTlFhF6Wms2tlSgPYig==} + engines: {node: '>=20'} peek-readable@5.3.1: resolution: {integrity: sha512-GVlENSDW6KHaXcd9zkZltB7tCLosKB/4Hg0fqBJkAoBgYG2Tn1xtMgXtSUuMU9AK/gCm/tTdT8mgAeF4YNeeqw==} @@ -4138,11 +4186,6 @@ packages: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} - prebuild-install@7.1.2: - resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} - engines: {node: '>=10'} - hasBin: true - pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4411,9 +4454,6 @@ packages: simple-concat@1.0.1: resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} - simple-get@3.1.1: - resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==} - simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} @@ -4700,9 +4740,6 @@ packages: engines: {node: '>=18.0.0'} hasBin: true - tunnel-agent@0.6.0: - resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} - turndown-plugin-gfm@1.0.2: resolution: {integrity: sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==} @@ -4717,8 +4754,8 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - type-fest@4.26.1: - resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} + type-fest@4.30.1: + resolution: {integrity: sha512-ojFL7eDMX2NF0xMbDwPZJ8sb7ckqtlAi1GsmgsFXvErT9kFTk1r0DuQKvrCh73M6D4nngeHJmvogF9OluXs7Hw==} engines: {node: '>=16'} type-is@1.6.18: @@ -5025,7 +5062,7 @@ snapshots: '@anthropic-ai/sdk@0.21.1': dependencies: - '@types/node': 18.19.67 + '@types/node': 18.19.68 '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -5064,7 +5101,7 @@ snapshots: '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartenv': 5.0.12 '@push.rocks/smartfeed': 1.0.11 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartjson': 5.0.20 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartlog-destination-devtools': 1.0.12 @@ -5084,7 +5121,7 @@ snapshots: '@push.rocks/taskbuffer': 3.1.7 '@push.rocks/webrequest': 3.0.37 '@push.rocks/webstore': 2.0.20 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@types/express': 4.17.21 body-parser: 1.20.3 cors: 2.8.5 @@ -5118,14 +5155,14 @@ snapshots: '@pushrocks/smartpromise': 4.0.2 '@pushrocks/smartrequest': 2.0.15 '@pushrocks/smartstring': 4.0.7 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@apiclient.xyz/docker@1.2.7': dependencies: '@push.rocks/lik': 6.1.0 '@push.rocks/smartarchive': 4.0.39 '@push.rocks/smartbucket': 3.3.7 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartjson': 5.0.20 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartnetwork': 3.0.2 @@ -5136,7 +5173,7 @@ snapshots: '@push.rocks/smartstring': 4.0.15 '@push.rocks/smartunique': 3.0.9 '@push.rocks/smartversion': 3.0.5 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 rxjs: 7.8.1 transitivePeerDependencies: - aws-crt @@ -5144,7 +5181,7 @@ snapshots: '@apiclient.xyz/hetznercloud@1.2.0': dependencies: '@push.rocks/smartrequest': 2.0.23 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@apiclient.xyz/slack@3.0.9': dependencies: @@ -6176,25 +6213,25 @@ snapshots: enabled: 2.0.0 kuler: 2.0.0 - '@design.estate/dees-catalog@1.3.1': + '@design.estate/dees-catalog@1.3.2': dependencies: '@design.estate/dees-domtools': 2.0.65 '@design.estate/dees-element': 2.0.39 '@design.estate/dees-wcctools': 1.0.90 - '@fortawesome/fontawesome-svg-core': 6.6.0 - '@fortawesome/free-brands-svg-icons': 6.6.0 - '@fortawesome/free-regular-svg-icons': 6.6.0 - '@fortawesome/free-solid-svg-icons': 6.6.0 + '@fortawesome/fontawesome-svg-core': 6.7.1 + '@fortawesome/free-brands-svg-icons': 6.7.1 + '@fortawesome/free-regular-svg-icons': 6.7.1 + '@fortawesome/free-solid-svg-icons': 6.7.1 '@push.rocks/smarti18n': 1.0.4 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartstring': 4.0.15 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@webcontainer/api': 1.2.0 apexcharts: 3.54.1 highlight.js: 11.10.0 ibantools: 4.5.1 - monaco-editor: 0.52.0 - pdfjs-dist: 4.8.69 + monaco-editor: 0.52.2 + pdfjs-dist: 4.9.155 xterm: 5.3.0 xterm-addon-fit: 0.8.0(xterm@5.3.0) transitivePeerDependencies: @@ -6395,23 +6432,23 @@ snapshots: dependencies: '@types/chai': 4.3.20 - '@fortawesome/fontawesome-common-types@6.6.0': {} + '@fortawesome/fontawesome-common-types@6.7.1': {} - '@fortawesome/fontawesome-svg-core@6.6.0': + '@fortawesome/fontawesome-svg-core@6.7.1': dependencies: - '@fortawesome/fontawesome-common-types': 6.6.0 + '@fortawesome/fontawesome-common-types': 6.7.1 - '@fortawesome/free-brands-svg-icons@6.6.0': + '@fortawesome/free-brands-svg-icons@6.7.1': dependencies: - '@fortawesome/fontawesome-common-types': 6.6.0 + '@fortawesome/fontawesome-common-types': 6.7.1 - '@fortawesome/free-regular-svg-icons@6.6.0': + '@fortawesome/free-regular-svg-icons@6.7.1': dependencies: - '@fortawesome/fontawesome-common-types': 6.6.0 + '@fortawesome/fontawesome-common-types': 6.7.1 - '@fortawesome/free-solid-svg-icons@6.6.0': + '@fortawesome/free-solid-svg-icons@6.7.1': dependencies: - '@fortawesome/fontawesome-common-types': 6.6.0 + '@fortawesome/fontawesome-common-types': 6.7.1 '@git.zone/tsbuild@2.2.0': dependencies: @@ -6419,7 +6456,7 @@ snapshots: '@push.rocks/early': 4.0.4 '@push.rocks/smartcli': 4.0.11 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 @@ -6430,7 +6467,7 @@ snapshots: '@push.rocks/early': 4.0.4 '@push.rocks/smartcli': 4.0.11 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartlog-destination-local': 9.0.2 '@push.rocks/smartpath': 5.0.18 @@ -6452,7 +6489,7 @@ snapshots: '@push.rocks/smartai': 0.0.17 '@push.rocks/smartcli': 4.0.11 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartgit': 3.1.1 '@push.rocks/smartinteract': 2.0.16 '@push.rocks/smartlog': 3.0.7 @@ -6473,7 +6510,7 @@ snapshots: dependencies: '@push.rocks/smartcli': 4.0.11 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartnpm': 2.0.4 '@push.rocks/smartpath': 5.0.18 @@ -6481,7 +6518,7 @@ snapshots: '@git.zone/tsrun@1.3.3': dependencies: - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartshell': 3.0.6 tsx: 4.19.2 @@ -6493,7 +6530,7 @@ snapshots: '@push.rocks/consolecolor': 2.0.2 '@push.rocks/smartbrowser': 2.0.6 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartshell': 3.0.6 @@ -6516,7 +6553,7 @@ snapshots: - supports-color - utf-8-validate - '@git.zone/tswatch@2.0.36': + '@git.zone/tswatch@2.0.37': dependencies: '@api.global/typedserver': 3.0.51 '@git.zone/tsbundle': 2.1.0 @@ -6526,15 +6563,13 @@ snapshots: '@push.rocks/smartchok': 1.0.34 '@push.rocks/smartcli': 4.0.11 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartlog-destination-local': 9.0.2 - '@push.rocks/smartshell': 3.2.0 + '@push.rocks/smartshell': 3.2.2 '@push.rocks/taskbuffer': 3.1.7 transitivePeerDependencies: - - bufferutil - supports-color - - utf-8-validate '@hapi/bourne@3.0.0': {} @@ -6560,7 +6595,7 @@ snapshots: '@inquirer/figures': 1.0.7 '@inquirer/type': 2.0.0 '@types/mute-stream': 0.0.4 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 cli-width: 4.1.0 @@ -6660,7 +6695,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -6688,6 +6723,50 @@ snapshots: dependencies: sparse-bitfield: 3.0.3 + '@napi-rs/canvas-android-arm64@0.1.65': + optional: true + + '@napi-rs/canvas-darwin-arm64@0.1.65': + optional: true + + '@napi-rs/canvas-darwin-x64@0.1.65': + optional: true + + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.65': + optional: true + + '@napi-rs/canvas-linux-arm64-gnu@0.1.65': + optional: true + + '@napi-rs/canvas-linux-arm64-musl@0.1.65': + optional: true + + '@napi-rs/canvas-linux-riscv64-gnu@0.1.65': + optional: true + + '@napi-rs/canvas-linux-x64-gnu@0.1.65': + optional: true + + '@napi-rs/canvas-linux-x64-musl@0.1.65': + optional: true + + '@napi-rs/canvas-win32-x64-msvc@0.1.65': + optional: true + + '@napi-rs/canvas@0.1.65': + optionalDependencies: + '@napi-rs/canvas-android-arm64': 0.1.65 + '@napi-rs/canvas-darwin-arm64': 0.1.65 + '@napi-rs/canvas-darwin-x64': 0.1.65 + '@napi-rs/canvas-linux-arm-gnueabihf': 0.1.65 + '@napi-rs/canvas-linux-arm64-gnu': 0.1.65 + '@napi-rs/canvas-linux-arm64-musl': 0.1.65 + '@napi-rs/canvas-linux-riscv64-gnu': 0.1.65 + '@napi-rs/canvas-linux-x64-gnu': 0.1.65 + '@napi-rs/canvas-linux-x64-musl': 0.1.65 + '@napi-rs/canvas-win32-x64-msvc': 0.1.65 + optional: true + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -6781,14 +6860,14 @@ snapshots: '@push.rocks/smartcache': 1.0.16 '@push.rocks/smartenv': 5.0.12 '@push.rocks/smartexit': 1.0.23 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartjson': 5.0.20 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartstring': 4.0.15 '@push.rocks/smartunique': 3.0.9 '@push.rocks/taskbuffer': 3.1.7 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@push.rocks/lik@6.1.0': dependencies: @@ -6808,7 +6887,7 @@ snapshots: '@pushrocks/smartjson': 4.0.6 '@pushrocks/smartpath': 5.0.5 '@pushrocks/smartpromise': 3.1.10 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 mongodb: 4.17.2(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)) transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' @@ -6817,14 +6896,14 @@ snapshots: '@push.rocks/npmextra@5.1.2': dependencies: '@push.rocks/qenv': 6.1.0 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartjson': 5.0.20 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartrx': 3.0.7 '@push.rocks/taskbuffer': 3.1.7 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@push.rocks/projectinfo@5.0.2': dependencies: @@ -6837,7 +6916,7 @@ snapshots: dependencies: '@api.global/typedrequest': 3.1.10 '@configvault.io/interfaces': 1.0.17 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartpath': 5.0.18 @@ -6854,7 +6933,7 @@ snapshots: '@push.rocks/smartstring': 4.0.15 '@push.rocks/smarttime': 4.0.8 '@push.rocks/smartunique': 3.0.9 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 acme-client: 4.2.5 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' @@ -6872,7 +6951,7 @@ snapshots: dependencies: '@anthropic-ai/sdk': 0.21.1 '@push.rocks/smartarray': 1.0.8 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpdf': 3.1.7 '@push.rocks/smartpromise': 4.0.4 @@ -6904,7 +6983,7 @@ snapshots: '@push.rocks/smartarchive@4.0.39': dependencies: '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartrequest': 2.0.23 @@ -6938,7 +7017,7 @@ snapshots: '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartrx': 3.0.7 '@push.rocks/smartstream': 2.0.8 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@types/minio': 7.1.1 minio: 7.1.3 @@ -6952,7 +7031,7 @@ snapshots: '@push.rocks/smartstream': 3.2.5 '@push.rocks/smartstring': 4.0.15 '@push.rocks/smartunique': 3.0.9 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 transitivePeerDependencies: - aws-crt @@ -7011,7 +7090,7 @@ snapshots: '@push.rocks/smarttime': 4.0.8 '@push.rocks/smartunique': 3.0.9 '@push.rocks/taskbuffer': 3.1.7 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 mongodb: 6.10.0(@aws-sdk/credential-providers@3.686.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3) transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' @@ -7035,7 +7114,7 @@ snapshots: '@pushrocks/smartenv': 5.0.5 '@pushrocks/smartpromise': 3.1.10 '@pushrocks/smartrequest': 2.0.15 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 dns2: 2.1.0 '@push.rocks/smartenv@5.0.12': @@ -7082,14 +7161,14 @@ snapshots: glob: 10.4.5 js-yaml: 4.1.0 - '@push.rocks/smartfile@11.0.21': + '@push.rocks/smartfile@11.0.23': dependencies: '@push.rocks/lik': 6.1.0 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile-interfaces': 1.0.7 '@push.rocks/smarthash': 3.0.4 '@push.rocks/smartjson': 5.0.20 - '@push.rocks/smartmime': 2.0.2 + '@push.rocks/smartmime': 2.0.4 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartrequest': 2.0.23 @@ -7098,13 +7177,13 @@ snapshots: '@types/glob': 8.1.0 '@types/js-yaml': 4.0.9 fs-extra: 11.2.0 - glob: 10.4.5 + glob: 11.0.0 js-yaml: 4.1.0 '@push.rocks/smartgit@3.1.1': dependencies: '@push.rocks/smartenv': 5.0.12 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartshell': 3.0.6 @@ -7148,7 +7227,7 @@ snapshots: '@push.rocks/smartcrypto': 2.0.4 '@push.rocks/smartguard': 3.1.0 '@push.rocks/smartjson': 5.0.20 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@types/jsonwebtoken': 9.0.7 jsonwebtoken: 9.0.2 @@ -7170,7 +7249,7 @@ snapshots: '@push.rocks/smartlog-interfaces@3.0.2': dependencies: '@api.global/typedrequest-interfaces': 2.0.2 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@push.rocks/smartlog@3.0.7': dependencies: @@ -7281,13 +7360,13 @@ snapshots: dependencies: '@push.rocks/smartbuffer': 3.0.4 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartnetwork': 3.0.2 '@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpromise': 4.0.4 '@push.rocks/smartpuppeteer': 2.0.2 '@push.rocks/smartunique': 3.0.9 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@types/express': 4.17.21 express: 4.21.1 pdf-lib: 1.17.1 @@ -7334,9 +7413,9 @@ snapshots: '@push.rocks/smarts3@2.2.5': dependencies: '@push.rocks/smartbucket': 3.3.7 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartpath': 5.0.18 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@types/s3rver': 3.7.4 s3rver: 3.7.1 transitivePeerDependencies: @@ -7352,7 +7431,7 @@ snapshots: tree-kill: 1.2.2 which: 4.0.0 - '@push.rocks/smartshell@3.2.0': + '@push.rocks/smartshell@3.2.2': dependencies: '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartexit': 1.0.23 @@ -7368,7 +7447,7 @@ snapshots: '@push.rocks/smartxml': 1.0.8 '@push.rocks/smartyaml': 2.0.5 '@push.rocks/webrequest': 3.0.37 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@push.rocks/smartsocket@2.0.27': dependencies: @@ -7489,7 +7568,7 @@ snapshots: '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartenv': 5.0.12 '@push.rocks/smartexpect': 1.2.1 - '@push.rocks/smartfile': 11.0.21 + '@push.rocks/smartfile': 11.0.23 '@push.rocks/smartjson': 5.0.20 '@push.rocks/smartmongo': 2.0.10(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.686.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3) '@push.rocks/smartpath': 5.0.18 @@ -7539,7 +7618,7 @@ snapshots: dependencies: '@pushrocks/smartdelay': 3.0.1 '@pushrocks/smartpromise': 4.0.2 - '@tsclass/tsclass': 4.1.2 + '@tsclass/tsclass': 4.2.0 '@push.rocks/webstore@2.0.20': dependencies: @@ -8390,20 +8469,20 @@ snapshots: dependencies: type-fest: 2.19.0 - '@tsclass/tsclass@4.1.2': + '@tsclass/tsclass@4.2.0': dependencies: - type-fest: 4.26.1 + type-fest: 4.30.1 '@types/accepts@1.3.7': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/babel__code-frame@7.0.6': {} '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/buffer-json@2.0.3': {} @@ -8419,17 +8498,17 @@ snapshots: '@types/clean-css@4.2.11': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 source-map: 0.6.1 '@types/co-body@6.1.3': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/qs': 6.9.17 '@types/connect@3.4.38': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/content-disposition@0.5.8': {} @@ -8442,11 +8521,11 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 5.0.0 '@types/keygrip': 1.0.6 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/cors@2.8.17': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/debounce@1.2.4': {} @@ -8462,14 +8541,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/qs': 6.9.16 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.2': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -8494,30 +8573,30 @@ snapshots: '@types/from2@2.3.5': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/fs-extra@9.0.13': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/glob@8.1.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/gunzip-maybe@1.4.2': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/hast@3.0.4': dependencies: @@ -8551,11 +8630,11 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/jsonwebtoken@9.0.7': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/keygrip@1.0.6': {} @@ -8572,7 +8651,7 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/mdast@4.0.4': dependencies: @@ -8594,22 +8673,22 @@ snapshots: '@types/mute-stream@0.0.4': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/node-fetch@2.6.11': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 form-data: 4.0.1 '@types/node-forge@1.3.11': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 - '@types/node@18.19.67': + '@types/node@18.19.68': dependencies: undici-types: 5.26.5 - '@types/node@22.10.1': + '@types/node@22.10.2': dependencies: undici-types: 6.20.0 @@ -8629,19 +8708,19 @@ snapshots: '@types/s3rver@3.7.4': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/semver@7.5.8': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/send': 0.17.4 '@types/sinon-chai@3.2.12': @@ -8661,15 +8740,15 @@ snapshots: '@types/tar-stream@2.2.3': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/through2@2.0.41': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/triple-beam@1.3.5': {} @@ -8693,7 +8772,7 @@ snapshots: '@types/whatwg-url@8.2.2': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/webidl-conversions': 7.0.3 '@types/which@2.0.2': {} @@ -8704,11 +8783,11 @@ snapshots: '@types/ws@7.4.7': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/ws@8.5.12': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/yargs-parser@21.0.3': {} @@ -8718,7 +8797,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 optional: true '@ungap/structured-clone@1.2.0': {} @@ -9046,13 +9125,6 @@ snapshots: camelcase@6.3.0: {} - canvas@3.0.0-rc2: - dependencies: - node-addon-api: 7.1.1 - prebuild-install: 7.1.2 - simple-get: 3.1.1 - optional: true - ccount@2.0.1: {} chai-a11y-axe@1.5.0: @@ -9255,11 +9327,6 @@ snapshots: decode-uri-component@0.2.2: {} - decompress-response@4.2.1: - dependencies: - mimic-response: 2.1.0 - optional: true - decompress-response@6.0.0: dependencies: mimic-response: 3.1.0 @@ -9302,9 +9369,6 @@ snapshots: destroy@1.2.0: {} - detect-libc@2.0.3: - optional: true - devlop@1.1.0: dependencies: dequal: 2.0.3 @@ -9382,7 +9446,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 22.10.1 + '@types/node': 22.10.2 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -9495,9 +9559,6 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - expand-template@2.0.3: - optional: true - expect@29.7.0: dependencies: '@jest/expect-utils': 29.7.0 @@ -9756,9 +9817,6 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 - github-from-package@0.0.0: - optional: true - glob-parent@5.1.2: dependencies: is-glob: 4.0.3 @@ -9772,6 +9830,15 @@ snapshots: package-json-from-dist: 1.0.1 path-scurry: 1.11.1 + glob@11.0.0: + dependencies: + foreground-child: 3.3.0 + jackspeak: 4.0.2 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 2.0.0 + glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -10111,6 +10178,10 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jackspeak@4.0.2: + dependencies: + '@isaacs/cliui': 8.0.2 + jest-diff@29.7.0: dependencies: chalk: 4.1.2 @@ -10142,7 +10213,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.10.1 + '@types/node': 22.10.2 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -10377,6 +10448,8 @@ snapshots: lru-cache@10.4.3: {} + lru-cache@11.0.2: {} + lru-cache@4.1.5: dependencies: pseudomap: 1.0.2 @@ -10776,15 +10849,16 @@ snapshots: mimic-fn@2.1.0: {} - mimic-response@2.1.0: - optional: true - mimic-response@3.1.0: {} mimic-response@4.0.0: {} min-indent@1.0.1: {} + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -10833,7 +10907,7 @@ snapshots: mkdirp@1.0.4: {} - monaco-editor@0.52.0: {} + monaco-editor@0.52.2: {} mongodb-connection-string-url@2.6.0: dependencies: @@ -10911,9 +10985,6 @@ snapshots: nanoid@4.0.2: {} - napi-build-utils@1.0.2: - optional: true - negotiator@0.6.3: {} new-find-package-json@2.0.0: @@ -10926,14 +10997,6 @@ snapshots: dependencies: lower-case: 1.1.4 - node-abi@3.71.0: - dependencies: - semver: 7.6.3 - optional: true - - node-addon-api@7.1.1: - optional: true - node-domexception@1.0.0: {} node-fetch@2.6.7: @@ -10996,7 +11059,7 @@ snapshots: openai@4.68.4: dependencies: - '@types/node': 18.19.67 + '@types/node': 18.19.68 '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -11073,6 +11136,11 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 + path-scurry@2.0.0: + dependencies: + lru-cache: 11.0.2 + minipass: 7.1.2 + path-to-regexp@0.1.10: {} path-to-regexp@6.3.0: {} @@ -11081,9 +11149,6 @@ snapshots: path-type@4.0.0: {} - path2d@0.2.1: - optional: true - pdf-lib@1.17.1: dependencies: '@pdf-lib/standard-fonts': 1.0.0 @@ -11099,10 +11164,9 @@ snapshots: transitivePeerDependencies: - supports-color - pdfjs-dist@4.8.69: + pdfjs-dist@4.9.155: optionalDependencies: - canvas: 3.0.0-rc2 - path2d: 0.2.1 + '@napi-rs/canvas': 0.1.65 peek-readable@5.3.1: {} @@ -11128,22 +11192,6 @@ snapshots: possible-typed-array-names@1.0.0: {} - prebuild-install@7.1.2: - dependencies: - detect-libc: 2.0.3 - expand-template: 2.0.3 - github-from-package: 0.0.0 - minimist: 1.2.8 - mkdirp-classic: 0.5.3 - napi-build-utils: 1.0.2 - node-abi: 3.71.0 - pump: 3.0.2 - rc: 1.2.8 - simple-get: 4.0.1 - tar-fs: 2.1.1 - tunnel-agent: 0.6.0 - optional: true - pretty-format@29.7.0: dependencies: '@jest/schemas': 29.6.3 @@ -11488,13 +11536,6 @@ snapshots: simple-concat@1.0.1: {} - simple-get@3.1.1: - dependencies: - decompress-response: 4.2.1 - once: 1.4.0 - simple-concat: 1.0.1 - optional: true - simple-get@4.0.1: dependencies: decompress-response: 6.0.0 @@ -11813,11 +11854,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - tunnel-agent@0.6.0: - dependencies: - safe-buffer: 5.2.1 - optional: true - turndown-plugin-gfm@1.0.2: {} turndown@7.2.0: @@ -11828,7 +11864,7 @@ snapshots: type-fest@2.19.0: {} - type-fest@4.26.1: {} + type-fest@4.30.1: {} type-is@1.6.18: dependencies: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e37e954..ba5e9d2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '4.5.0', + version: '4.5.1', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e37e954..ba5e9d2 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/cloudly', - version: '4.5.0', + version: '4.5.1', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }