From 41336a85e500621a780e003b43d14fa865f2a208 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:33:51 +1100 Subject: [PATCH] chore(ci): update lockfile (#1484) --- pnpm-lock.yaml | 470 ++++++++++++++++++++----------------------------- 1 file changed, 190 insertions(+), 280 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77b80d676..22db43af9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: version: 4.3.1(prettier@3.3.3) '@types/node': specifier: ^18.19.43 - version: 18.19.57 + version: 18.19.59 chokidar: specifier: ^3.6.0 version: 3.6.0 @@ -60,7 +60,7 @@ importers: version: 2.11.1 turbo: specifier: ^2.0.12 - version: 2.2.1 + version: 2.2.3 typescript: specifier: ^5.6.0 version: 5.6.3 @@ -85,13 +85,13 @@ importers: version: 11.0.4 '@types/react': specifier: ^18.3.3 - version: 18.3.11 + version: 18.3.12 '@types/react-dom': specifier: ^18.3.0 version: 18.3.1 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.3(vite@5.4.9) + version: 4.3.3(vite@5.4.10) esbuild: specifier: ^0.23.0 version: 0.23.1 @@ -118,7 +118,7 @@ importers: version: 18.3.1(react@18.3.1) remotion: specifier: ^4.0.193 - version: 4.0.221(react-dom@18.3.1)(react@18.3.1) + version: 4.0.223(react-dom@18.3.1)(react@18.3.1) rimraf: specifier: ^3.0.2 version: 3.0.2 @@ -133,7 +133,7 @@ importers: version: 2.8.0 tsx: specifier: ^4.16.5 - version: 4.19.1 + version: 4.19.2 type-fest: specifier: ^3.13.1 version: 3.13.1 @@ -145,7 +145,7 @@ importers: version: link:../vidstack vite: specifier: ^5.3.5 - version: 5.4.9(@types/node@18.19.57) + version: 5.4.10(@types/node@18.19.59) packages/vidstack: dependencies: @@ -242,7 +242,7 @@ importers: version: 2.8.2 solid-js: specifier: ^1.8.19 - version: 1.9.2 + version: 1.9.3 svelte: specifier: ^4.2.18 version: 4.2.19 @@ -254,7 +254,7 @@ importers: version: 2.8.0 tsx: specifier: ^4.16.5 - version: 4.19.1 + version: 4.19.2 type-fest: specifier: ^3.13.1 version: 3.13.1 @@ -263,7 +263,7 @@ importers: version: 5.6.3 vite: specifier: ^5.3.5 - version: 5.4.9(@types/node@18.19.57) + version: 5.4.10(@types/node@18.19.59) vitest: specifier: ^0.34.6 version: 0.34.6(jsdom@21.1.2) @@ -291,42 +291,43 @@ packages: '@jridgewell/trace-mapping': 0.3.25 dev: true - /@babel/code-frame@7.25.7: + /@babel/code-frame@7.26.0: resolution: { - integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==, + integrity: sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/highlight': 7.25.7 + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 picocolors: 1.1.1 dev: true - /@babel/compat-data@7.25.8: + /@babel/compat-data@7.26.0: resolution: { - integrity: sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==, + integrity: sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==, } engines: { node: '>=6.9.0' } dev: true - /@babel/core@7.25.8: + /@babel/core@7.26.0: resolution: { - integrity: sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==, + integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==, } engines: { node: '>=6.9.0' } dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) - '@babel/helpers': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/code-frame': 7.26.0 + '@babel/generator': 7.26.0 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) + '@babel/helpers': 7.26.0 + '@babel/parser': 7.26.1 + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 convert-source-map: 2.0.0 debug: 4.3.7 gensync: 1.0.0-beta.2 @@ -336,210 +337,183 @@ packages: - supports-color dev: true - /@babel/generator@7.25.7: + /@babel/generator@7.26.0: resolution: { - integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==, + integrity: sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.25.8 + '@babel/parser': 7.26.1 + '@babel/types': 7.26.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 dev: true - /@babel/helper-compilation-targets@7.25.7: + /@babel/helper-compilation-targets@7.25.9: resolution: { - integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==, + integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/compat-data': 7.25.8 - '@babel/helper-validator-option': 7.25.7 - browserslist: 4.24.0 + '@babel/compat-data': 7.26.0 + '@babel/helper-validator-option': 7.25.9 + browserslist: 4.24.2 lru-cache: 5.1.1 semver: 6.3.1 dev: true - /@babel/helper-module-imports@7.25.7: + /@babel/helper-module-imports@7.25.9: resolution: { - integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==, + integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-module-transforms@7.25.7(@babel/core@7.25.8): + /@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0): resolution: { - integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==, + integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==, } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.25.7 - '@babel/helper-simple-access': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-plugin-utils@7.25.7: - resolution: - { - integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==, - } - engines: { node: '>=6.9.0' } - dev: true - - /@babel/helper-simple-access@7.25.7: + /@babel/helper-plugin-utils@7.25.9: resolution: { - integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==, + integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==, } engines: { node: '>=6.9.0' } - dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 - transitivePeerDependencies: - - supports-color dev: true - /@babel/helper-string-parser@7.25.7: + /@babel/helper-string-parser@7.25.9: resolution: { - integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==, + integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==, } engines: { node: '>=6.9.0' } dev: true - /@babel/helper-validator-identifier@7.25.7: + /@babel/helper-validator-identifier@7.25.9: resolution: { - integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==, + integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==, } engines: { node: '>=6.9.0' } dev: true - /@babel/helper-validator-option@7.25.7: + /@babel/helper-validator-option@7.25.9: resolution: { - integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==, + integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==, } engines: { node: '>=6.9.0' } dev: true - /@babel/helpers@7.25.7: + /@babel/helpers@7.26.0: resolution: { - integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==, + integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 - dev: true - - /@babel/highlight@7.25.7: - resolution: - { - integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==, - } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/helper-validator-identifier': 7.25.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.1 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 dev: true - /@babel/parser@7.25.8: + /@babel/parser@7.26.1: resolution: { - integrity: sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==, + integrity: sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==, } engines: { node: '>=6.0.0' } hasBin: true dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 dev: true - /@babel/plugin-transform-react-jsx-self@7.25.7(@babel/core@7.25.8): + /@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.0): resolution: { - integrity: sha512-JD9MUnLbPL0WdVK8AWC7F7tTG2OS6u/AKKnsK+NdRhUiVdnzyR1S3kKQCaRLOiaULvUiqK6Z4JQE635VgtCFeg==, + integrity: sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==, } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-react-jsx-source@7.25.7(@babel/core@7.25.8): + /@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.0): resolution: { - integrity: sha512-S/JXG/KrbIY06iyJPKfxr0qRxnhNOdkNXYBl/rmwgDd72cQLH9tEGkDm/yJPGvcSIUoikzfjMios9i+xT/uv9w==, + integrity: sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==, } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/template@7.25.7: + /@babel/template@7.25.9: resolution: { - integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==, + integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/code-frame': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/types': 7.25.8 + '@babel/code-frame': 7.26.0 + '@babel/parser': 7.26.1 + '@babel/types': 7.26.0 dev: true - /@babel/traverse@7.25.7: + /@babel/traverse@7.25.9: resolution: { - integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==, + integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/code-frame': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 + '@babel/code-frame': 7.26.0 + '@babel/generator': 7.26.0 + '@babel/parser': 7.26.1 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 debug: 4.3.7 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types@7.25.8: + /@babel/types@7.26.0: resolution: { - integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==, + integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==, } engines: { node: '>=6.9.0' } dependencies: - '@babel/helper-string-parser': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - to-fast-properties: 2.0.0 + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 dev: true /@esbuild/aix-ppc64@0.21.5: @@ -1151,11 +1125,11 @@ packages: '@vue/compiler-sfc': optional: true dependencies: - '@babel/core': 7.25.8 - '@babel/generator': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/core': 7.26.0 + '@babel/generator': 7.26.0 + '@babel/parser': 7.26.1 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 prettier: 3.3.3 semver: 7.6.3 transitivePeerDependencies: @@ -1354,7 +1328,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.2(rollup@4.24.0) + '@rollup/pluginutils': 5.1.3(rollup@4.24.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 @@ -1362,10 +1336,10 @@ packages: rollup: 4.24.0 dev: true - /@rollup/pluginutils@5.1.2(rollup@4.24.0): + /@rollup/pluginutils@5.1.3(rollup@4.24.0): resolution: { - integrity: sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==, + integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==, } engines: { node: '>=14.0.0' } peerDependencies: @@ -1376,7 +1350,7 @@ packages: dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 - picomatch: 2.3.1 + picomatch: 4.0.2 rollup: 4.24.0 dev: true @@ -1585,7 +1559,7 @@ packages: integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==, } dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/babel__code-frame@7.0.6: @@ -1601,8 +1575,8 @@ packages: integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==, } dependencies: - '@babel/parser': 7.25.8 - '@babel/types': 7.25.8 + '@babel/parser': 7.26.1 + '@babel/types': 7.26.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 @@ -1614,7 +1588,7 @@ packages: integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==, } dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 dev: true /@types/babel__template@7.4.4: @@ -1623,8 +1597,8 @@ packages: integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==, } dependencies: - '@babel/parser': 7.25.8 - '@babel/types': 7.25.8 + '@babel/parser': 7.26.1 + '@babel/types': 7.26.0 dev: true /@types/babel__traverse@7.20.6: @@ -1633,7 +1607,7 @@ packages: integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==, } dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 dev: true /@types/body-parser@1.19.5: @@ -1643,7 +1617,7 @@ packages: } dependencies: '@types/connect': 3.4.38 - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/chai-subset@1.3.5: @@ -1668,7 +1642,7 @@ packages: integrity: sha512-UhuhrQ5hclX6UJctv5m4Rfp52AfG9o9+d9/HwjxhVB5NjXxr5t9oKgJxN8xRHgr35oo8meUEHUPFWiKg6y71aA==, } dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 '@types/qs': 6.9.16 dev: true @@ -1678,7 +1652,7 @@ packages: integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==, } dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/content-disposition@0.5.8: @@ -1704,7 +1678,7 @@ packages: '@types/connect': 3.4.38 '@types/express': 5.0.0 '@types/keygrip': 1.0.6 - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/debounce@1.2.4: @@ -1721,13 +1695,13 @@ packages: } dev: true - /@types/express-serve-static-core@5.0.0: + /@types/express-serve-static-core@5.0.1: resolution: { - integrity: sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==, + integrity: sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==, } dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 '@types/qs': 6.9.16 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -1740,7 +1714,7 @@ packages: } dependencies: '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 5.0.0 + '@types/express-serve-static-core': 5.0.1 '@types/qs': 6.9.16 '@types/serve-static': 1.15.7 dev: true @@ -1752,7 +1726,7 @@ packages: } dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/fscreen@1.0.4: @@ -1762,10 +1736,10 @@ packages: } dev: true - /@types/http-assert@1.5.5: + /@types/http-assert@1.5.6: resolution: { - integrity: sha512-4+tE/lwdAahgZT1g30Jkdm9PzFRde0xwxBNUyRsCitRvCQB90iuA2uJYdUnhnANRcqGXaWOGY4FEoxeElNAK2g==, + integrity: sha512-TTEwmtjgVbYAzZYWyeHPrrtWnfVkm8tQkP8P21uQifPgMRgjrow3XDEYqucuC8SKZJT7pUnhU/JymvjggxO9vw==, } dev: true @@ -1807,7 +1781,7 @@ packages: integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==, } dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/keygrip@1.0.6: @@ -1835,11 +1809,11 @@ packages: '@types/accepts': 1.3.7 '@types/content-disposition': 0.5.8 '@types/cookies': 0.9.0 - '@types/http-assert': 1.5.5 + '@types/http-assert': 1.5.6 '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/mime@1.3.5: @@ -1849,10 +1823,10 @@ packages: } dev: true - /@types/node@18.19.57: + /@types/node@18.19.59: resolution: { - integrity: sha512-I2ioBd/IPrYDMv9UNR5NlPElOZ68QB7yY5V2EsLtSrTO0LM0PnCEFF9biLWHf5k+sIy4ohueCV9t4gk1AEdlVA==, + integrity: sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==, } dependencies: undici-types: 5.26.5 @@ -1892,13 +1866,13 @@ packages: integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==, } dependencies: - '@types/react': 18.3.11 + '@types/react': 18.3.12 dev: true - /@types/react@18.3.11: + /@types/react@18.3.12: resolution: { - integrity: sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==, + integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==, } dependencies: '@types/prop-types': 15.7.13 @@ -1919,7 +1893,7 @@ packages: } dependencies: '@types/mime': 1.3.5 - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true /@types/serve-static@1.15.7: @@ -1929,7 +1903,7 @@ packages: } dependencies: '@types/http-errors': 2.0.4 - '@types/node': 18.19.57 + '@types/node': 18.19.59 '@types/send': 0.17.4 dev: true @@ -1945,10 +1919,10 @@ packages: integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==, } dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 dev: true - /@vitejs/plugin-react@4.3.3(vite@5.4.9): + /@vitejs/plugin-react@4.3.3(vite@5.4.10): resolution: { integrity: sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==, @@ -1957,12 +1931,12 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-transform-react-jsx-self': 7.25.7(@babel/core@7.25.8) - '@babel/plugin-transform-react-jsx-source': 7.25.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.9(@types/node@18.19.57) + vite: 5.4.10(@types/node@18.19.59) transitivePeerDependencies: - supports-color dev: true @@ -2026,7 +2000,7 @@ packages: integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==, } dependencies: - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.1 '@vue/shared': 3.5.12 entities: 4.5.0 estree-walker: 2.0.2 @@ -2049,7 +2023,7 @@ packages: integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==, } dependencies: - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.1 '@vue/compiler-core': 3.5.12 '@vue/compiler-dom': 3.5.12 '@vue/compiler-ssr': 3.5.12 @@ -2146,7 +2120,7 @@ packages: es-module-lexer: 1.5.4 get-stream: 6.0.1 is-stream: 2.0.1 - isbinaryfile: 5.0.3 + isbinaryfile: 5.0.4 koa: 2.15.3 koa-etag: 4.0.0 koa-send: 5.0.1 @@ -2195,7 +2169,7 @@ packages: } engines: { node: '>=18.0.0' } dependencies: - '@babel/code-frame': 7.25.7 + '@babel/code-frame': 7.26.0 '@types/babel__code-frame': 7.0.6 '@types/co-body': 6.1.3 '@types/convert-source-map': 2.0.3 @@ -2330,16 +2304,6 @@ packages: engines: { node: '>=12' } dev: true - /ansi-styles@3.2.1: - resolution: - { - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, - } - engines: { node: '>=4' } - dependencies: - color-convert: 1.9.3 - dev: true - /ansi-styles@4.3.0: resolution: { @@ -2439,8 +2403,8 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.24.0 - caniuse-lite: 1.0.30001669 + browserslist: 4.24.2 + caniuse-lite: 1.0.30001672 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 @@ -2528,18 +2492,18 @@ packages: fill-range: 7.1.1 dev: true - /browserslist@4.24.0: + /browserslist@4.24.2: resolution: { - integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==, + integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==, } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001669 - electron-to-chromium: 1.5.41 + caniuse-lite: 1.0.30001672 + electron-to-chromium: 1.5.47 node-releases: 2.0.18 - update-browserslist-db: 1.1.1(browserslist@4.24.0) + update-browserslist-db: 1.1.1(browserslist@4.24.2) dev: true /bytes@3.1.2: @@ -2591,10 +2555,10 @@ packages: engines: { node: '>= 6' } dev: true - /caniuse-lite@1.0.30001669: + /caniuse-lite@1.0.30001672: resolution: { - integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==, + integrity: sha512-XhW1vRo1ob6aeK2w3rTohwTPBLse/rvjq+s3RTSBwnlZqoFFjx9cHsShJjAIbLsLjyoacaTxpLZy9v3gg6zypw==, } dev: true @@ -2614,18 +2578,6 @@ packages: type-detect: 4.1.0 dev: true - /chalk@2.4.2: - resolution: - { - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, - } - engines: { node: '>=4' } - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - dev: true - /chalk@5.3.0: resolution: { @@ -2764,15 +2716,6 @@ packages: } dev: true - /color-convert@1.9.3: - resolution: - { - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, - } - dependencies: - color-name: 1.1.3 - dev: true - /color-convert@2.0.1: resolution: { @@ -2783,13 +2726,6 @@ packages: color-name: 1.1.4 dev: true - /color-name@1.1.3: - resolution: - { - integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, - } - dev: true - /color-name@1.1.4: resolution: { @@ -3183,10 +3119,10 @@ packages: } dev: true - /electron-to-chromium@1.5.41: + /electron-to-chromium@1.5.47: resolution: { - integrity: sha512-dfdv/2xNjX0P8Vzme4cfzHqnPm5xsZXwsolTYr0eyW18IUmNyG08vL+fttvinTfhKfIKdRoqkDIC9e9iWQCNYQ==, + integrity: sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==, } dev: true @@ -3354,14 +3290,6 @@ packages: } dev: true - /escape-string-regexp@1.0.5: - resolution: - { - integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, - } - engines: { node: '>=0.8.0' } - dev: true - /escodegen@2.1.0: resolution: { @@ -3869,14 +3797,6 @@ packages: } dev: true - /has-flag@3.0.0: - resolution: - { - integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, - } - engines: { node: '>=4' } - dev: true - /has-flag@4.0.0: resolution: { @@ -4334,10 +4254,10 @@ packages: is-docker: 2.2.1 dev: true - /isbinaryfile@5.0.3: + /isbinaryfile@5.0.4: resolution: { - integrity: sha512-VR4gNjFaDP8csJQvzInG20JvBj8MaHYLxNOMXysxRbGM7tcsHZwCjhch3FubFtZBkuDbN55i4dUukGeIrzF+6g==, + integrity: sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==, } engines: { node: '>= 18.0.0' } dev: true @@ -5356,6 +5276,14 @@ packages: engines: { node: '>=8.6' } dev: true + /picomatch@4.0.2: + resolution: + { + integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==, + } + engines: { node: '>=12' } + dev: true + /pidtree@0.6.0: resolution: { @@ -5680,10 +5608,10 @@ packages: engines: { node: '>= 14.16.0' } dev: true - /remotion@4.0.221(react-dom@18.3.1)(react@18.3.1): + /remotion@4.0.223(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-QlKRZIh6KXrjrVlo+1Gqbry8HWd79gA3jjOposSxaveTyWwQx5rQxm8Q4NhqYEK8rp+otA8KU6Hdgmed6b/oZg==, + integrity: sha512-qbZHf/0C5SJUuTLhYewiBMLcOazVPkO61100eJ0QMLXPoBhYkeAdCGWgV4qRqz8jvcZ3cJ8UFFOeYrcYrDJAJg==, } peerDependencies: react: '>=16.8.0' @@ -5800,7 +5728,7 @@ packages: rollup: 4.24.0 typescript: 5.6.3 optionalDependencies: - '@babel/code-frame': 7.25.7 + '@babel/code-frame': 7.26.0 dev: true /rollup-pluginutils@2.8.2: @@ -6079,10 +6007,10 @@ packages: is-fullwidth-code-point: 4.0.0 dev: true - /solid-js@1.9.2: + /solid-js@1.9.3: resolution: { - integrity: sha512-fe/K03nV+kMFJYhAOE8AIQHcGxB4rMIEoEyrulbtmf217NffbbwBqJnJI4ovt16e+kaIt0czE2WA7mP/pYN9yg==, + integrity: sha512-5ba3taPoZGt9GY3YlsCB24kCg0Lv/rie/HTD4kG6h4daZZz7+yK02xn8Vx8dLYBc9i6Ps5JwAbEiqjmKaLB3Ag==, } dependencies: csstype: 3.1.3 @@ -6240,16 +6168,6 @@ packages: ts-interface-checker: 0.1.13 dev: true - /supports-color@5.5.0: - resolution: - { - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, - } - engines: { node: '>=4' } - dependencies: - has-flag: 3.0.0 - dev: true - /supports-color@7.2.0: resolution: { @@ -6374,14 +6292,6 @@ packages: engines: { node: '>=14.0.0' } dev: true - /to-fast-properties@2.0.0: - resolution: - { - integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, - } - engines: { node: '>=4' } - dev: true - /to-regex-range@5.0.1: resolution: { @@ -6445,10 +6355,10 @@ packages: engines: { node: '>=0.6.x' } dev: true - /tsx@4.19.1: + /tsx@4.19.2: resolution: { - integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==, + integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==, } engines: { node: '>=18.0.0' } hasBin: true @@ -6459,10 +6369,10 @@ packages: fsevents: 2.3.3 dev: true - /turbo-darwin-64@2.2.1: + /turbo-darwin-64@2.2.3: resolution: { - integrity: sha512-jltMdSQ+7rQDVaorjW729PCw6fwAn1MgZSdoa0Gil7GZCOF3SnR/ok0uJw6G5mdm6F5XM8ZTlz+mdGzBLuBRaA==, + integrity: sha512-Rcm10CuMKQGcdIBS3R/9PMeuYnv6beYIHqfZFeKWVYEWH69sauj4INs83zKMTUiZJ3/hWGZ4jet9AOwhsssLyg==, } cpu: [x64] os: [darwin] @@ -6470,10 +6380,10 @@ packages: dev: true optional: true - /turbo-darwin-arm64@2.2.1: + /turbo-darwin-arm64@2.2.3: resolution: { - integrity: sha512-RHW0c1NonsJXXlutlZeunmhLanf0/WbeizFfYgWuTEaJE4MbbhyD/RG4Fm/7iob5kxQ4Es2TzfDPqyMqpIO0GA==, + integrity: sha512-+EIMHkuLFqUdJYsA3roj66t9+9IciCajgj+DVek+QezEdOJKcRxlvDOS2BUaeN8kEzVSsNiAGnoysFWYw4K0HA==, } cpu: [arm64] os: [darwin] @@ -6481,10 +6391,10 @@ packages: dev: true optional: true - /turbo-linux-64@2.2.1: + /turbo-linux-64@2.2.3: resolution: { - integrity: sha512-RasrjV+i2B90hoR8r6B2Btf2/ebNT5MJbhkpY0G1EN06E1IkjCKfAXj/1Dwmjy9+Zo0NC2r69L3HxRrtpar8jQ==, + integrity: sha512-UBhJCYnqtaeOBQLmLo8BAisWbc9v9daL9G8upLR+XGj6vuN/Nz6qUAhverN4Pyej1g4Nt1BhROnj6GLOPYyqxQ==, } cpu: [x64] os: [linux] @@ -6492,10 +6402,10 @@ packages: dev: true optional: true - /turbo-linux-arm64@2.2.1: + /turbo-linux-arm64@2.2.3: resolution: { - integrity: sha512-LNkUUJuu1gNkhlo7Ky/zilXEiajLoGlWLiKT1XV5neEf+x1s+aU9Hzd/+HhSVMiyI8l7z6zLbrM1a6+v4co/SQ==, + integrity: sha512-hJYT9dN06XCQ3jBka/EWvvAETnHRs3xuO/rb5bESmDfG+d9yQjeTMlhRXKrr4eyIMt6cLDt1LBfyi+6CQ+VAwQ==, } cpu: [arm64] os: [linux] @@ -6503,10 +6413,10 @@ packages: dev: true optional: true - /turbo-windows-64@2.2.1: + /turbo-windows-64@2.2.3: resolution: { - integrity: sha512-Mn5tlFrLzlQ6tW6wTWNlyT1osXuDUg0VT1VAjRpmRXlK2Zi3oKVVG0rs0nkkq4rmuheryD1xyuGPN9nFKbAn/A==, + integrity: sha512-NPrjacrZypMBF31b4HE4ROg4P3nhMBPHKS5WTpMwf7wydZ8uvdEHpESVNMOtqhlp857zbnKYgP+yJF30H3N2dQ==, } cpu: [x64] os: [win32] @@ -6514,10 +6424,10 @@ packages: dev: true optional: true - /turbo-windows-arm64@2.2.1: + /turbo-windows-arm64@2.2.3: resolution: { - integrity: sha512-bvYOJ3SMN00yiem+uAqwRMbUMau/KiMzJYxnD0YkFo6INc08z8gZi5g0GLZAR7g/L3JegktX3UQW2cJvryjvLg==, + integrity: sha512-fnNrYBCqn6zgKPKLHu4sOkihBI/+0oYFr075duRxqUZ+1aLWTAGfHZLgjVeLh3zR37CVzuerGIPWAEkNhkWEIw==, } cpu: [arm64] os: [win32] @@ -6525,19 +6435,19 @@ packages: dev: true optional: true - /turbo@2.2.1: + /turbo@2.2.3: resolution: { - integrity: sha512-clZFkh6U6NpsLKBVZYRjlZjRTfju1Z5STqvFVaOGu5443uM75alJe1nCYH9pQ9YJoiOvXAqA2rDHWN5kLS9JMg==, + integrity: sha512-5lDvSqIxCYJ/BAd6rQGK/AzFRhBkbu4JHVMLmGh/hCb7U3CqSnr5Tjwfy9vc+/5wG2DJ6wttgAaA7MoCgvBKZQ==, } hasBin: true optionalDependencies: - turbo-darwin-64: 2.2.1 - turbo-darwin-arm64: 2.2.1 - turbo-linux-64: 2.2.1 - turbo-linux-arm64: 2.2.1 - turbo-windows-64: 2.2.1 - turbo-windows-arm64: 2.2.1 + turbo-darwin-64: 2.2.3 + turbo-darwin-arm64: 2.2.3 + turbo-linux-64: 2.2.3 + turbo-linux-arm64: 2.2.3 + turbo-windows-64: 2.2.3 + turbo-windows-arm64: 2.2.3 dev: true /type-detect@4.1.0: @@ -6662,7 +6572,7 @@ packages: webpack-virtual-modules: 0.6.2 dev: false - /update-browserslist-db@1.1.1(browserslist@4.24.0): + /update-browserslist-db@1.1.1(browserslist@4.24.2): resolution: { integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==, @@ -6671,7 +6581,7 @@ packages: peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.24.0 + browserslist: 4.24.2 escalade: 3.2.0 picocolors: 1.1.1 dev: true @@ -6701,7 +6611,7 @@ packages: engines: { node: '>= 0.8' } dev: true - /vite-node@0.34.6(@types/node@18.19.57): + /vite-node@0.34.6(@types/node@18.19.59): resolution: { integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==, @@ -6714,7 +6624,7 @@ packages: mlly: 1.7.2 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.9(@types/node@18.19.57) + vite: 5.4.10(@types/node@18.19.59) transitivePeerDependencies: - '@types/node' - less @@ -6727,10 +6637,10 @@ packages: - terser dev: true - /vite@5.4.9(@types/node@18.19.57): + /vite@5.4.10(@types/node@18.19.59): resolution: { - integrity: sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==, + integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==, } engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true @@ -6761,7 +6671,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.19.57 + '@types/node': 18.19.59 esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.24.0 @@ -6805,7 +6715,7 @@ packages: dependencies: '@types/chai': 4.3.20 '@types/chai-subset': 1.3.5 - '@types/node': 18.19.57 + '@types/node': 18.19.59 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -6825,8 +6735,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.9.0 tinypool: 0.7.0 - vite: 5.4.9(@types/node@18.19.57) - vite-node: 0.34.6(@types/node@18.19.57) + vite: 5.4.10(@types/node@18.19.59) + vite-node: 0.34.6(@types/node@18.19.59) why-is-node-running: 2.3.0 transitivePeerDependencies: - less