From 5dd9d982064c8308e0cff79947766d637299f3ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:27:24 +0000 Subject: [PATCH] fix(deps): update dependencies --- packages/envosman/package.json | 2 +- packages/exec-powershell/package.json | 4 +- packages/setup-apt/package.json | 6 +- packages/setup-brew/package.json | 6 +- pnpm-lock.yaml | 368 +++++++++++++++++--------- 5 files changed, 257 insertions(+), 129 deletions(-) diff --git a/packages/envosman/package.json b/packages/envosman/package.json index 8761b327..97976eb1 100644 --- a/packages/envosman/package.json +++ b/packages/envosman/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@actions/core": "^1.10.1", - "@types/node": "22.5.5", + "@types/node": "22.8.1", "admina": "^1.0.1", "ci-info": "^4.0.0", "escape-path-with-spaces": "^1.0.2", diff --git a/packages/exec-powershell/package.json b/packages/exec-powershell/package.json index 61178655..df085220 100644 --- a/packages/exec-powershell/package.json +++ b/packages/exec-powershell/package.json @@ -17,8 +17,8 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "execa": "7.2.0", - "which": "^4.0.0", + "execa": "9.4.1", + "which": "^5.0.0", "@types/node": "^22.0.0" }, "devDependencies": { diff --git a/packages/setup-apt/package.json b/packages/setup-apt/package.json index ba6ada7c..6420d5b0 100644 --- a/packages/setup-apt/package.json +++ b/packages/setup-apt/package.json @@ -22,14 +22,14 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@types/node": "22.5.5", + "@types/node": "22.8.1", "admina": "^1.0.1", "ci-info": "^4.0.0", "path-exists": "^5.0.0", "ci-log": "workspace:*", "envosman": "workspace:*", - "which": "4.0.0", - "execa": "7.2.0", + "which": "5.0.0", + "execa": "9.4.1", "escape-string-regexp": "^5.0.0", "node-downloader-helper": "2.1.9", "memoizee": "^0.4.17" diff --git a/packages/setup-brew/package.json b/packages/setup-brew/package.json index 9de5888e..15f1e54c 100644 --- a/packages/setup-brew/package.json +++ b/packages/setup-brew/package.json @@ -23,11 +23,11 @@ "test": "jest --coverage" }, "dependencies": { - "@types/node": "22.5.5", + "@types/node": "22.8.1", "ci-log": "workspace:*", "envosman": "workspace:*", - "which": "4.0.0", - "execa": "7.2.0", + "which": "5.0.0", + "execa": "9.4.1", "setup-apt": "workspace:*", "node-downloader-helper": "2.1.9" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 055ea0ed..693dafcc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: version: 3.2.4(encoding@0.1.13) '@actions/core': specifier: ^1.10.1 - version: 1.10.1 + version: 1.11.1 '@actions/exec': specifier: ^1.1.1 version: 1.1.1 @@ -45,7 +45,7 @@ importers: version: 2.2.5 '@liuli-util/vite-plugin-node': specifier: ^0.9.0 - version: 0.9.0(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)) + version: 0.9.0(@types/node@22.8.1)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0)) '@octokit/core': specifier: ^6.1.2 version: 6.1.2 @@ -93,7 +93,7 @@ importers: version: 0.4.11 '@types/node': specifier: ^22.5.5 - version: 22.5.5 + version: 22.8.1 '@types/semver': specifier: ^7.5.8 version: 7.5.8 @@ -159,7 +159,7 @@ importers: version: 1.5.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + version: 29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) lefthook: specifier: ^1.7.15 version: 1.7.15 @@ -249,7 +249,7 @@ importers: version: 2.0.12 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2) + version: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2) ts-readme: specifier: ^1.1.3 version: 1.1.3(typescript@5.6.2) @@ -270,10 +270,10 @@ importers: version: 0.0.2 vite: specifier: ^5.4.6 - version: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0) + version: 5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0) vite-plugin-babel: specifier: ^1.2.0 - version: 1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)) + version: 1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0)) web-streams-polyfill: specifier: ^4.0.0 version: 4.0.0 @@ -285,7 +285,7 @@ importers: dependencies: '@actions/core': specifier: ^1.10.1 - version: 1.10.1 + version: 1.11.1 ci-info: specifier: ^4.0.0 version: 4.0.0 @@ -294,10 +294,10 @@ importers: dependencies: '@actions/core': specifier: ^1.10.1 - version: 1.10.1 + version: 1.11.1 '@types/node': - specifier: 22.5.5 - version: 22.5.5 + specifier: 22.8.1 + version: 22.8.1 admina: specifier: ^1.0.1 version: 1.0.1 @@ -337,13 +337,13 @@ importers: dependencies: '@types/node': specifier: ^22.0.0 - version: 22.5.5 + version: 22.8.1 execa: - specifier: 7.2.0 - version: 7.2.0 + specifier: 9.4.1 + version: 9.4.1 which: - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@types/which': specifier: ^3.0.0 @@ -352,8 +352,8 @@ importers: packages/setup-apt: dependencies: '@types/node': - specifier: 22.5.5 - version: 22.5.5 + specifier: 22.8.1 + version: 22.8.1 admina: specifier: ^1.0.1 version: 1.0.1 @@ -370,8 +370,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 execa: - specifier: 7.2.0 - version: 7.2.0 + specifier: 9.4.1 + version: 9.4.1 memoizee: specifier: ^0.4.17 version: 0.4.17 @@ -382,8 +382,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 which: - specifier: 4.0.0 - version: 4.0.0 + specifier: 5.0.0 + version: 5.0.0 devDependencies: '@types/memoizee': specifier: 0.4.11 @@ -395,8 +395,8 @@ importers: packages/setup-brew: dependencies: '@types/node': - specifier: 22.5.5 - version: 22.5.5 + specifier: 22.8.1 + version: 22.8.1 ci-log: specifier: workspace:* version: link:../ci-log @@ -404,8 +404,8 @@ importers: specifier: workspace:* version: link:../envosman execa: - specifier: 7.2.0 - version: 7.2.0 + specifier: 9.4.1 + version: 9.4.1 node-downloader-helper: specifier: 2.1.9 version: 2.1.9 @@ -413,8 +413,8 @@ importers: specifier: workspace:* version: link:../setup-apt which: - specifier: 4.0.0 - version: 4.0.0 + specifier: 5.0.0 + version: 5.0.0 devDependencies: '@types/cross-spawn': specifier: ~6.0.6 @@ -443,8 +443,8 @@ packages: '@actions/cache@3.2.4': resolution: {integrity: sha512-RuHnwfcDagtX+37s0ZWy7clbOfnZ7AlDJQ7k/9rzt2W4Gnwde3fa/qjSjVuz4vLcLIpc7fUob27CMrqiWZytYA==} - '@actions/core@1.10.1': - resolution: {integrity: sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==} + '@actions/core@1.11.1': + resolution: {integrity: sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==} '@actions/exec@1.1.1': resolution: {integrity: sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==} @@ -1538,6 +1538,9 @@ packages: '@rushstack/ts-command-line@4.22.8': resolution: {integrity: sha512-XbFjOoV7qZHJnSuFUHv0pKaFA4ixyCuki+xMjsMfDwfvQjs5MYG0IK5COal3tRnG7KCDe2l/G+9LrzYE/RJhgg==} + '@sec-ant/readable-stream@0.4.1': + resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} + '@shockpkg/archive-files@https://codeload.github.com/aminya/archive-files/tar.gz/54ec59fad46aca736ac6feb6c7bb526528141b9d': resolution: {tarball: https://codeload.github.com/aminya/archive-files/tar.gz/54ec59fad46aca736ac6feb6c7bb526528141b9d} version: 3.2.2 @@ -1554,6 +1557,10 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + '@sindresorhus/merge-streams@4.0.0': + resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} + engines: {node: '>=18'} + '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -1734,11 +1741,11 @@ packages: '@types/ms@0.7.34': resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - '@types/node@18.19.50': - resolution: {integrity: sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==} + '@types/node@18.19.59': + resolution: {integrity: sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==} - '@types/node@22.5.5': - resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==} + '@types/node@22.8.1': + resolution: {integrity: sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2969,6 +2976,7 @@ packages: eslint@8.57.1: resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true esniff@2.0.1: @@ -3030,6 +3038,10 @@ packages: resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + execa@9.4.1: + resolution: {integrity: sha512-5eo/BRqZm3GYce+1jqX/tJ7duA2AnE39i88fuedNFUV8XxGxUpF3aWkBRfbUcjV49gCkvS/pzc0YrCPhaIewdg==} + engines: {node: ^18.19.0 || >=20.5.0} + exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} @@ -3079,6 +3091,10 @@ packages: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} + figures@6.1.0: + resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} + engines: {node: '>=18'} + file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -3185,6 +3201,10 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} + get-stream@9.0.1: + resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} + engines: {node: '>=18'} + get-symbol-description@1.0.2: resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} @@ -3344,6 +3364,10 @@ packages: resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} engines: {node: '>=14.18.0'} + human-signals@8.0.0: + resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==} + engines: {node: '>=18.18.0'} + iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} @@ -3547,6 +3571,10 @@ packages: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + is-stream@4.0.1: + resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} + engines: {node: '>=18'} + is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} @@ -3559,6 +3587,10 @@ packages: resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} + is-unicode-supported@2.1.0: + resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} + engines: {node: '>=18'} + is-url-online@1.5.0: resolution: {integrity: sha512-uN7eZhWzxuiJs0OeMIzzMcU5OqUrS0OBoLrorPi3gExjsIO1zkaT5kXfsSbai7FmPzLNg2j8NdbJqgr5l8S2xw==} @@ -4303,6 +4335,10 @@ packages: resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + npm-run-path@6.0.0: + resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==} + engines: {node: '>=18'} + numerous@1.0.3: resolution: {integrity: sha512-jN2WTpfdMmR1d5ClpYguln+XAvgW7B0te6wlsyaZhyev7E2CyOmvXq5LTIV/p9mt9WrPW9Xw1g5+28iZh8BhFQ==} @@ -4409,6 +4445,10 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} + parse-ms@4.0.0: + resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} + engines: {node: '>=18'} + path-browserify@1.0.1: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} @@ -4525,6 +4565,10 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + pretty-ms@9.1.0: + resolution: {integrity: sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw==} + engines: {node: '>=18'} + process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -4800,6 +4844,10 @@ packages: signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + simple-update-notifier@2.0.0: resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} engines: {node: '>=10'} @@ -4937,6 +4985,10 @@ packages: resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} engines: {node: '>=12'} + strip-final-newline@4.0.0: + resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==} + engines: {node: '>=18'} + strip-json-comments@1.0.4: resolution: {integrity: sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg==} engines: {node: '>=0.8.0'} @@ -5090,6 +5142,9 @@ packages: tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tslib@2.8.0: + resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==} + tsutils@3.21.0: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -5232,6 +5287,10 @@ packages: resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} engines: {node: '>=14.0'} + unicorn-magic@0.3.0: + resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} + engines: {node: '>=18'} + unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} @@ -5403,6 +5462,11 @@ packages: engines: {node: ^16.13.0 || >=18.0.0} hasBin: true + which@5.0.0: + resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + widest-line@3.1.0: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} @@ -5487,6 +5551,10 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} + yoctocolors@2.1.1: + resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} + engines: {node: '>=18'} + z-schema@5.0.5: resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} engines: {node: '>=8.0.0'} @@ -5500,7 +5568,7 @@ snapshots: '@actions/cache@3.2.4(encoding@0.1.13)': dependencies: - '@actions/core': 1.10.1 + '@actions/core': 1.11.1 '@actions/exec': 1.1.1 '@actions/glob': 0.1.2 '@actions/http-client': 2.2.3(patch_hash=gqcf2jay7nqqezf3jni6mxu74u) @@ -5514,10 +5582,10 @@ snapshots: - encoding - supports-color - '@actions/core@1.10.1': + '@actions/core@1.11.1': dependencies: + '@actions/exec': 1.1.1 '@actions/http-client': 2.2.3(patch_hash=gqcf2jay7nqqezf3jni6mxu74u) - uuid: 8.3.2 '@actions/exec@1.1.1': dependencies: @@ -5525,12 +5593,12 @@ snapshots: '@actions/glob@0.1.2': dependencies: - '@actions/core': 1.10.1 + '@actions/core': 1.11.1 minimatch: 3.1.2 '@actions/glob@0.4.0': dependencies: - '@actions/core': 1.10.1 + '@actions/core': 1.11.1 minimatch: 3.1.2 '@actions/http-client@2.2.3(patch_hash=gqcf2jay7nqqezf3jni6mxu74u)': @@ -5542,7 +5610,7 @@ snapshots: '@actions/tool-cache@2.0.1': dependencies: - '@actions/core': 1.10.1 + '@actions/core': 1.11.1 '@actions/exec': 1.1.1 '@actions/http-client': 2.2.3(patch_hash=gqcf2jay7nqqezf3jni6mxu74u) '@actions/io': 1.1.3 @@ -6263,27 +6331,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))': + '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -6312,7 +6380,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -6330,7 +6398,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 22.5.5 + '@types/node': 22.8.1 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -6352,7 +6420,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 22.5.5 + '@types/node': 22.8.1 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -6422,7 +6490,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.5.5 + '@types/node': 22.8.1 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -6453,45 +6521,45 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 - '@liuli-util/vite-plugin-node@0.9.0(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0))': + '@liuli-util/vite-plugin-node@0.9.0(@types/node@22.8.1)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0))': dependencies: - '@microsoft/api-extractor': 7.47.9(@types/node@22.5.5) + '@microsoft/api-extractor': 7.47.9(@types/node@22.8.1) magic-string: 0.30.11 pathe: 1.1.2 rollup-plugin-node-externals: 7.1.3(rollup@4.22.2) - vite: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0) - vite-plugin-dts: 3.9.1(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)) + vite: 5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0) + vite-plugin-dts: 3.9.1(@types/node@22.8.1)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0)) transitivePeerDependencies: - '@types/node' - rollup - supports-color - typescript - '@microsoft/api-extractor-model@7.28.13(@types/node@22.5.5)': + '@microsoft/api-extractor-model@7.28.13(@types/node@22.8.1)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@22.5.5) + '@rushstack/node-core-library': 4.0.2(@types/node@22.8.1) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor-model@7.29.8(@types/node@22.5.5)': + '@microsoft/api-extractor-model@7.29.8(@types/node@22.8.1)': dependencies: '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.9.0(@types/node@22.5.5) + '@rushstack/node-core-library': 5.9.0(@types/node@22.8.1) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.43.0(@types/node@22.5.5)': + '@microsoft/api-extractor@7.43.0(@types/node@22.8.1)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@22.5.5) + '@microsoft/api-extractor-model': 7.28.13(@types/node@22.8.1) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@22.5.5) + '@rushstack/node-core-library': 4.0.2(@types/node@22.8.1) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@22.5.5) - '@rushstack/ts-command-line': 4.19.1(@types/node@22.5.5) + '@rushstack/terminal': 0.10.0(@types/node@22.8.1) + '@rushstack/ts-command-line': 4.19.1(@types/node@22.8.1) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -6501,15 +6569,15 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.47.9(@types/node@22.5.5)': + '@microsoft/api-extractor@7.47.9(@types/node@22.8.1)': dependencies: - '@microsoft/api-extractor-model': 7.29.8(@types/node@22.5.5) + '@microsoft/api-extractor-model': 7.29.8(@types/node@22.8.1) '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.9.0(@types/node@22.5.5) + '@rushstack/node-core-library': 5.9.0(@types/node@22.8.1) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.2(@types/node@22.5.5) - '@rushstack/ts-command-line': 4.22.8(@types/node@22.5.5) + '@rushstack/terminal': 0.14.2(@types/node@22.8.1) + '@rushstack/ts-command-line': 4.22.8(@types/node@22.8.1) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -6674,7 +6742,7 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@rushstack/node-core-library@4.0.2(@types/node@22.5.5)': + '@rushstack/node-core-library@4.0.2(@types/node@22.8.1)': dependencies: fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -6683,9 +6751,9 @@ snapshots: semver: 7.5.4 z-schema: 5.0.5 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 - '@rushstack/node-core-library@5.9.0(@types/node@22.5.5)': + '@rushstack/node-core-library@5.9.0(@types/node@22.8.1)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -6696,7 +6764,7 @@ snapshots: resolve: 1.22.8 semver: 7.5.4 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 '@rushstack/rig-package@0.5.2': dependencies: @@ -6708,38 +6776,40 @@ snapshots: resolve: 1.22.8 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.10.0(@types/node@22.5.5)': + '@rushstack/terminal@0.10.0(@types/node@22.8.1)': dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@22.5.5) + '@rushstack/node-core-library': 4.0.2(@types/node@22.8.1) supports-color: 8.1.1 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 - '@rushstack/terminal@0.14.2(@types/node@22.5.5)': + '@rushstack/terminal@0.14.2(@types/node@22.8.1)': dependencies: - '@rushstack/node-core-library': 5.9.0(@types/node@22.5.5) + '@rushstack/node-core-library': 5.9.0(@types/node@22.8.1) supports-color: 8.1.1 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 - '@rushstack/ts-command-line@4.19.1(@types/node@22.5.5)': + '@rushstack/ts-command-line@4.19.1(@types/node@22.8.1)': dependencies: - '@rushstack/terminal': 0.10.0(@types/node@22.5.5) + '@rushstack/terminal': 0.10.0(@types/node@22.8.1) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - '@rushstack/ts-command-line@4.22.8(@types/node@22.5.5)': + '@rushstack/ts-command-line@4.22.8(@types/node@22.8.1)': dependencies: - '@rushstack/terminal': 0.14.2(@types/node@22.5.5) + '@rushstack/terminal': 0.14.2(@types/node@22.8.1) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' + '@sec-ant/readable-stream@0.4.1': {} + '@shockpkg/archive-files@https://codeload.github.com/aminya/archive-files/tar.gz/54ec59fad46aca736ac6feb6c7bb526528141b9d': dependencies: '@shockpkg/hdi-mac': 3.1.4 @@ -6757,6 +6827,8 @@ snapshots: '@sinclair/typebox@0.27.8': {} + '@sindresorhus/merge-streams@4.0.0': {} + '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -6816,7 +6888,7 @@ snapshots: '@swc/helpers@0.5.13': dependencies: - tslib: 2.7.0 + tslib: 2.8.0 optional: true '@swc/jest@0.2.36(@swc/core@1.7.23(@swc/helpers@0.5.13))': @@ -6867,7 +6939,7 @@ snapshots: '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 '@types/debug@4.1.12': dependencies: @@ -6887,15 +6959,15 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.5.5 + '@types/node': 22.8.1 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 '@types/iarna__toml@2.0.5': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 '@types/istanbul-lib-coverage@2.0.6': {} @@ -6926,12 +6998,12 @@ snapshots: '@types/ms@0.7.34': {} - '@types/node@18.19.50': + '@types/node@18.19.59': dependencies: undici-types: 5.26.5 optional: true - '@types/node@22.5.5': + '@types/node@22.8.1': dependencies: undici-types: 6.19.8 @@ -7782,13 +7854,13 @@ snapshots: crc-32: 1.2.2 readable-stream: 3.6.2 - create-jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)): + create-jest@29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -8724,6 +8796,21 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 3.0.0 + execa@9.4.1: + dependencies: + '@sindresorhus/merge-streams': 4.0.0 + cross-spawn: 7.0.3 + figures: 6.1.0 + get-stream: 9.0.1 + human-signals: 8.0.0 + is-plain-obj: 4.1.0 + is-stream: 4.0.1 + npm-run-path: 6.0.0 + pretty-ms: 9.1.0 + signal-exit: 4.1.0 + strip-final-newline: 4.0.0 + yoctocolors: 2.1.1 + exit@0.1.2: {} expect@29.7.0: @@ -8780,6 +8867,10 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 + figures@6.1.0: + dependencies: + is-unicode-supported: 2.1.0 + file-entry-cache@6.0.1: dependencies: flat-cache: 3.2.0 @@ -8885,6 +8976,11 @@ snapshots: get-stream@6.0.1: {} + get-stream@9.0.1: + dependencies: + '@sec-ant/readable-stream': 0.4.1 + is-stream: 4.0.1 + get-symbol-description@1.0.2: dependencies: call-bind: 1.0.7 @@ -9060,6 +9156,8 @@ snapshots: human-signals@4.3.1: {} + human-signals@8.0.0: {} + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 @@ -9240,6 +9338,8 @@ snapshots: is-stream@3.0.0: {} + is-stream@4.0.1: {} + is-string@1.0.7: dependencies: has-tostringtag: 1.0.2 @@ -9252,6 +9352,8 @@ snapshots: dependencies: which-typed-array: 1.1.15 + is-unicode-supported@2.1.0: {} + is-url-online@1.5.0: {} is-valid-path@0.1.1: @@ -9370,7 +9472,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3 @@ -9390,16 +9492,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)): + jest-cli@29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + create-jest: 29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -9409,7 +9511,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)): + jest-config@29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)): dependencies: '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 @@ -9434,8 +9536,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 22.5.5 - ts-node: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2) + '@types/node': 22.8.1 + ts-node: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -9464,7 +9566,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -9474,7 +9576,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 22.5.5 + '@types/node': 22.8.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -9513,7 +9615,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -9548,7 +9650,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -9576,7 +9678,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -9622,7 +9724,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -9641,7 +9743,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.8.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -9650,17 +9752,17 @@ snapshots: jest-worker@29.7.0: dependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)): + jest@29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)) + jest-cli: 29.7.0(@types/node@22.8.1)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -10162,7 +10264,7 @@ snapshots: msvc-dev-cmd@https://codeload.github.com/aminya/msvc-dev-cmd/tar.gz/c01f519bd995460228ed3dec4df51df92dc290fd: dependencies: - '@actions/core': 1.10.1 + '@actions/core': 1.11.1 muggle-string@0.3.1: {} @@ -10219,6 +10321,11 @@ snapshots: dependencies: path-key: 4.0.0 + npm-run-path@6.0.0: + dependencies: + path-key: 4.0.0 + unicorn-magic: 0.3.0 + numerous@1.0.3: {} object-assign@4.1.1: {} @@ -10341,6 +10448,8 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 + parse-ms@4.0.0: {} + path-browserify@1.0.1: {} path-exists@4.0.0: {} @@ -10362,7 +10471,7 @@ snapshots: escape-string-regexp: 5.0.0 replace-ext: 2.0.0 optionalDependencies: - '@types/node': 18.19.50 + '@types/node': 18.19.59 '@types/replace-ext': 2.0.2 path-browserify: 1.0.1 process: 0.11.10 @@ -10437,6 +10546,10 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 + pretty-ms@9.1.0: + dependencies: + parse-ms: 4.0.0 + process-nextick-args@2.0.1: {} process@0.11.10: @@ -10713,7 +10826,7 @@ snapshots: setup-python@https://codeload.github.com/aminya/setup-python/tar.gz/9700887(encoding@0.1.13): dependencies: '@actions/cache': 3.2.4(encoding@0.1.13) - '@actions/core': 1.10.1 + '@actions/core': 1.11.1 '@actions/exec': 1.1.1 '@actions/glob': 0.4.0 '@actions/http-client': 2.2.3(patch_hash=gqcf2jay7nqqezf3jni6mxu74u) @@ -10753,6 +10866,8 @@ snapshots: signal-exit@3.0.7: {} + signal-exit@4.1.0: {} + simple-update-notifier@2.0.0: dependencies: semver: 7.6.3 @@ -10916,6 +11031,8 @@ snapshots: strip-final-newline@3.0.0: {} + strip-final-newline@4.0.0: {} + strip-json-comments@1.0.4: {} strip-json-comments@3.1.1: {} @@ -11032,14 +11149,14 @@ snapshots: dependencies: typescript: 5.6.2 - ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2): + ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.8.1)(typescript@5.6.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.5.5 + '@types/node': 22.8.1 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 @@ -11072,6 +11189,9 @@ snapshots: tslib@2.7.0: {} + tslib@2.8.0: + optional: true + tsutils@3.21.0(typescript@5.6.2): dependencies: tslib: 1.14.1 @@ -11206,6 +11326,8 @@ snapshots: dependencies: '@fastify/busboy': 2.1.1 + unicorn-magic@0.3.0: {} + unique-string@2.0.0: dependencies: crypto-random-string: 2.0.0 @@ -11255,14 +11377,14 @@ snapshots: validator@13.12.0: {} - vite-plugin-babel@1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)): + vite-plugin-babel@1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0)): dependencies: '@babel/core': 7.25.2 - vite: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0) + vite: 5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0) - vite-plugin-dts@3.9.1(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)): + vite-plugin-dts@3.9.1(@types/node@22.8.1)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0)): dependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@22.5.5) + '@microsoft/api-extractor': 7.43.0(@types/node@22.8.1) '@rollup/pluginutils': 5.1.0(rollup@4.22.2) '@vue/language-core': 1.8.27(typescript@5.6.2) debug: 4.3.7 @@ -11271,19 +11393,19 @@ snapshots: typescript: 5.6.2 vue-tsc: 1.8.27(typescript@5.6.2) optionalDependencies: - vite: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0) + vite: 5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0): + vite@5.4.7(@types/node@22.8.1)(lightningcss@1.26.0)(terser@5.33.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.22.2 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.8.1 fsevents: 2.3.3 lightningcss: 1.26.0 terser: 5.33.0 @@ -11381,6 +11503,10 @@ snapshots: dependencies: isexe: 3.1.1 + which@5.0.0: + dependencies: + isexe: 3.1.1 + widest-line@3.1.0: dependencies: string-width: 4.2.3 @@ -11470,6 +11596,8 @@ snapshots: yocto-queue@0.1.0: {} + yoctocolors@2.1.1: {} + z-schema@5.0.5: dependencies: lodash.get: 4.4.2