From a8f8833da3067055eba8d2da6199db178a88af9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:27:02 +0200 Subject: [PATCH] Update testcontainers-node monorepo to v10.11.0 (#963) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testcontainers/postgresql](https://togithub.com/testcontainers/testcontainers-node) | [`10.7.1` -> `10.11.0`](https://renovatebot.com/diffs/npm/@testcontainers%2fpostgresql/10.7.1/10.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testcontainers%2fpostgresql/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testcontainers%2fpostgresql/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testcontainers%2fpostgresql/10.7.1/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testcontainers%2fpostgresql/10.7.1/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [testcontainers](https://togithub.com/testcontainers/testcontainers-node) | [`10.7.1` -> `10.11.0`](https://renovatebot.com/diffs/npm/testcontainers/10.7.1/10.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/testcontainers/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/testcontainers/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/testcontainers/10.7.1/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/testcontainers/10.7.1/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
testcontainers/testcontainers-node (@​testcontainers/postgresql) ### [`v10.11.0`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.11.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.10.4...v10.11.0) #### Changes #### ๐Ÿš€ Features - Make `HealthCheckWaitStrategy` event based [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​789](https://togithub.com/testcontainers/testcontainers-node/issues/789)) - Support custom compose project names [@​jalaziz](https://togithub.com/jalaziz) ([#​800](https://togithub.com/testcontainers/testcontainers-node/issues/800)) - Add `DatastoreEmulatorContainer` to gcloud module [@​oskarwidmark](https://togithub.com/oskarwidmark) ([#​782](https://togithub.com/testcontainers/testcontainers-node/issues/782)) #### ๐Ÿงน Maintenance - Bump archiver from 5.3.2 to 7.0.1 [@​committomaster](https://togithub.com/committomaster) ([#​791](https://togithub.com/testcontainers/testcontainers-node/issues/791)) - Replace `node-fetch` with Node.js' native `fetch` [@​Kurre](https://togithub.com/Kurre) ([#​777](https://togithub.com/testcontainers/testcontainers-node/issues/777)) - Pin MSSQL Docker image from 2022-latest -> 2022-CU13-ubuntu-22.04 [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​801](https://togithub.com/testcontainers/testcontainers-node/issues/801)) ### [`v10.10.4`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.10.4) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.10.3...v10.10.4) #### Changes #### ๐Ÿ› Bug Fixes - Fix fetching registry credentials when using Gcloud cred helper [@​HiranmayaGundu](https://togithub.com/HiranmayaGundu) ([#​764](https://togithub.com/testcontainers/testcontainers-node/issues/764)) #### ๐Ÿงน Maintenance - Update minor deps [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​796](https://togithub.com/testcontainers/testcontainers-node/issues/796)) ### [`v10.10.3`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.10.3) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.10.2...v10.10.3) #### Changes #### ๐Ÿ› Bug Fixes - Docker runtimes may be undefined [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​795](https://togithub.com/testcontainers/testcontainers-node/issues/795)) ### [`v10.10.2`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.10.2) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.10.1...v10.10.2) #### Changes #### ๐Ÿงน Maintenance - Log stacktrace when container runtime strategy throws [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​794](https://togithub.com/testcontainers/testcontainers-node/issues/794)) ### [`v10.10.1`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.10.1) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.10.0...v10.10.1) ##### Changes ##### ๐Ÿš€ Features - Add logs around resolving a container runtime [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​787](https://togithub.com/testcontainers/testcontainers-node/issues/787)) ##### ๐Ÿ› Bug Fixes - Include Redpanda assets in build artifact [@​fabio-miguel](https://togithub.com/fabio-miguel) ([#​790](https://togithub.com/testcontainers/testcontainers-node/issues/790)) - Fix OllamaContainer's commitToImage [@​eddumelendez](https://togithub.com/eddumelendez) ([#​788](https://togithub.com/testcontainers/testcontainers-node/issues/788)) ##### ๐Ÿงน Maintenance - Added Ollama module docs [@​ilopezluna](https://togithub.com/ilopezluna) ([#​784](https://togithub.com/testcontainers/testcontainers-node/issues/784)) ### [`v10.10.0`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.10.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.9.0...v10.10.0) ##### Changes ##### ๐Ÿš€ Features - Add ollama module [@​ilopezluna](https://togithub.com/ilopezluna) ([#​778](https://togithub.com/testcontainers/testcontainers-node/issues/778)) - Add RabbitMQ module [@​gundersong](https://togithub.com/gundersong) ([#​770](https://togithub.com/testcontainers/testcontainers-node/issues/770)) ##### ๐Ÿ› Bug Fixes - GenericContainerBuilder false pull policy should not pull image [@​schummar](https://togithub.com/schummar) ([#​771](https://togithub.com/testcontainers/testcontainers-node/issues/771)) ##### ๐Ÿงน Maintenance - Update minor deps [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​780](https://togithub.com/testcontainers/testcontainers-node/issues/780)) - Use new sshd:1.2.0 image [@​mdelapenya](https://togithub.com/mdelapenya) ([#​758](https://togithub.com/testcontainers/testcontainers-node/issues/758)) ### [`v10.9.0`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.9.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.8.2...v10.9.0) #### Changes #### ๐Ÿš€ Features - Add Redpanda module [@​stfnzl](https://togithub.com/stfnzl) ([#​743](https://togithub.com/testcontainers/testcontainers-node/issues/743)) - Add `OneShotWaitStrategy` [@​omerlh](https://togithub.com/omerlh) ([#​730](https://togithub.com/testcontainers/testcontainers-node/issues/730)) ### [`v10.8.2`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.8.2) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.8.1...v10.8.2) #### Changes #### ๐Ÿš€ Features - Add ChromaDB module [@​AlabasterAxe](https://togithub.com/AlabasterAxe) ([#​746](https://togithub.com/testcontainers/testcontainers-node/issues/746)) #### ๐Ÿ› Bug Fixes - Fix checking Reaper and the SSHd containers when `_HUB_IMAGE_NAME_PREFIX` provided [@​silh](https://togithub.com/silh) ([#​751](https://togithub.com/testcontainers/testcontainers-node/issues/751)) - Fix parsing registry from env variable to work with trailing slash [@​ilia-beliaev-miro](https://togithub.com/ilia-beliaev-miro) ([#​748](https://togithub.com/testcontainers/testcontainers-node/issues/748)) ### [`v10.8.1`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.8.1) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.8.0...v10.8.1) #### Changes #### ๐Ÿ› Bug Fixes - Fix error installing dependencies in Node 20x [@​javierlopezdeancos](https://togithub.com/javierlopezdeancos) ([#​742](https://togithub.com/testcontainers/testcontainers-node/issues/742)) - Fix Kafka module imports [@​fjanicki](https://togithub.com/fjanicki) ([#​740](https://togithub.com/testcontainers/testcontainers-node/issues/740)) ### [`v10.8.0`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.8.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.7.2...v10.8.0) ##### ๐Ÿš€ Features - Add GCloud module [@​anietieasuquo](https://togithub.com/anietieasuquo) ([#​733](https://togithub.com/testcontainers/testcontainers-node/issues/733)) - Add Weaviate module [@​antas-marcin](https://togithub.com/antas-marcin) ([#​736](https://togithub.com/testcontainers/testcontainers-node/issues/736)) - Add Qdrant module [@​Anush008](https://togithub.com/Anush008) ([#​725](https://togithub.com/testcontainers/testcontainers-node/issues/725)) - Add support for image registry substitution via environment variable [@​silh](https://togithub.com/silh) ([#​729](https://togithub.com/testcontainers/testcontainers-node/issues/729)) - Support Kraft mode for Kafka container [@​silh](https://togithub.com/silh) ([#​723](https://togithub.com/testcontainers/testcontainers-node/issues/723)) ##### ๐Ÿงน Maintenance - Fix node 20 pipeline [@​javierlopezdeancos](https://togithub.com/javierlopezdeancos) ([#​728](https://togithub.com/testcontainers/testcontainers-node/issues/728)) - Disable couchbase module from pipeline [@​javierlopezdeancos](https://togithub.com/javierlopezdeancos) ([#​738](https://togithub.com/testcontainers/testcontainers-node/issues/738)) ### [`v10.7.2`](https://togithub.com/testcontainers/testcontainers-node/releases/tag/v10.7.2) [Compare Source](https://togithub.com/testcontainers/testcontainers-node/compare/v10.7.1...v10.7.2) ##### Changes ##### ๐Ÿ› Bug Fixes - Fix wait strategy for older redis versions [@​djakielski](https://togithub.com/djakielski) ([#​718](https://togithub.com/testcontainers/testcontainers-node/issues/718)) ##### ๐Ÿงน Maintenance - Update minor deps [@​cristianrgreco](https://togithub.com/cristianrgreco) ([#​720](https://togithub.com/testcontainers/testcontainers-node/issues/720)) - Fix custom image log line [@​omerlh](https://togithub.com/omerlh) ([#​714](https://togithub.com/testcontainers/testcontainers-node/issues/714))
--- ### Configuration ๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). ๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. โ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/dotkom/monoweb). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 585 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 406 insertions(+), 179 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed09bb575..8c0553eae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -559,7 +559,7 @@ importers: version: 3.0.0 '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.10(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5))) + version: 0.5.10(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5))) postcss: specifier: ^8.4.31 version: 8.4.31 @@ -568,10 +568,10 @@ importers: version: 15.1.0(postcss@8.4.31) tailwindcss: specifier: ^3.3.5 - version: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5)) + version: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)) tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5))) + version: 1.0.7(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5))) tailwindcss-radix: specifier: ^2.8.0 version: 2.8.0 @@ -626,7 +626,7 @@ importers: version: link:../types '@testcontainers/postgresql': specifier: ^10.7.1 - version: 10.7.1 + version: 10.11.0 '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -635,7 +635,7 @@ importers: version: 1.6.0(vitest@1.6.0) testcontainers: specifier: ^10.7.1 - version: 10.7.1 + version: 10.11.0 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -737,7 +737,7 @@ importers: version: 10.45.2(@tanstack/react-query@4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ical-generator: specifier: ^5.0.1 - version: 5.0.1(@types/node@20.12.7)(dayjs@1.11.10) + version: 5.0.1(@types/node@20.16.1)(dayjs@1.11.10) jsonwebtoken: specifier: ^9.0.2 version: 9.0.2 @@ -765,7 +765,7 @@ importers: version: 5.4.5 vitest: specifier: ^1.3.1 - version: 1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)) + version: 1.6.0(@types/node@20.16.1)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)) packages/gateway-trpc: dependencies: @@ -808,7 +808,7 @@ importers: version: 5.4.5 vitest: specifier: ^1.3.1 - version: 1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)) + version: 1.6.0(@types/node@20.16.1)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)) packages/logger: dependencies: @@ -903,7 +903,7 @@ importers: version: link:../config '@ladle/react': specifier: ^4.0.3 - version: 4.0.3(@swc/helpers@0.5.5)(@types/node@20.12.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sugarss@4.0.1(postcss@8.4.31))(typescript@5.4.5) + version: 4.0.3(@swc/helpers@0.5.5)(@types/node@20.16.1)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sugarss@4.0.1(postcss@8.4.31))(typescript@5.4.5) '@types/react': specifier: ^18.2.38 version: 18.3.3 @@ -915,16 +915,16 @@ importers: version: 8.4.31 tailwindcss: specifier: ^3.3.5 - version: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5)) + version: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)) typescript: specifier: ^5.4.5 version: 5.4.5 vite: specifier: ^5.0.0 - version: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) + version: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) vitest: specifier: ^1.3.1 - version: 1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.31)) + version: 1.6.0(@types/node@20.16.1)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.31)) packages/utils: devDependencies: @@ -1944,6 +1944,10 @@ packages: '@fadi-ui/react-country-flag@1.0.7': resolution: {integrity: sha512-UO+mSApJ9tKcTFo/XN8SPkko+KAWoiJRAOuY2CHAHrH0x7tBaCO8rXiTVpN70jR2sEuhDIsOn604kElRRJxRNg==} + '@fastify/busboy@2.1.1': + resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} + engines: {node: '>=14'} + '@floating-ui/core@1.5.3': resolution: {integrity: sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==} @@ -3717,8 +3721,8 @@ packages: resolution: {integrity: sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==} engines: {node: '>=12'} - '@testcontainers/postgresql@10.7.1': - resolution: {integrity: sha512-2tlrD7vRNdi+nynFCNaGbjTTE7aUNk9Pipcu7PIkPGc8v1AxJdc1BnmI07I1yfW18kOqRi7fo7x4gOlqzAOXJQ==} + '@testcontainers/postgresql@10.11.0': + resolution: {integrity: sha512-TJC6kyb2lmkSF2XWvsjDVn61YRin8e1mE2IiLRkeR3mKWHm/LDwyRX14RTnRuNK7auSCCr35Ft/fKv/R6O5Taw==} '@tootallnate/once@2.0.0': resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} @@ -3802,8 +3806,8 @@ packages: '@types/docker-modem@3.0.6': resolution: {integrity: sha512-yKpAGEuKRSS8wwx0joknWxsmLha78wNMe9R2S3UNsVOkZded8UqOrV8KoeDXoXsjndxwyF3eIhyClGbO1SEhEg==} - '@types/dockerode@3.3.23': - resolution: {integrity: sha512-Lz5J+NFgZS4cEVhquwjIGH4oQwlVn2h7LXD3boitujBnzOE5o7s9H8hchEjoDK2SlRsJTogdKnQeiJgPPKLIEw==} + '@types/dockerode@3.3.31': + resolution: {integrity: sha512-42R9eoVqJDSvVspV89g7RwRqfNExgievLNWoHkg7NoWIqAmavIbgQBb4oc0qRtHkxE+I3Xxvqv7qVXFABKPBTg==} '@types/estree-jsx@1.0.2': resolution: {integrity: sha512-GNBWlGBMjiiiL5TSkvPtOteuXsiVitw5MYGY1UYlrAq0SKyczsls6sCD7TZ8fsjRsvCVxml7EbyjJezPb3DrSA==} @@ -3838,12 +3842,15 @@ packages: '@types/mute-stream@0.0.4': resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} - '@types/node@18.18.13': - resolution: {integrity: sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g==} + '@types/node@18.19.45': + resolution: {integrity: sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==} '@types/node@20.12.7': resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} + '@types/node@20.16.1': + resolution: {integrity: sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==} + '@types/normalize-package-data@2.4.1': resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -3868,8 +3875,8 @@ packages: '@types/ssh2@0.5.52': resolution: {integrity: sha512-lbLLlXxdCZOSJMCInKH2+9V/77ET2J6NPQHpFI0kda61Dd1KglJs+fPQBchizmzYSOJBgdTajhPqBO1xxLywvg==} - '@types/ssh2@1.11.18': - resolution: {integrity: sha512-7eH4ppQMFlzvn//zhwD54MWaITR1aSc1oFBye9vb76GZ2Y9PSFYdwVIwOlxRXWs5+1hifntXyt+8a6SUbOD7Hg==} + '@types/ssh2@1.15.1': + resolution: {integrity: sha512-ZIbEqKAsi5gj35y4P4vkJYly642wIbY6PqoN0xiyQGshKUGXR9WQjF/iF9mXBQ8uBKy3ezfsCkcoHKhd0BzuDA==} '@types/statuses@2.0.4': resolution: {integrity: sha512-eqNDvZsCNY49OAXB0Firg/Sc2BgoWsntsLUdybGFOhAfCD6QJ2n9HXUIHGqt5qjrxmMv4wS8WLAw43ZkKcJ8Pw==} @@ -3941,6 +3948,10 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + accepts@1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} @@ -4005,13 +4016,13 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - archiver-utils@2.1.0: - resolution: {integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==} - engines: {node: '>= 6'} + archiver-utils@5.0.2: + resolution: {integrity: sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==} + engines: {node: '>= 14'} - archiver@5.3.2: - resolution: {integrity: sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==} - engines: {node: '>= 10'} + archiver@7.0.1: + resolution: {integrity: sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==} + engines: {node: '>= 14'} arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} @@ -4050,6 +4061,9 @@ packages: async@3.2.4: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} + async@3.2.6: + resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} + asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} @@ -4074,8 +4088,8 @@ packages: axios@1.7.4: resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} - b4a@1.6.4: - resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==} + b4a@1.6.6: + resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} bail@2.0.2: resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} @@ -4083,6 +4097,21 @@ packages: balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + bare-events@2.4.2: + resolution: {integrity: sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==} + + bare-fs@2.3.1: + resolution: {integrity: sha512-W/Hfxc/6VehXlsgFtbB5B4xFcsCl+pAh30cYhoFyXErf6oGrwjh8SwiPAdHgpmWonKuYpZgGywN0SXt7dgsADA==} + + bare-os@2.4.0: + resolution: {integrity: sha512-v8DTT08AS/G0F9xrhyLtepoo9EJBJ85FRSMbu1pQUlAf6A8T0tEEQGMVObWeqpjhSPXsE0VGlluFBJu2fdoTNg==} + + bare-path@2.1.3: + resolution: {integrity: sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==} + + bare-stream@2.1.3: + resolution: {integrity: sha512-tiDAH9H/kP+tvNO5sczyn9ZAA7utrSMobyDchsnyyXBuUe2FSQWbxhtuHB8jwpHYYevVo2UJpcmvvjrbHboUUQ==} + base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} @@ -4149,8 +4178,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - buffer-crc32@0.2.13: - resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + buffer-crc32@1.0.0: + resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==} + engines: {node: '>=8.0.0'} buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} @@ -4169,6 +4199,9 @@ packages: buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + buffers@0.1.1: resolution: {integrity: sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==} engines: {node: '>=0.2.0'} @@ -4372,9 +4405,9 @@ packages: resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} engines: {node: ^12.20.0 || >=14} - compress-commons@4.1.1: - resolution: {integrity: sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==} - engines: {node: '>= 10'} + compress-commons@6.0.2: + resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==} + engines: {node: '>= 14'} concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -4419,8 +4452,8 @@ packages: resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} engines: {node: '>= 0.10'} - cpu-features@0.0.9: - resolution: {integrity: sha512-AKjgn2rP2yJyfbepsmLfiYcmtNn/2eUvocUyM/09yB0YDiz39HteK/5/T4Onf0pmdYDMgkBoGvRLvEguzyL7wQ==} + cpu-features@0.0.10: + resolution: {integrity: sha512-9IkYqtX3YHPCzoVg1Py+o9057a3i0fp7S530UWokCSaFVTc7CwXPRiOjRjBQQ18ZCNafx78YfnG+HALxtVmOGA==} engines: {node: '>=10.0.0'} crc-32@1.2.2: @@ -4428,9 +4461,9 @@ packages: engines: {node: '>=0.8'} hasBin: true - crc32-stream@4.0.2: - resolution: {integrity: sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==} - engines: {node: '>= 10'} + crc32-stream@6.0.0: + resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==} + engines: {node: '>= 14'} create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} @@ -4587,8 +4620,8 @@ packages: dlv@1.1.3: resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} - docker-compose@0.24.3: - resolution: {integrity: sha512-x3/QN3AIOMe7j2c8f/jcycizMft7dl8MluoB9OGPAYCyKHHiPUFqI9GjCcsU0kYy24vYKMCcfR6+5ZaEyQlrxg==} + docker-compose@0.24.8: + resolution: {integrity: sha512-plizRs/Vf15H+GCVxq2EUvyPK7ei9b/cVesHvjnX4xaXjM9spHe2Ytq0BitndFgvTJ3E3NljPNUEl7BAN43iZw==} engines: {node: '>= 6.0.0'} docker-modem@3.0.8: @@ -4747,6 +4780,14 @@ packages: event-source-polyfill@1.0.31: resolution: {integrity: sha512-4IJSItgS/41IxN5UVAVuAyczwZF7ZIEsM1XAoUzIHA6A+xzusEZUutdXz2Nr+MQPLxfTiCvqE79/C8HT8fKFvA==} + event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + + events@3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + eventsource@2.0.2: resolution: {integrity: sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==} engines: {node: '>=12.0.0'} @@ -5501,15 +5542,6 @@ packages: lodash.castarray@4.4.0: resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==} - lodash.defaults@4.2.0: - resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} - - lodash.difference@4.5.0: - resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} - - lodash.flatten@4.4.0: - resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==} - lodash.includes@4.3.0: resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} @@ -5537,9 +5569,6 @@ packages: lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} - lodash.union@4.6.0: - resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} - lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} @@ -5853,8 +5882,8 @@ packages: mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - nan@2.19.0: - resolution: {integrity: sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==} + nan@2.20.0: + resolution: {integrity: sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==} nanoid@3.3.6: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} @@ -6358,6 +6387,10 @@ packages: process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + progress-stream@2.0.0: resolution: {integrity: sha512-xJwOWR46jcXUq6EH9yYyqp+I52skPySOeHfkxOZ2IY1AiBi/sFJhbhAKHoV3OTw/omQ45KTio9215dRJ2Yxd3Q==} @@ -6573,6 +6606,10 @@ packages: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} + readable-stream@4.5.2: + resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + readdir-glob@1.1.3: resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} @@ -6650,11 +6687,6 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - rollup@3.29.2: resolution: {integrity: sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -6856,8 +6888,8 @@ packages: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} - streamx@2.15.6: - resolution: {integrity: sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==} + streamx@2.18.0: + resolution: {integrity: sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==} strict-event-emitter@0.5.1: resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==} @@ -6980,18 +7012,21 @@ packages: tar-fs@2.0.1: resolution: {integrity: sha512-6tzWDMeroL87uF/+lin46k+Q+46rAJ0SyPGz7OW7wTgblI273hsBqk2C1j0/xNadNLKDTUL9BukSjB7cwgmlPA==} - tar-fs@3.0.4: - resolution: {integrity: sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==} + tar-fs@3.0.6: + resolution: {integrity: sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==} tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar-stream@3.1.6: - resolution: {integrity: sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==} + tar-stream@3.1.7: + resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} - testcontainers@10.7.1: - resolution: {integrity: sha512-JarbT6o7fv1siUts4tGv3wBoYrWKxjla69+5QWG9+bcd4l+ECJ3ikfGD/hpXRmRBsnjzeWyV+tL9oWOBRzk+lA==} + testcontainers@10.11.0: + resolution: {integrity: sha512-TYgpR+MjZSuX7kSUxTa0f/CsN6eErbMFrAFumW08IvOnU8b+EoRzpzEu7mF0d29M1ItnHfHPUP44HYiE4yP3Zg==} + + text-decoder@1.1.1: + resolution: {integrity: sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==} text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -7017,9 +7052,9 @@ packages: resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} engines: {node: '>=14.0.0'} - tmp@0.2.1: - resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} - engines: {node: '>=8.17.0'} + tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} @@ -7227,6 +7262,13 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + + undici@5.28.4: + resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} + engines: {node: '>=14.0'} + unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -7654,6 +7696,11 @@ packages: resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} engines: {node: '>= 14'} + yaml@2.5.0: + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} @@ -7674,9 +7721,9 @@ packages: resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} engines: {node: '>=12.20'} - zip-stream@4.1.0: - resolution: {integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==} - engines: {node: '>= 10'} + zip-stream@6.0.1: + resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} + engines: {node: '>= 14'} zod-to-ts@1.1.4: resolution: {integrity: sha512-jsCg+pTNxLAdJOfW4ul+SpechdGYEJPPnssSbqWdR2LSIkotT22k+UvqPb1nEHwe/YbEcbUOlZUfGM0npgR+Jg==} @@ -8768,6 +8815,8 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + '@fastify/busboy@2.1.1': {} + '@floating-ui/core@1.5.3': dependencies: '@floating-ui/utils': 0.2.7 @@ -8840,7 +8889,7 @@ snapshots: '@inquirer/figures': 1.0.1 '@inquirer/type': 1.3.1 '@types/mute-stream': 0.0.4 - '@types/node': 20.12.7 + '@types/node': 20.16.1 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -8918,7 +8967,7 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@ladle/react@4.0.3(@swc/helpers@0.5.5)(@types/node@20.12.7)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sugarss@4.0.1(postcss@8.4.31))(typescript@5.4.5)': + '@ladle/react@4.0.3(@swc/helpers@0.5.5)(@types/node@20.16.1)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sugarss@4.0.1(postcss@8.4.31))(typescript@5.4.5)': dependencies: '@babel/code-frame': 7.23.5 '@babel/core': 7.24.5 @@ -8930,8 +8979,8 @@ snapshots: '@ladle/react-context': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mdx-js/mdx': 3.0.1 '@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1) - '@vitejs/plugin-react': 4.2.1(vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31))) - '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.5)(vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31))) + '@vitejs/plugin-react': 4.2.1(vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31))) + '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.5)(vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31))) axe-core: 4.9.0 boxen: 7.1.1 chokidar: 3.6.0 @@ -8959,8 +9008,8 @@ snapshots: remark-gfm: 4.0.0 source-map: 0.7.4 vfile: 6.0.1 - vite: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) - vite-tsconfig-paths: 4.3.2(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31))) + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) + vite-tsconfig-paths: 4.3.2(typescript@5.4.5)(vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31))) transitivePeerDependencies: - '@swc/helpers' - '@types/node' @@ -10644,6 +10693,14 @@ snapshots: postcss-selector-parser: 6.0.10 tailwindcss: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5)) + '@tailwindcss/typography@0.5.10(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)))': + dependencies: + lodash.castarray: 4.4.0 + lodash.isplainobject: 4.0.6 + lodash.merge: 4.6.2 + postcss-selector-parser: 6.0.10 + tailwindcss: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)) + '@tanstack/query-core@4.36.1': {} '@tanstack/react-query@4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -10662,11 +10719,10 @@ snapshots: '@tanstack/table-core@8.20.1': {} - '@testcontainers/postgresql@10.7.1': + '@testcontainers/postgresql@10.11.0': dependencies: - testcontainers: 10.7.1 + testcontainers: 10.11.0 transitivePeerDependencies: - - encoding - supports-color '@tootallnate/once@2.0.0': {} @@ -10767,12 +10823,13 @@ snapshots: '@types/docker-modem@3.0.6': dependencies: '@types/node': 20.12.7 - '@types/ssh2': 1.11.18 + '@types/ssh2': 1.15.1 - '@types/dockerode@3.3.23': + '@types/dockerode@3.3.31': dependencies: '@types/docker-modem': 3.0.6 '@types/node': 20.12.7 + '@types/ssh2': 1.15.1 '@types/estree-jsx@1.0.2': dependencies: @@ -10808,9 +10865,9 @@ snapshots: '@types/mute-stream@0.0.4': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.16.1 - '@types/node@18.18.13': + '@types/node@18.19.45': dependencies: undici-types: 5.26.5 @@ -10818,6 +10875,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@20.16.1': + dependencies: + undici-types: 6.19.8 + '@types/normalize-package-data@2.4.1': {} '@types/pg@8.10.9': @@ -10848,9 +10909,9 @@ snapshots: '@types/node': 20.12.7 '@types/ssh2-streams': 0.1.12 - '@types/ssh2@1.11.18': + '@types/ssh2@1.15.1': dependencies: - '@types/node': 18.18.13 + '@types/node': 18.19.45 '@types/statuses@2.0.4': {} @@ -10868,21 +10929,21 @@ snapshots: '@vercel/stega@0.1.0': {} - '@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.5)(vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)))': + '@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.5)(vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)))': dependencies: '@swc/core': 1.4.17(@swc/helpers@0.5.5) - vite: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) transitivePeerDependencies: - '@swc/helpers' - '@vitejs/plugin-react@4.2.1(vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)))': + '@vitejs/plugin-react@4.2.1(vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)))': dependencies: '@babel/core': 7.24.5 '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.24.5) '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.5) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) transitivePeerDependencies: - supports-color @@ -10939,6 +11000,10 @@ snapshots: abbrev@2.0.0: {} + abort-controller@3.0.0: + dependencies: + event-target-shim: 5.0.1 + accepts@1.3.8: dependencies: mime-types: 2.1.35 @@ -10997,28 +11062,25 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.1 - archiver-utils@2.1.0: + archiver-utils@5.0.2: dependencies: - glob: 7.2.3 + glob: 10.4.5 graceful-fs: 4.2.11 + is-stream: 2.0.1 lazystream: 1.0.1 - lodash.defaults: 4.2.0 - lodash.difference: 4.5.0 - lodash.flatten: 4.4.0 - lodash.isplainobject: 4.0.6 - lodash.union: 4.6.0 + lodash: 4.17.21 normalize-path: 3.0.0 - readable-stream: 2.3.8 + readable-stream: 4.5.2 - archiver@5.3.2: + archiver@7.0.1: dependencies: - archiver-utils: 2.1.0 - async: 3.2.4 - buffer-crc32: 0.2.13 - readable-stream: 3.6.2 + archiver-utils: 5.0.2 + async: 3.2.6 + buffer-crc32: 1.0.0 + readable-stream: 4.5.2 readdir-glob: 1.1.3 - tar-stream: 2.2.0 - zip-stream: 4.1.0 + tar-stream: 3.1.7 + zip-stream: 6.0.1 arg@4.1.3: optional: true @@ -11051,6 +11113,8 @@ snapshots: async@3.2.4: {} + async@3.2.6: {} + asynckit@0.4.0: {} auth0@4.3.1: @@ -11096,12 +11160,35 @@ snapshots: transitivePeerDependencies: - debug - b4a@1.6.4: {} + b4a@1.6.6: {} bail@2.0.2: {} balanced-match@1.0.2: {} + bare-events@2.4.2: + optional: true + + bare-fs@2.3.1: + dependencies: + bare-events: 2.4.2 + bare-path: 2.1.3 + bare-stream: 2.1.3 + optional: true + + bare-os@2.4.0: + optional: true + + bare-path@2.1.3: + dependencies: + bare-os: 2.4.0 + optional: true + + bare-stream@2.1.3: + dependencies: + streamx: 2.18.0 + optional: true + base64-js@1.5.1: {} bcp-47-match@2.0.3: {} @@ -11177,7 +11264,7 @@ snapshots: node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.2) - buffer-crc32@0.2.13: {} + buffer-crc32@1.0.0: {} buffer-equal-constant-time@1.0.1: {} @@ -11192,6 +11279,11 @@ snapshots: base64-js: 1.5.1 ieee754: 1.2.1 + buffer@6.0.3: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + buffers@0.1.1: {} buildcheck@0.0.6: @@ -11380,12 +11472,13 @@ snapshots: commander@9.4.1: {} - compress-commons@4.1.1: + compress-commons@6.0.2: dependencies: - buffer-crc32: 0.2.13 - crc32-stream: 4.0.2 + crc-32: 1.2.2 + crc32-stream: 6.0.0 + is-stream: 2.0.1 normalize-path: 3.0.0 - readable-stream: 3.6.2 + readable-stream: 4.5.2 concat-map@0.0.1: {} @@ -11428,18 +11521,18 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cpu-features@0.0.9: + cpu-features@0.0.10: dependencies: buildcheck: 0.0.6 - nan: 2.19.0 + nan: 2.20.0 optional: true crc-32@1.2.2: {} - crc32-stream@4.0.2: + crc32-stream@6.0.0: dependencies: crc-32: 1.2.2 - readable-stream: 3.6.2 + readable-stream: 4.5.2 create-require@1.1.1: optional: true @@ -11554,13 +11647,13 @@ snapshots: dlv@1.1.3: {} - docker-compose@0.24.3: + docker-compose@0.24.8: dependencies: - yaml: 2.3.1 + yaml: 2.5.0 docker-modem@3.0.8: dependencies: - debug: 4.3.4 + debug: 4.3.6 readable-stream: 3.6.2 split-ca: 1.0.1 ssh2: 1.15.0 @@ -11802,6 +11895,10 @@ snapshots: event-source-polyfill@1.0.31: {} + event-target-shim@5.0.1: {} + + events@3.3.0: {} + eventsource@2.0.2: {} execa@5.1.1: @@ -12337,11 +12434,11 @@ snapshots: human-signals@5.0.0: {} - ical-generator@5.0.1(@types/node@20.12.7)(dayjs@1.11.10): + ical-generator@5.0.1(@types/node@20.16.1)(dayjs@1.11.10): dependencies: uuid-random: 1.3.2 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.16.1 dayjs: 1.11.10 iconify-icon@1.0.8: @@ -12667,12 +12764,6 @@ snapshots: lodash.castarray@4.4.0: {} - lodash.defaults@4.2.0: {} - - lodash.difference@4.5.0: {} - - lodash.flatten@4.4.0: {} - lodash.includes@4.3.0: {} lodash.isboolean@3.0.3: {} @@ -12691,8 +12782,6 @@ snapshots: lodash.sortby@4.7.0: {} - lodash.union@4.6.0: {} - lodash@4.17.21: {} log-symbols@4.1.0: @@ -13274,7 +13363,7 @@ snapshots: object-assign: 4.1.1 thenify-all: 1.6.0 - nan@2.19.0: + nan@2.20.0: optional: true nanoid@3.3.6: {} @@ -13664,6 +13753,14 @@ snapshots: postcss: 8.4.31 ts-node: 10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5) + postcss-load-config@4.0.1(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)): + dependencies: + lilconfig: 2.1.0 + yaml: 2.3.1 + optionalDependencies: + postcss: 8.4.31 + ts-node: 10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5) + postcss-load-config@4.0.1(postcss@8.4.41)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5)): dependencies: lilconfig: 2.1.0 @@ -13786,6 +13883,8 @@ snapshots: process-nextick-args@2.0.1: {} + process@0.11.10: {} + progress-stream@2.0.0: dependencies: speedometer: 1.0.0 @@ -14032,6 +14131,14 @@ snapshots: string_decoder: 1.3.0 util-deprecate: 1.0.2 + readable-stream@4.5.2: + dependencies: + abort-controller: 3.0.0 + buffer: 6.0.3 + events: 3.3.0 + process: 0.11.10 + string_decoder: 1.3.0 + readdir-glob@1.1.3: dependencies: minimatch: 5.1.6 @@ -14135,10 +14242,6 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@3.0.2: - dependencies: - glob: 7.2.3 - rollup@3.29.2: optionalDependencies: fsevents: 2.3.3 @@ -14328,8 +14431,8 @@ snapshots: asn1: 0.2.6 bcrypt-pbkdf: 1.0.2 optionalDependencies: - cpu-features: 0.0.9 - nan: 2.19.0 + cpu-features: 0.0.10 + nan: 2.20.0 stack-trace@0.0.10: {} @@ -14343,10 +14446,13 @@ snapshots: streamsearch@1.1.0: {} - streamx@2.15.6: + streamx@2.18.0: dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 + text-decoder: 1.1.1 + optionalDependencies: + bare-events: 2.4.2 strict-event-emitter@0.5.1: {} @@ -14459,9 +14565,9 @@ snapshots: dependencies: '@babel/runtime': 7.23.8 - tailwindcss-animate@1.0.7(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5))): + tailwindcss-animate@1.0.7(tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5))): dependencies: - tailwindcss: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.12.7)(typescript@5.4.5)) + tailwindcss: 3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)) tailwindcss-radix@2.8.0: {} @@ -14492,6 +14598,33 @@ snapshots: transitivePeerDependencies: - ts-node + tailwindcss@3.3.5(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)): + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.5.3 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.1 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.19.1 + lilconfig: 2.1.0 + micromatch: 4.0.5 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.0.0 + postcss: 8.4.31 + postcss-import: 15.1.0(postcss@8.4.31) + postcss-js: 4.0.1(postcss@8.4.31) + postcss-load-config: 4.0.1(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5)) + postcss-nested: 6.0.1(postcss@8.4.31) + postcss-selector-parser: 6.0.13 + resolve: 1.22.3 + sucrase: 3.34.0 + transitivePeerDependencies: + - ts-node + tar-fs@2.0.1: dependencies: chownr: 1.1.4 @@ -14499,11 +14632,13 @@ snapshots: pump: 3.0.0 tar-stream: 2.2.0 - tar-fs@3.0.4: + tar-fs@3.0.6: dependencies: - mkdirp-classic: 0.5.3 pump: 3.0.0 - tar-stream: 3.1.6 + tar-stream: 3.1.7 + optionalDependencies: + bare-fs: 2.3.1 + bare-path: 2.1.3 tar-stream@2.2.0: dependencies: @@ -14513,33 +14648,36 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - tar-stream@3.1.6: + tar-stream@3.1.7: dependencies: - b4a: 1.6.4 + b4a: 1.6.6 fast-fifo: 1.3.2 - streamx: 2.15.6 + streamx: 2.18.0 - testcontainers@10.7.1: + testcontainers@10.11.0: dependencies: '@balena/dockerignore': 1.0.2 - '@types/dockerode': 3.3.23 - archiver: 5.3.2 + '@types/dockerode': 3.3.31 + archiver: 7.0.1 async-lock: 1.4.1 byline: 5.0.0 - debug: 4.3.4 - docker-compose: 0.24.3 + debug: 4.3.6 + docker-compose: 0.24.8 dockerode: 3.3.5 get-port: 5.1.1 - node-fetch: 2.7.0 proper-lockfile: 4.1.2 properties-reader: 2.3.0 ssh-remote-port-forward: 1.0.4 - tar-fs: 3.0.4 - tmp: 0.2.1 + tar-fs: 3.0.6 + tmp: 0.2.3 + undici: 5.28.4 transitivePeerDependencies: - - encoding - supports-color + text-decoder@1.1.1: + dependencies: + b4a: 1.6.6 + text-hex@1.0.0: {} thenify-all@1.6.0: @@ -14561,9 +14699,7 @@ snapshots: tinyspy@2.2.1: {} - tmp@0.2.1: - dependencies: - rimraf: 3.0.2 + tmp@0.2.3: {} to-fast-properties@2.0.0: {} @@ -14660,6 +14796,27 @@ snapshots: '@swc/core': 1.4.17(@swc/helpers@0.5.5) optional: true + ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.5))(@types/node@20.16.1)(typescript@5.4.5): + 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': 20.16.1 + acorn: 8.12.1 + acorn-walk: 8.3.3 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.4.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.4.17(@swc/helpers@0.5.5) + optional: true + tsconfck@3.0.3(typescript@5.4.5): optionalDependencies: typescript: 5.4.5 @@ -14762,6 +14919,12 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.19.8: {} + + undici@5.28.4: + dependencies: + '@fastify/busboy': 2.1.1 + unicorn-magic@0.1.0: {} unified@10.1.2: @@ -14951,48 +15114,65 @@ snapshots: unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vite-node@1.6.0(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)): + vite-node@1.6.0(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) + vite: 5.4.2(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)) transitivePeerDependencies: - '@types/node' - less - lightningcss - sass + - sass-embedded - stylus - sugarss - supports-color - terser - vite-node@1.6.0(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)): + vite-node@1.6.0(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.4.2(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)) + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + + vite-node@1.6.0(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.41)): + dependencies: + cac: 6.7.14 + debug: 4.3.6 + pathe: 1.1.2 + picocolors: 1.0.1 + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.41)) transitivePeerDependencies: - '@types/node' - less - lightningcss - sass - - sass-embedded - stylus - sugarss - supports-color - terser - vite-tsconfig-paths@4.3.2(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31))): + vite-tsconfig-paths@4.3.2(typescript@5.4.5)(vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31))): dependencies: debug: 4.3.4 globrex: 0.1.2 tsconfck: 3.0.3(typescript@5.4.5) optionalDependencies: - vite: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) transitivePeerDependencies: - supports-color - typescript @@ -15007,16 +15187,26 @@ snapshots: fsevents: 2.3.3 sugarss: 4.0.1(postcss@8.4.31) - vite@5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)): + vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.17.2 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.16.1 fsevents: 2.3.3 sugarss: 4.0.1(postcss@8.4.31) + vite@5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.41)): + dependencies: + esbuild: 0.20.2 + postcss: 8.4.38 + rollup: 4.17.2 + optionalDependencies: + '@types/node': 20.16.1 + fsevents: 2.3.3 + sugarss: 4.0.1(postcss@8.4.41) + vite@5.4.2(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)): dependencies: esbuild: 0.21.5 @@ -15033,7 +15223,7 @@ snapshots: typescript: 5.4.5 vitest: 1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)) - vitest@1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.31)): + vitest@1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -15052,8 +15242,8 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.9.0 tinypool: 0.8.4 - vite: 5.2.10(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) - vite-node: 1.6.0(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.31)) + vite: 5.4.2(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)) + vite-node: 1.6.0(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 20.12.7 @@ -15063,12 +15253,13 @@ snapshots: - less - lightningcss - sass + - sass-embedded - stylus - sugarss - supports-color - terser - vitest@1.6.0(@types/node@20.12.7)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)): + vitest@1.6.0(@types/node@20.16.1)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.31)): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -15087,18 +15278,52 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.9.0 tinypool: 0.8.4 - vite: 5.4.2(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)) - vite-node: 1.6.0(@types/node@20.12.7)(sugarss@4.0.1(postcss@8.4.41)) + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) + vite-node: 1.6.0(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.31)) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.16.1 + '@vitest/ui': 1.6.0(vitest@1.6.0) + jsdom: 22.1.0 + transitivePeerDependencies: + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + + vitest@1.6.0(@types/node@20.16.1)(@vitest/ui@1.6.0)(jsdom@22.1.0)(sugarss@4.0.1(postcss@8.4.41)): + dependencies: + '@vitest/expect': 1.6.0 + '@vitest/runner': 1.6.0 + '@vitest/snapshot': 1.6.0 + '@vitest/spy': 1.6.0 + '@vitest/utils': 1.6.0 + acorn-walk: 8.3.3 + chai: 4.5.0 + debug: 4.3.6 + execa: 8.0.1 + local-pkg: 0.5.0 + magic-string: 0.30.11 + pathe: 1.1.2 + picocolors: 1.0.1 + std-env: 3.7.0 + strip-literal: 2.1.0 + tinybench: 2.9.0 + tinypool: 0.8.4 + vite: 5.2.10(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.41)) + vite-node: 1.6.0(@types/node@20.16.1)(sugarss@4.0.1(postcss@8.4.41)) + why-is-node-running: 2.3.0 + optionalDependencies: + '@types/node': 20.16.1 '@vitest/ui': 1.6.0(vitest@1.6.0) jsdom: 22.1.0 transitivePeerDependencies: - less - lightningcss - sass - - sass-embedded - stylus - sugarss - supports-color @@ -15221,6 +15446,8 @@ snapshots: yaml@2.3.1: {} + yaml@2.5.0: {} + yargs-parser@21.1.1: {} yargs@17.7.2: @@ -15240,11 +15467,11 @@ snapshots: yocto-queue@1.1.1: {} - zip-stream@4.1.0: + zip-stream@6.0.1: dependencies: - archiver-utils: 2.1.0 - compress-commons: 4.1.1 - readable-stream: 3.6.2 + archiver-utils: 5.0.2 + compress-commons: 6.0.2 + readable-stream: 4.5.2 zod-to-ts@1.1.4(typescript@5.4.5)(zod@3.22.4): dependencies: