From db4a1c26a1a7f0e0c5f08e6f37325a7f2f6fae9c Mon Sep 17 00:00:00 2001 From: "LAPTOP-YANNICK\\ymijs" Date: Mon, 16 Sep 2024 18:43:48 +0200 Subject: [PATCH 1/6] feat: updates to layout for lnco graasp and prettier run --- .github/workflows/release-please.yml | 2 +- .yarnrc.yml | 2 +- CHANGELOG.md | 502 +- package.json | 4 +- public/epfl-logo.svg | 1 + public/lnco-logo.png | Bin 0 -> 35926 bytes src/Root.tsx | 11 +- src/components/Footer.tsx | 2 +- src/components/FullscreenContainer.tsx | 6 +- src/components/SignIn.tsx | 23 +- src/components/SignUp.tsx | 13 +- yarn.lock | 6903 ++++++++---------------- 12 files changed, 2631 insertions(+), 4838 deletions(-) create mode 100644 public/epfl-logo.svg create mode 100644 public/lnco-logo.png diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 85e9f39f..4131df48 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -4,7 +4,7 @@ name: Release new app version on: push: branches: - - "main" + - 'main' permissions: contents: write diff --git a/.yarnrc.yml b/.yarnrc.yml index adeab39d..37ed686a 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -2,7 +2,7 @@ checksumBehavior: update compressionLevel: mixed -defaultSemverRangePrefix: "" +defaultSemverRangePrefix: '' enableGlobalCache: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce6a417..c16980ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,460 +4,418 @@ All notable changes to this project will be documented in this file. See [standa ## [2.5.2](https://github.com/graasp/graasp-auth/compare/v2.5.1...v2.5.2) (2024-08-20) - ### Bug Fixes -* **arabic:** update translations ([#441](https://github.com/graasp/graasp-auth/issues/441)) ([d53d7fc](https://github.com/graasp/graasp-auth/commit/d53d7fc0f13e06b786b7a4faab1d7ed37dcc216c)) -* **deps:** update dependency @graasp/query-client to v3.8.0 ([#400](https://github.com/graasp/graasp-auth/issues/400)) ([2e6f086](https://github.com/graasp/graasp-auth/commit/2e6f0867bad41ffede844fcf370a6a60913f1114)) -* **deps:** update dependency i18next to v23.12.1 ([#431](https://github.com/graasp/graasp-auth/issues/431)) ([b1c706c](https://github.com/graasp/graasp-auth/commit/b1c706c96c546ad6807fe10537044fbfdbe4d86e)) -* **deps:** update dependency react-i18next to v15 ([#436](https://github.com/graasp/graasp-auth/issues/436)) ([f27120a](https://github.com/graasp/graasp-auth/commit/f27120a62473ad12decdb73ef0a1cac172bd7b17)) -* **deps:** update graasp packages ([#419](https://github.com/graasp/graasp-auth/issues/419)) ([ab9f8b4](https://github.com/graasp/graasp-auth/commit/ab9f8b4f569c5041e594fdba029986c3ff931a0e)) -* **deps:** update mui (non-major) to v5.15.20 ([#404](https://github.com/graasp/graasp-auth/issues/404)) ([d8e38ac](https://github.com/graasp/graasp-auth/commit/d8e38ace3f2248bd191b0b92b2dd21774df64e49)) -* **deps:** update mui (non-major) to v5.16.1 ([#430](https://github.com/graasp/graasp-auth/issues/430)) ([9633872](https://github.com/graasp/graasp-auth/commit/9633872510ee44369581a1a52af71a6926e5c6d9)) -* **french:** update translations ([#438](https://github.com/graasp/graasp-auth/issues/438)) ([6712674](https://github.com/graasp/graasp-auth/commit/6712674bd124a08b83da49d5511e355ded1c3e1f)) -* **german:** update translations ([#440](https://github.com/graasp/graasp-auth/issues/440)) ([d5bc52b](https://github.com/graasp/graasp-auth/commit/d5bc52b057a4466dc188775b72d234988e0ab44f)) -* **spanish:** update translations ([#439](https://github.com/graasp/graasp-auth/issues/439)) ([41c752a](https://github.com/graasp/graasp-auth/commit/41c752affaa540ebf6d5b7e245dada4e43bcadeb)) -* update deps ([285a414](https://github.com/graasp/graasp-auth/commit/285a414a23ec9c87c2532b060407a4fc84b35cf0)) -* update deps ([8633318](https://github.com/graasp/graasp-auth/commit/8633318599a51d50fee6ce24a957bd614099f743)) -* update deps ([#416](https://github.com/graasp/graasp-auth/issues/416)) ([32e49ea](https://github.com/graasp/graasp-auth/commit/32e49ea1dff76be6795cbb8fdde9638470eeab17)) -* update release-please workflow ([73a2906](https://github.com/graasp/graasp-auth/commit/73a290618bb6884369ea7ce88a644fccb7938c1a)) +- **arabic:** update translations ([#441](https://github.com/graasp/graasp-auth/issues/441)) ([d53d7fc](https://github.com/graasp/graasp-auth/commit/d53d7fc0f13e06b786b7a4faab1d7ed37dcc216c)) +- **deps:** update dependency @graasp/query-client to v3.8.0 ([#400](https://github.com/graasp/graasp-auth/issues/400)) ([2e6f086](https://github.com/graasp/graasp-auth/commit/2e6f0867bad41ffede844fcf370a6a60913f1114)) +- **deps:** update dependency i18next to v23.12.1 ([#431](https://github.com/graasp/graasp-auth/issues/431)) ([b1c706c](https://github.com/graasp/graasp-auth/commit/b1c706c96c546ad6807fe10537044fbfdbe4d86e)) +- **deps:** update dependency react-i18next to v15 ([#436](https://github.com/graasp/graasp-auth/issues/436)) ([f27120a](https://github.com/graasp/graasp-auth/commit/f27120a62473ad12decdb73ef0a1cac172bd7b17)) +- **deps:** update graasp packages ([#419](https://github.com/graasp/graasp-auth/issues/419)) ([ab9f8b4](https://github.com/graasp/graasp-auth/commit/ab9f8b4f569c5041e594fdba029986c3ff931a0e)) +- **deps:** update mui (non-major) to v5.15.20 ([#404](https://github.com/graasp/graasp-auth/issues/404)) ([d8e38ac](https://github.com/graasp/graasp-auth/commit/d8e38ace3f2248bd191b0b92b2dd21774df64e49)) +- **deps:** update mui (non-major) to v5.16.1 ([#430](https://github.com/graasp/graasp-auth/issues/430)) ([9633872](https://github.com/graasp/graasp-auth/commit/9633872510ee44369581a1a52af71a6926e5c6d9)) +- **french:** update translations ([#438](https://github.com/graasp/graasp-auth/issues/438)) ([6712674](https://github.com/graasp/graasp-auth/commit/6712674bd124a08b83da49d5511e355ded1c3e1f)) +- **german:** update translations ([#440](https://github.com/graasp/graasp-auth/issues/440)) ([d5bc52b](https://github.com/graasp/graasp-auth/commit/d5bc52b057a4466dc188775b72d234988e0ab44f)) +- **spanish:** update translations ([#439](https://github.com/graasp/graasp-auth/issues/439)) ([41c752a](https://github.com/graasp/graasp-auth/commit/41c752affaa540ebf6d5b7e245dada4e43bcadeb)) +- update deps ([285a414](https://github.com/graasp/graasp-auth/commit/285a414a23ec9c87c2532b060407a4fc84b35cf0)) +- update deps ([8633318](https://github.com/graasp/graasp-auth/commit/8633318599a51d50fee6ce24a957bd614099f743)) +- update deps ([#416](https://github.com/graasp/graasp-auth/issues/416)) ([32e49ea](https://github.com/graasp/graasp-auth/commit/32e49ea1dff76be6795cbb8fdde9638470eeab17)) +- update release-please workflow ([73a2906](https://github.com/graasp/graasp-auth/commit/73a290618bb6884369ea7ce88a644fccb7938c1a)) ## [2.5.1](https://github.com/graasp/graasp-auth/compare/v2.5.0...v2.5.1) (2024-05-04) - ### Bug Fixes -* **deps:** update dependency @graasp/query-client to v3.4.2 ([#374](https://github.com/graasp/graasp-auth/issues/374)) ([593109f](https://github.com/graasp/graasp-auth/commit/593109ffc6c98dd405ed46e44d70fd311a6b2cd4)) -* **deps:** update dependency @graasp/query-client to v3.6.0 ([#346](https://github.com/graasp/graasp-auth/issues/346)) ([c8f9194](https://github.com/graasp/graasp-auth/commit/c8f9194ede7b4eb5b04489bfd64b365a80b9fd02)) -* **deps:** update dependency @graasp/sdk to v4.7.3 ([#375](https://github.com/graasp/graasp-auth/issues/375)) ([a98de21](https://github.com/graasp/graasp-auth/commit/a98de21e33a37844f7f394f63db6704b3e787863)) -* **deps:** update dependency @graasp/sdk to v4.9.0 ([#390](https://github.com/graasp/graasp-auth/issues/390)) ([7dcf92d](https://github.com/graasp/graasp-auth/commit/7dcf92dcd90b0b435c521f15b668440ec0690b84)) -* **deps:** update dependency @graasp/translations to v1.28.0 ([#381](https://github.com/graasp/graasp-auth/issues/381)) ([b238dbb](https://github.com/graasp/graasp-auth/commit/b238dbb984d2cd827ee728a3bab701ad9dcb1e1e)) -* **deps:** update dependency @graasp/ui to v4.15.3 ([#383](https://github.com/graasp/graasp-auth/issues/383)) ([0c8647b](https://github.com/graasp/graasp-auth/commit/0c8647bc7bf6ab509aeaccb432bfbfffac831f79)) -* **deps:** update dependency @graasp/ui to v4.17.1 ([#391](https://github.com/graasp/graasp-auth/issues/391)) ([1ce3678](https://github.com/graasp/graasp-auth/commit/1ce3678630ab710c9e6fc7ad682329731adc4c0c)) -* **deps:** update dependency @sentry/react to v7.111.0 ([#376](https://github.com/graasp/graasp-auth/issues/376)) ([3634bb5](https://github.com/graasp/graasp-auth/commit/3634bb5aa0b2b54680fdbe4a4fea70652f350f9f)) -* **deps:** update dependency @sentry/react to v7.113.0 ([#392](https://github.com/graasp/graasp-auth/issues/392)) ([ecd2702](https://github.com/graasp/graasp-auth/commit/ecd27029661fabb38e91ee94caf9ad83b39f9cb4)) -* **deps:** update dependency i18next to v23.11.3 ([#387](https://github.com/graasp/graasp-auth/issues/387)) ([f31da14](https://github.com/graasp/graasp-auth/commit/f31da1460bc6918690f8a7a55bf188dde9ede582)) -* **deps:** update dependency react-i18next to v14.1.1 ([#386](https://github.com/graasp/graasp-auth/issues/386)) ([28eaa01](https://github.com/graasp/graasp-auth/commit/28eaa0192908a174bbe68948c6002b5d516ff870)) -* **deps:** update dependency stylis to v4.3.2 ([#388](https://github.com/graasp/graasp-auth/issues/388)) ([bd2b6d7](https://github.com/graasp/graasp-auth/commit/bd2b6d7aa8e1e5daa074b82e5c7c8c3ac2b05ccf)) -* **deps:** update mui (non-major) to v5.15.16 ([#394](https://github.com/graasp/graasp-auth/issues/394)) ([0210a21](https://github.com/graasp/graasp-auth/commit/0210a21671bd19985f5c48f2a3e16764ac7e8987)) -* **deps:** update react monorepo to v18.3.1 ([#397](https://github.com/graasp/graasp-auth/issues/397)) ([6dd6678](https://github.com/graasp/graasp-auth/commit/6dd66783f910e9a8791d8092bd543e7780602a04)) -* **deps:** update react-router monorepo to v6.23.0 ([#398](https://github.com/graasp/graasp-auth/issues/398)) ([e71eb04](https://github.com/graasp/graasp-auth/commit/e71eb04b65a9269d93ae5ab13df827da36b364c0)) -* vite config ([#378](https://github.com/graasp/graasp-auth/issues/378)) ([5042d35](https://github.com/graasp/graasp-auth/commit/5042d359adeff5cf2d3a9e6ca26a0cb11e0e104c)) +- **deps:** update dependency @graasp/query-client to v3.4.2 ([#374](https://github.com/graasp/graasp-auth/issues/374)) ([593109f](https://github.com/graasp/graasp-auth/commit/593109ffc6c98dd405ed46e44d70fd311a6b2cd4)) +- **deps:** update dependency @graasp/query-client to v3.6.0 ([#346](https://github.com/graasp/graasp-auth/issues/346)) ([c8f9194](https://github.com/graasp/graasp-auth/commit/c8f9194ede7b4eb5b04489bfd64b365a80b9fd02)) +- **deps:** update dependency @graasp/sdk to v4.7.3 ([#375](https://github.com/graasp/graasp-auth/issues/375)) ([a98de21](https://github.com/graasp/graasp-auth/commit/a98de21e33a37844f7f394f63db6704b3e787863)) +- **deps:** update dependency @graasp/sdk to v4.9.0 ([#390](https://github.com/graasp/graasp-auth/issues/390)) ([7dcf92d](https://github.com/graasp/graasp-auth/commit/7dcf92dcd90b0b435c521f15b668440ec0690b84)) +- **deps:** update dependency @graasp/translations to v1.28.0 ([#381](https://github.com/graasp/graasp-auth/issues/381)) ([b238dbb](https://github.com/graasp/graasp-auth/commit/b238dbb984d2cd827ee728a3bab701ad9dcb1e1e)) +- **deps:** update dependency @graasp/ui to v4.15.3 ([#383](https://github.com/graasp/graasp-auth/issues/383)) ([0c8647b](https://github.com/graasp/graasp-auth/commit/0c8647bc7bf6ab509aeaccb432bfbfffac831f79)) +- **deps:** update dependency @graasp/ui to v4.17.1 ([#391](https://github.com/graasp/graasp-auth/issues/391)) ([1ce3678](https://github.com/graasp/graasp-auth/commit/1ce3678630ab710c9e6fc7ad682329731adc4c0c)) +- **deps:** update dependency @sentry/react to v7.111.0 ([#376](https://github.com/graasp/graasp-auth/issues/376)) ([3634bb5](https://github.com/graasp/graasp-auth/commit/3634bb5aa0b2b54680fdbe4a4fea70652f350f9f)) +- **deps:** update dependency @sentry/react to v7.113.0 ([#392](https://github.com/graasp/graasp-auth/issues/392)) ([ecd2702](https://github.com/graasp/graasp-auth/commit/ecd27029661fabb38e91ee94caf9ad83b39f9cb4)) +- **deps:** update dependency i18next to v23.11.3 ([#387](https://github.com/graasp/graasp-auth/issues/387)) ([f31da14](https://github.com/graasp/graasp-auth/commit/f31da1460bc6918690f8a7a55bf188dde9ede582)) +- **deps:** update dependency react-i18next to v14.1.1 ([#386](https://github.com/graasp/graasp-auth/issues/386)) ([28eaa01](https://github.com/graasp/graasp-auth/commit/28eaa0192908a174bbe68948c6002b5d516ff870)) +- **deps:** update dependency stylis to v4.3.2 ([#388](https://github.com/graasp/graasp-auth/issues/388)) ([bd2b6d7](https://github.com/graasp/graasp-auth/commit/bd2b6d7aa8e1e5daa074b82e5c7c8c3ac2b05ccf)) +- **deps:** update mui (non-major) to v5.15.16 ([#394](https://github.com/graasp/graasp-auth/issues/394)) ([0210a21](https://github.com/graasp/graasp-auth/commit/0210a21671bd19985f5c48f2a3e16764ac7e8987)) +- **deps:** update react monorepo to v18.3.1 ([#397](https://github.com/graasp/graasp-auth/issues/397)) ([6dd6678](https://github.com/graasp/graasp-auth/commit/6dd66783f910e9a8791d8092bd543e7780602a04)) +- **deps:** update react-router monorepo to v6.23.0 ([#398](https://github.com/graasp/graasp-auth/issues/398)) ([e71eb04](https://github.com/graasp/graasp-auth/commit/e71eb04b65a9269d93ae5ab13df827da36b364c0)) +- vite config ([#378](https://github.com/graasp/graasp-auth/issues/378)) ([5042d35](https://github.com/graasp/graasp-auth/commit/5042d359adeff5cf2d3a9e6ca26a0cb11e0e104c)) ## [2.5.0](https://github.com/graasp/graasp-auth/compare/v2.4.0...v2.5.0) (2024-04-18) - ### Features -* regroup the API Alert with the Form container ([#373](https://github.com/graasp/graasp-auth/issues/373)) ([277d491](https://github.com/graasp/graasp-auth/commit/277d491b4742b63c811fbd6fb41ba43aefc11075)) - +- regroup the API Alert with the Form container ([#373](https://github.com/graasp/graasp-auth/issues/373)) ([277d491](https://github.com/graasp/graasp-auth/commit/277d491b4742b63c811fbd6fb41ba43aefc11075)) ### Bug Fixes -* **deps:** update dependency @graasp/ui to v4.15.0 ([#348](https://github.com/graasp/graasp-auth/issues/348)) ([3fd67aa](https://github.com/graasp/graasp-auth/commit/3fd67aadc141d09bf56f658e4ba82cbec46b4336)) -* **deps:** update dependency i18next to v23.11.2 ([#369](https://github.com/graasp/graasp-auth/issues/369)) ([988f020](https://github.com/graasp/graasp-auth/commit/988f020e82304d324ec66e8419cd49b6ebbb131d)) +- **deps:** update dependency @graasp/ui to v4.15.0 ([#348](https://github.com/graasp/graasp-auth/issues/348)) ([3fd67aa](https://github.com/graasp/graasp-auth/commit/3fd67aadc141d09bf56f658e4ba82cbec46b4336)) +- **deps:** update dependency i18next to v23.11.2 ([#369](https://github.com/graasp/graasp-auth/issues/369)) ([988f020](https://github.com/graasp/graasp-auth/commit/988f020e82304d324ec66e8419cd49b6ebbb131d)) ## [2.4.0](https://github.com/graasp/graasp-auth/compare/v2.3.1...v2.4.0) (2024-04-16) - ### Features -* add enable analytics checkbox for signup ([#361](https://github.com/graasp/graasp-auth/issues/361)) ([201c445](https://github.com/graasp/graasp-auth/commit/201c4452471161557c0175c38aa50618bdc90e16)) - +- add enable analytics checkbox for signup ([#361](https://github.com/graasp/graasp-auth/issues/361)) ([201c445](https://github.com/graasp/graasp-auth/commit/201c4452471161557c0175c38aa50618bdc90e16)) ### Bug Fixes -* **deps:** update dependency @emotion/styled to v11.11.5 ([#353](https://github.com/graasp/graasp-auth/issues/353)) ([ae7b1c4](https://github.com/graasp/graasp-auth/commit/ae7b1c430d4593c71d083c902e90d1ca87089360)) -* **deps:** update dependency @graasp/translations to v1.26.0 ([#368](https://github.com/graasp/graasp-auth/issues/368)) ([3d62b32](https://github.com/graasp/graasp-auth/commit/3d62b32cc076b1ecc12ad0c094ad9491ca6c76fe)) -* **deps:** update dependency @sentry/react to v7.110.1 ([#352](https://github.com/graasp/graasp-auth/issues/352)) ([03d5e98](https://github.com/graasp/graasp-auth/commit/03d5e98f96b5b350d2bffe05dac23da39445b9b1)) -* **deps:** update mui (non-major) ([#360](https://github.com/graasp/graasp-auth/issues/360)) ([053bb0e](https://github.com/graasp/graasp-auth/commit/053bb0ea53356ddc4eea5b075ec07bb7406dc240)) +- **deps:** update dependency @emotion/styled to v11.11.5 ([#353](https://github.com/graasp/graasp-auth/issues/353)) ([ae7b1c4](https://github.com/graasp/graasp-auth/commit/ae7b1c430d4593c71d083c902e90d1ca87089360)) +- **deps:** update dependency @graasp/translations to v1.26.0 ([#368](https://github.com/graasp/graasp-auth/issues/368)) ([3d62b32](https://github.com/graasp/graasp-auth/commit/3d62b32cc076b1ecc12ad0c094ad9491ca6c76fe)) +- **deps:** update dependency @sentry/react to v7.110.1 ([#352](https://github.com/graasp/graasp-auth/issues/352)) ([03d5e98](https://github.com/graasp/graasp-auth/commit/03d5e98f96b5b350d2bffe05dac23da39445b9b1)) +- **deps:** update mui (non-major) ([#360](https://github.com/graasp/graasp-auth/issues/360)) ([053bb0e](https://github.com/graasp/graasp-auth/commit/053bb0ea53356ddc4eea5b075ec07bb7406dc240)) ## [2.3.1](https://github.com/graasp/graasp-auth/compare/v2.3.0...v2.3.1) (2024-04-15) - ### Bug Fixes -* update loading buttons, add error messages ([#363](https://github.com/graasp/graasp-auth/issues/363)) ([8a14958](https://github.com/graasp/graasp-auth/commit/8a14958e03d7af76cd5b01991c44ecca6cb3ceae)) +- update loading buttons, add error messages ([#363](https://github.com/graasp/graasp-auth/issues/363)) ([8a14958](https://github.com/graasp/graasp-auth/commit/8a14958e03d7af76cd5b01991c44ecca6cb3ceae)) ## [2.3.0](https://github.com/graasp/graasp-auth/compare/v2.2.0...v2.3.0) (2024-04-04) - ### Features -* asks users to read and accept terms of usage and privacy policy ([#358](https://github.com/graasp/graasp-auth/issues/358)) ([e796dac](https://github.com/graasp/graasp-auth/commit/e796dacdda3930160558e0dd235b4b0ccaa0e738)) -* fix styles, show logo, add footer content ([#341](https://github.com/graasp/graasp-auth/issues/341)) ([13a4117](https://github.com/graasp/graasp-auth/commit/13a4117068a2718dbb544c2d0c00954887b61771)) - +- asks users to read and accept terms of usage and privacy policy ([#358](https://github.com/graasp/graasp-auth/issues/358)) ([e796dac](https://github.com/graasp/graasp-auth/commit/e796dacdda3930160558e0dd235b4b0ccaa0e738)) +- fix styles, show logo, add footer content ([#341](https://github.com/graasp/graasp-auth/issues/341)) ([13a4117](https://github.com/graasp/graasp-auth/commit/13a4117068a2718dbb544c2d0c00954887b61771)) ### Bug Fixes -* allow no recaptch key in dev ([#356](https://github.com/graasp/graasp-auth/issues/356)) ([600f989](https://github.com/graasp/graasp-auth/commit/600f989d885e90e66527222fab7899557ce4ac07)) -* use stacked notifs ([#350](https://github.com/graasp/graasp-auth/issues/350)) ([3035a17](https://github.com/graasp/graasp-auth/commit/3035a17c921c7f7ed8f29224ade8ba01c8590023)) +- allow no recaptch key in dev ([#356](https://github.com/graasp/graasp-auth/issues/356)) ([600f989](https://github.com/graasp/graasp-auth/commit/600f989d885e90e66527222fab7899557ce4ac07)) +- use stacked notifs ([#350](https://github.com/graasp/graasp-auth/issues/350)) ([3035a17](https://github.com/graasp/graasp-auth/commit/3035a17c921c7f7ed8f29224ade8ba01c8590023)) ## [2.2.0](https://github.com/graasp/graasp-auth/compare/v2.1.2...v2.2.0) (2024-03-26) - ### Features -* add connection indicator ([#342](https://github.com/graasp/graasp-auth/issues/342)) ([81329f5](https://github.com/graasp/graasp-auth/commit/81329f57cdf3e65b02cf894c0de41125ec36aaca)) - +- add connection indicator ([#342](https://github.com/graasp/graasp-auth/issues/342)) ([81329f5](https://github.com/graasp/graasp-auth/commit/81329f57cdf3e65b02cf894c0de41125ec36aaca)) ### Bug Fixes -* **deps:** update dependency @graasp/query-client to v3 ([#334](https://github.com/graasp/graasp-auth/issues/334)) ([3bfd44a](https://github.com/graasp/graasp-auth/commit/3bfd44a3c098f875d184243a1c7656d1cb2aa62a)) -* **deps:** update dependency @graasp/query-client to v3.0.2 ([#343](https://github.com/graasp/graasp-auth/issues/343)) ([d05eac1](https://github.com/graasp/graasp-auth/commit/d05eac14844e200a10c1bdcb593de1bcb14fc802)) -* **deps:** update dependency @graasp/sdk to v4.2.1 ([#332](https://github.com/graasp/graasp-auth/issues/332)) ([fa4ca55](https://github.com/graasp/graasp-auth/commit/fa4ca55025744c33ce9ab7594133f4a7706c506d)) -* **deps:** update dependency @graasp/translations to v1.25.3 ([#335](https://github.com/graasp/graasp-auth/issues/335)) ([8a377d7](https://github.com/graasp/graasp-auth/commit/8a377d76ba599242c4cdd0621e289e310a95cedd)) -* **deps:** update dependency @graasp/ui to v4.11.0 ([#333](https://github.com/graasp/graasp-auth/issues/333)) ([89f25cc](https://github.com/graasp/graasp-auth/commit/89f25cc5ea5ca010940b84ed07ba513ab0b23d35)) -* **deps:** update dependency @sentry/react to v7.108.0 ([#340](https://github.com/graasp/graasp-auth/issues/340)) ([05f00dd](https://github.com/graasp/graasp-auth/commit/05f00dde2a2d74f54f67633802ed0854f3d1fdd8)) -* **deps:** update dependency react-i18next to v14.1.0 ([#328](https://github.com/graasp/graasp-auth/issues/328)) ([620e9ce](https://github.com/graasp/graasp-auth/commit/620e9cedfbc32367652377c81f5a37c2a9d2fc43)) -* **deps:** update dependency react-toastify to v10.0.5 ([#338](https://github.com/graasp/graasp-auth/issues/338)) ([e1978d5](https://github.com/graasp/graasp-auth/commit/e1978d5b826de66c67aded8b224a25f48ae99b64)) -* **deps:** update mui (non-major) ([#331](https://github.com/graasp/graasp-auth/issues/331)) ([19546fb](https://github.com/graasp/graasp-auth/commit/19546fb96798c1a34ec62ad439f8cac74c86cf9c)) +- **deps:** update dependency @graasp/query-client to v3 ([#334](https://github.com/graasp/graasp-auth/issues/334)) ([3bfd44a](https://github.com/graasp/graasp-auth/commit/3bfd44a3c098f875d184243a1c7656d1cb2aa62a)) +- **deps:** update dependency @graasp/query-client to v3.0.2 ([#343](https://github.com/graasp/graasp-auth/issues/343)) ([d05eac1](https://github.com/graasp/graasp-auth/commit/d05eac14844e200a10c1bdcb593de1bcb14fc802)) +- **deps:** update dependency @graasp/sdk to v4.2.1 ([#332](https://github.com/graasp/graasp-auth/issues/332)) ([fa4ca55](https://github.com/graasp/graasp-auth/commit/fa4ca55025744c33ce9ab7594133f4a7706c506d)) +- **deps:** update dependency @graasp/translations to v1.25.3 ([#335](https://github.com/graasp/graasp-auth/issues/335)) ([8a377d7](https://github.com/graasp/graasp-auth/commit/8a377d76ba599242c4cdd0621e289e310a95cedd)) +- **deps:** update dependency @graasp/ui to v4.11.0 ([#333](https://github.com/graasp/graasp-auth/issues/333)) ([89f25cc](https://github.com/graasp/graasp-auth/commit/89f25cc5ea5ca010940b84ed07ba513ab0b23d35)) +- **deps:** update dependency @sentry/react to v7.108.0 ([#340](https://github.com/graasp/graasp-auth/issues/340)) ([05f00dd](https://github.com/graasp/graasp-auth/commit/05f00dde2a2d74f54f67633802ed0854f3d1fdd8)) +- **deps:** update dependency react-i18next to v14.1.0 ([#328](https://github.com/graasp/graasp-auth/issues/328)) ([620e9ce](https://github.com/graasp/graasp-auth/commit/620e9cedfbc32367652377c81f5a37c2a9d2fc43)) +- **deps:** update dependency react-toastify to v10.0.5 ([#338](https://github.com/graasp/graasp-auth/issues/338)) ([e1978d5](https://github.com/graasp/graasp-auth/commit/e1978d5b826de66c67aded8b224a25f48ae99b64)) +- **deps:** update mui (non-major) ([#331](https://github.com/graasp/graasp-auth/issues/331)) ([19546fb](https://github.com/graasp/graasp-auth/commit/19546fb96798c1a34ec62ad439f8cac74c86cf9c)) ## [2.1.2](https://github.com/graasp/graasp-auth/compare/v2.1.1...v2.1.2) (2024-03-13) - ### Bug Fixes -* **deps:** update dependency @emotion/react to v11.11.4 ([#309](https://github.com/graasp/graasp-auth/issues/309)) ([103fbef](https://github.com/graasp/graasp-auth/commit/103fbef70cd106fdf7d74606f00540226af6a260)) -* **deps:** update dependency @graasp/sdk to v4.1.0 ([#314](https://github.com/graasp/graasp-auth/issues/314)) ([8420c60](https://github.com/graasp/graasp-auth/commit/8420c6082445050c7f28f118ea3da02c48bb47e9)) -* **deps:** update dependency @graasp/ui to v4.9.3 ([#316](https://github.com/graasp/graasp-auth/issues/316)) ([05dab67](https://github.com/graasp/graasp-auth/commit/05dab673f2c9fa8e2ae007996bdaec9bb4d30391)) -* **deps:** update dependency @sentry/react to v7.106.1 ([#313](https://github.com/graasp/graasp-auth/issues/313)) ([34b54ed](https://github.com/graasp/graasp-auth/commit/34b54ed0ece940e924b151a5488d081379962564)) -* **deps:** update dependency i18next to v23.10.1 ([#323](https://github.com/graasp/graasp-auth/issues/323)) ([edfadb6](https://github.com/graasp/graasp-auth/commit/edfadb621a9c330e90e8894339ac31f9309b08d6)) -* **deps:** update dependency react-i18next to v14.0.8 ([#324](https://github.com/graasp/graasp-auth/issues/324)) ([57b5e0c](https://github.com/graasp/graasp-auth/commit/57b5e0c45c8d1d11486c564cf6941b3445b4f91c)) -* **deps:** update mui (non-major) ([#254](https://github.com/graasp/graasp-auth/issues/254)) ([a93a0bc](https://github.com/graasp/graasp-auth/commit/a93a0bc93cd8b408a5e82886e8131a413dab5d39)) -* **deps:** update react-router monorepo to v6.22.3 ([#311](https://github.com/graasp/graasp-auth/issues/311)) ([5dfc5bb](https://github.com/graasp/graasp-auth/commit/5dfc5bbb8c30bebb753e2fef7957b2862470c863)) -* **italian:** add translations ([#319](https://github.com/graasp/graasp-auth/issues/319)) ([5010dc7](https://github.com/graasp/graasp-auth/commit/5010dc7b30483f6b3cad2a7cbc554b596a25c987)) -* send language on register ([#321](https://github.com/graasp/graasp-auth/issues/321)) ([54c17a9](https://github.com/graasp/graasp-auth/commit/54c17a9948a825ecfa7c7098f4b7892294417411)) -* **spanish:** add translations ([#320](https://github.com/graasp/graasp-auth/issues/320)) ([103e5b7](https://github.com/graasp/graasp-auth/commit/103e5b7eb0beb7104978063bd03a1a535e010de2)) +- **deps:** update dependency @emotion/react to v11.11.4 ([#309](https://github.com/graasp/graasp-auth/issues/309)) ([103fbef](https://github.com/graasp/graasp-auth/commit/103fbef70cd106fdf7d74606f00540226af6a260)) +- **deps:** update dependency @graasp/sdk to v4.1.0 ([#314](https://github.com/graasp/graasp-auth/issues/314)) ([8420c60](https://github.com/graasp/graasp-auth/commit/8420c6082445050c7f28f118ea3da02c48bb47e9)) +- **deps:** update dependency @graasp/ui to v4.9.3 ([#316](https://github.com/graasp/graasp-auth/issues/316)) ([05dab67](https://github.com/graasp/graasp-auth/commit/05dab673f2c9fa8e2ae007996bdaec9bb4d30391)) +- **deps:** update dependency @sentry/react to v7.106.1 ([#313](https://github.com/graasp/graasp-auth/issues/313)) ([34b54ed](https://github.com/graasp/graasp-auth/commit/34b54ed0ece940e924b151a5488d081379962564)) +- **deps:** update dependency i18next to v23.10.1 ([#323](https://github.com/graasp/graasp-auth/issues/323)) ([edfadb6](https://github.com/graasp/graasp-auth/commit/edfadb621a9c330e90e8894339ac31f9309b08d6)) +- **deps:** update dependency react-i18next to v14.0.8 ([#324](https://github.com/graasp/graasp-auth/issues/324)) ([57b5e0c](https://github.com/graasp/graasp-auth/commit/57b5e0c45c8d1d11486c564cf6941b3445b4f91c)) +- **deps:** update mui (non-major) ([#254](https://github.com/graasp/graasp-auth/issues/254)) ([a93a0bc](https://github.com/graasp/graasp-auth/commit/a93a0bc93cd8b408a5e82886e8131a413dab5d39)) +- **deps:** update react-router monorepo to v6.22.3 ([#311](https://github.com/graasp/graasp-auth/issues/311)) ([5dfc5bb](https://github.com/graasp/graasp-auth/commit/5dfc5bbb8c30bebb753e2fef7957b2862470c863)) +- **italian:** add translations ([#319](https://github.com/graasp/graasp-auth/issues/319)) ([5010dc7](https://github.com/graasp/graasp-auth/commit/5010dc7b30483f6b3cad2a7cbc554b596a25c987)) +- send language on register ([#321](https://github.com/graasp/graasp-auth/issues/321)) ([54c17a9](https://github.com/graasp/graasp-auth/commit/54c17a9948a825ecfa7c7098f4b7892294417411)) +- **spanish:** add translations ([#320](https://github.com/graasp/graasp-auth/issues/320)) ([103e5b7](https://github.com/graasp/graasp-auth/commit/103e5b7eb0beb7104978063bd03a1a535e010de2)) ## [2.1.1](https://github.com/graasp/graasp-auth/compare/v2.1.0...v2.1.1) (2024-02-27) - ### Bug Fixes -* **deps:** update dependency @emotion/react to v11.11.3 ([58af637](https://github.com/graasp/graasp-auth/commit/58af637e07917f3e38048dc6d6862965c412cbd9)) -* **deps:** update dependency @graasp/query-client to v2.4.2 ([#302](https://github.com/graasp/graasp-auth/issues/302)) ([0384731](https://github.com/graasp/graasp-auth/commit/038473135da89e33600365d38da995228288a4cc)) -* **deps:** update dependency @graasp/translations to v1.22.1 ([cbe897f](https://github.com/graasp/graasp-auth/commit/cbe897fd69251557639cdc8819796a16321f8fd5)) -* update esm deps ([#306](https://github.com/graasp/graasp-auth/issues/306)) ([c2512a4](https://github.com/graasp/graasp-auth/commit/c2512a4833cdb7292b2d688de05e6f22f8c6bf87)) +- **deps:** update dependency @emotion/react to v11.11.3 ([58af637](https://github.com/graasp/graasp-auth/commit/58af637e07917f3e38048dc6d6862965c412cbd9)) +- **deps:** update dependency @graasp/query-client to v2.4.2 ([#302](https://github.com/graasp/graasp-auth/issues/302)) ([0384731](https://github.com/graasp/graasp-auth/commit/038473135da89e33600365d38da995228288a4cc)) +- **deps:** update dependency @graasp/translations to v1.22.1 ([cbe897f](https://github.com/graasp/graasp-auth/commit/cbe897fd69251557639cdc8819796a16321f8fd5)) +- update esm deps ([#306](https://github.com/graasp/graasp-auth/issues/306)) ([c2512a4](https://github.com/graasp/graasp-auth/commit/c2512a4833cdb7292b2d688de05e6f22f8c6bf87)) ## [2.1.0](https://github.com/graasp/graasp-auth/compare/v2.0.2...v2.1.0) (2024-01-15) - ### Features -* import translations ([#293](https://github.com/graasp/graasp-auth/issues/293)) ([265b8dc](https://github.com/graasp/graasp-auth/commit/265b8dc01203d5270c86b0c6cbe5757a55e0b528)) - +- import translations ([#293](https://github.com/graasp/graasp-auth/issues/293)) ([265b8dc](https://github.com/graasp/graasp-auth/commit/265b8dc01203d5270c86b0c6cbe5757a55e0b528)) ### Bug Fixes -* **deps:** update dependency @graasp/query-client to v2.1.1 ([#277](https://github.com/graasp/graasp-auth/issues/277)) ([52877fe](https://github.com/graasp/graasp-auth/commit/52877fe024244eac6bda250b3f8900f87860d235)) -* **deps:** update dependency @graasp/query-client to v2.2.2 ([#291](https://github.com/graasp/graasp-auth/issues/291)) ([b555365](https://github.com/graasp/graasp-auth/commit/b5553651fe78d0da9efd9f439d432bafc04d3666)) -* **deps:** update dependency @graasp/translations to v1.21.1 ([#275](https://github.com/graasp/graasp-auth/issues/275)) ([7dd2960](https://github.com/graasp/graasp-auth/commit/7dd2960b7de39181f11749ce652c38fc3e2e0545)) -* **deps:** update dependency @graasp/ui to v4.1.1 ([#279](https://github.com/graasp/graasp-auth/issues/279)) ([39591ad](https://github.com/graasp/graasp-auth/commit/39591ad5ba0edcf1e5e3763da50f31bb6178d4b4)) -* **deps:** update dependency @sentry/react to v7.85.0 ([#265](https://github.com/graasp/graasp-auth/issues/265)) ([136738f](https://github.com/graasp/graasp-auth/commit/136738fd5681a79d5a1ae8334be54b34a0653920)) -* **deps:** update dependency @sentry/react to v7.86.0 ([#282](https://github.com/graasp/graasp-auth/issues/282)) ([9c814ac](https://github.com/graasp/graasp-auth/commit/9c814ac9381fc43d79f139c60ebaa97f55f6dd83)) -* **deps:** update dependency @sentry/react to v7.93.0 ([#288](https://github.com/graasp/graasp-auth/issues/288)) ([0292e7f](https://github.com/graasp/graasp-auth/commit/0292e7fbe359fafe9c5181e8dd2b7bfada7c12e9)) -* **deps:** update react-router monorepo to v6.20.1 ([#273](https://github.com/graasp/graasp-auth/issues/273)) ([b392c9f](https://github.com/graasp/graasp-auth/commit/b392c9f57a9dc63df9c4c1d3763dd960fa80b32b)) -* udpate release-please condition ([c825050](https://github.com/graasp/graasp-auth/commit/c825050068fa5aa029aeb451e7e3e8fc6d413b6d)) -* use test env in cypress open ([#294](https://github.com/graasp/graasp-auth/issues/294)) ([bac0c6a](https://github.com/graasp/graasp-auth/commit/bac0c6a3430d69984d51221d7d746ec9c754a9c4)) +- **deps:** update dependency @graasp/query-client to v2.1.1 ([#277](https://github.com/graasp/graasp-auth/issues/277)) ([52877fe](https://github.com/graasp/graasp-auth/commit/52877fe024244eac6bda250b3f8900f87860d235)) +- **deps:** update dependency @graasp/query-client to v2.2.2 ([#291](https://github.com/graasp/graasp-auth/issues/291)) ([b555365](https://github.com/graasp/graasp-auth/commit/b5553651fe78d0da9efd9f439d432bafc04d3666)) +- **deps:** update dependency @graasp/translations to v1.21.1 ([#275](https://github.com/graasp/graasp-auth/issues/275)) ([7dd2960](https://github.com/graasp/graasp-auth/commit/7dd2960b7de39181f11749ce652c38fc3e2e0545)) +- **deps:** update dependency @graasp/ui to v4.1.1 ([#279](https://github.com/graasp/graasp-auth/issues/279)) ([39591ad](https://github.com/graasp/graasp-auth/commit/39591ad5ba0edcf1e5e3763da50f31bb6178d4b4)) +- **deps:** update dependency @sentry/react to v7.85.0 ([#265](https://github.com/graasp/graasp-auth/issues/265)) ([136738f](https://github.com/graasp/graasp-auth/commit/136738fd5681a79d5a1ae8334be54b34a0653920)) +- **deps:** update dependency @sentry/react to v7.86.0 ([#282](https://github.com/graasp/graasp-auth/issues/282)) ([9c814ac](https://github.com/graasp/graasp-auth/commit/9c814ac9381fc43d79f139c60ebaa97f55f6dd83)) +- **deps:** update dependency @sentry/react to v7.93.0 ([#288](https://github.com/graasp/graasp-auth/issues/288)) ([0292e7f](https://github.com/graasp/graasp-auth/commit/0292e7fbe359fafe9c5181e8dd2b7bfada7c12e9)) +- **deps:** update react-router monorepo to v6.20.1 ([#273](https://github.com/graasp/graasp-auth/issues/273)) ([b392c9f](https://github.com/graasp/graasp-auth/commit/b392c9f57a9dc63df9c4c1d3763dd960fa80b32b)) +- udpate release-please condition ([c825050](https://github.com/graasp/graasp-auth/commit/c825050068fa5aa029aeb451e7e3e8fc6d413b6d)) +- use test env in cypress open ([#294](https://github.com/graasp/graasp-auth/issues/294)) ([bac0c6a](https://github.com/graasp/graasp-auth/commit/bac0c6a3430d69984d51221d7d746ec9c754a9c4)) ## [2.0.2](https://github.com/graasp/graasp-auth/compare/v2.0.1...v2.0.2) (2023-12-01) - ### Bug Fixes -* upgrade deps ([#271](https://github.com/graasp/graasp-auth/issues/271)) ([b95a04b](https://github.com/graasp/graasp-auth/commit/b95a04b036d09fffab8e3a9e628007d8f104c79a)) +- upgrade deps ([#271](https://github.com/graasp/graasp-auth/issues/271)) ([b95a04b](https://github.com/graasp/graasp-auth/commit/b95a04b036d09fffab8e3a9e628007d8f104c79a)) ## [2.0.1](https://github.com/graasp/graasp-auth/compare/v2.0.0...v2.0.1) (2023-11-16) - ### Bug Fixes -* **deps:** update dependency @graasp/query-client to v2.0.2 ([#249](https://github.com/graasp/graasp-auth/issues/249)) ([92faea1](https://github.com/graasp/graasp-auth/commit/92faea1cbbe6f886a7e87e5f1b5c477c6c999520)) -* **deps:** update dependency @graasp/query-client to v2.0.3 ([#256](https://github.com/graasp/graasp-auth/issues/256)) ([2e402ed](https://github.com/graasp/graasp-auth/commit/2e402eda44439e8f63ae204f8e9cad14d6e32963)) -* **deps:** update dependency @graasp/sdk to v3 ([#257](https://github.com/graasp/graasp-auth/issues/257)) ([252212e](https://github.com/graasp/graasp-auth/commit/252212e004a8e89a2739ffe4d5617f02f36f8953)) -* **deps:** update dependency @graasp/sdk to v3.0.1 ([#258](https://github.com/graasp/graasp-auth/issues/258)) ([6084025](https://github.com/graasp/graasp-auth/commit/6084025ababa812203a9842be7b42001e5a77a57)) -* **deps:** update dependency @graasp/translations to v1.20.0 ([#205](https://github.com/graasp/graasp-auth/issues/205)) ([33fa84d](https://github.com/graasp/graasp-auth/commit/33fa84d9888fffc06caa37972055c8b3e76affa9)) -* **deps:** update dependency @graasp/translations to v1.20.1 ([#259](https://github.com/graasp/graasp-auth/issues/259)) ([0051ab8](https://github.com/graasp/graasp-auth/commit/0051ab8b1bc6f343b2b79a689ac223b303fbf46a)) -* **deps:** update dependency @graasp/ui to v4.0.1 ([#251](https://github.com/graasp/graasp-auth/issues/251)) ([81c1dd2](https://github.com/graasp/graasp-auth/commit/81c1dd21664de941e02bcc418b67b67a552fd236)) -* **deps:** update dependency @graasp/ui to v4.1.0 ([#260](https://github.com/graasp/graasp-auth/issues/260)) ([299e905](https://github.com/graasp/graasp-auth/commit/299e905c74e99783508c03a2ae76bdeaf3e15b97)) -* **deps:** update dependency @mui/lab to v5.0.0-alpha.152 ([#247](https://github.com/graasp/graasp-auth/issues/247)) ([7d78f33](https://github.com/graasp/graasp-auth/commit/7d78f33292f9f469f31793e9d9822ef165f9cc8e)) -* **deps:** update dependency react-i18next to v13.4.1 ([#250](https://github.com/graasp/graasp-auth/issues/250)) ([68a11ba](https://github.com/graasp/graasp-auth/commit/68a11ba77c0ae7d1789fdd3a641c15cdbffc4ecd)) -* **deps:** update dependency react-i18next to v13.5.0 ([#241](https://github.com/graasp/graasp-auth/issues/241)) ([0877c7a](https://github.com/graasp/graasp-auth/commit/0877c7a5f7a1aee08b21e26c8ab2f069061e5535)) -* **deps:** update sentry packages to v7.80.1 ([#255](https://github.com/graasp/graasp-auth/issues/255)) ([aad3488](https://github.com/graasp/graasp-auth/commit/aad34884fc4b9180f14ff271751133332382d552)) +- **deps:** update dependency @graasp/query-client to v2.0.2 ([#249](https://github.com/graasp/graasp-auth/issues/249)) ([92faea1](https://github.com/graasp/graasp-auth/commit/92faea1cbbe6f886a7e87e5f1b5c477c6c999520)) +- **deps:** update dependency @graasp/query-client to v2.0.3 ([#256](https://github.com/graasp/graasp-auth/issues/256)) ([2e402ed](https://github.com/graasp/graasp-auth/commit/2e402eda44439e8f63ae204f8e9cad14d6e32963)) +- **deps:** update dependency @graasp/sdk to v3 ([#257](https://github.com/graasp/graasp-auth/issues/257)) ([252212e](https://github.com/graasp/graasp-auth/commit/252212e004a8e89a2739ffe4d5617f02f36f8953)) +- **deps:** update dependency @graasp/sdk to v3.0.1 ([#258](https://github.com/graasp/graasp-auth/issues/258)) ([6084025](https://github.com/graasp/graasp-auth/commit/6084025ababa812203a9842be7b42001e5a77a57)) +- **deps:** update dependency @graasp/translations to v1.20.0 ([#205](https://github.com/graasp/graasp-auth/issues/205)) ([33fa84d](https://github.com/graasp/graasp-auth/commit/33fa84d9888fffc06caa37972055c8b3e76affa9)) +- **deps:** update dependency @graasp/translations to v1.20.1 ([#259](https://github.com/graasp/graasp-auth/issues/259)) ([0051ab8](https://github.com/graasp/graasp-auth/commit/0051ab8b1bc6f343b2b79a689ac223b303fbf46a)) +- **deps:** update dependency @graasp/ui to v4.0.1 ([#251](https://github.com/graasp/graasp-auth/issues/251)) ([81c1dd2](https://github.com/graasp/graasp-auth/commit/81c1dd21664de941e02bcc418b67b67a552fd236)) +- **deps:** update dependency @graasp/ui to v4.1.0 ([#260](https://github.com/graasp/graasp-auth/issues/260)) ([299e905](https://github.com/graasp/graasp-auth/commit/299e905c74e99783508c03a2ae76bdeaf3e15b97)) +- **deps:** update dependency @mui/lab to v5.0.0-alpha.152 ([#247](https://github.com/graasp/graasp-auth/issues/247)) ([7d78f33](https://github.com/graasp/graasp-auth/commit/7d78f33292f9f469f31793e9d9822ef165f9cc8e)) +- **deps:** update dependency react-i18next to v13.4.1 ([#250](https://github.com/graasp/graasp-auth/issues/250)) ([68a11ba](https://github.com/graasp/graasp-auth/commit/68a11ba77c0ae7d1789fdd3a641c15cdbffc4ecd)) +- **deps:** update dependency react-i18next to v13.5.0 ([#241](https://github.com/graasp/graasp-auth/issues/241)) ([0877c7a](https://github.com/graasp/graasp-auth/commit/0877c7a5f7a1aee08b21e26c8ab2f069061e5535)) +- **deps:** update sentry packages to v7.80.1 ([#255](https://github.com/graasp/graasp-auth/issues/255)) ([aad3488](https://github.com/graasp/graasp-auth/commit/aad34884fc4b9180f14ff271751133332382d552)) ## [2.0.0](https://github.com/graasp/graasp-auth/compare/v1.3.0...v2.0.0) (2023-11-13) - ### ⚠ BREAKING CHANGES -* upgrade yarn, sdk, query-client and ui ([#248](https://github.com/graasp/graasp-auth/issues/248)) +- upgrade yarn, sdk, query-client and ui ([#248](https://github.com/graasp/graasp-auth/issues/248)) ### Bug Fixes -* **deps:** update dependency @graasp/query-client to v1.11.0 ([#233](https://github.com/graasp/graasp-auth/issues/233)) ([d240b4f](https://github.com/graasp/graasp-auth/commit/d240b4fe0335641a4e749f060cc0ec3a54d2d60b)) -* **deps:** update dependency @graasp/query-client to v1.11.1 ([#239](https://github.com/graasp/graasp-auth/issues/239)) ([d8540c7](https://github.com/graasp/graasp-auth/commit/d8540c7a283d4a07e1650a4087e61adb7aa961ff)) -* **deps:** update dependency @graasp/sdk to v1.9.1 ([#236](https://github.com/graasp/graasp-auth/issues/236)) ([c25600b](https://github.com/graasp/graasp-auth/commit/c25600b557f6c661130ba41e55fed74f8779cb4b)) -* **deps:** update dependency @graasp/sdk to v1.9.2 ([#240](https://github.com/graasp/graasp-auth/issues/240)) ([e7250f6](https://github.com/graasp/graasp-auth/commit/e7250f62932cf198aa854f540bb3a2be96956d0d)) -* **deps:** update dependency http-status-codes to v2.3.0 ([#237](https://github.com/graasp/graasp-auth/issues/237)) ([9e36553](https://github.com/graasp/graasp-auth/commit/9e365532d0990cc826debacc90b7317dab0213e5)) -* **deps:** update dependency react-i18next to v13.2.2 ([12c69fd](https://github.com/graasp/graasp-auth/commit/12c69fdf30fd046d2ef265a0ffa46fca4bdff863)) -* **deps:** update mui (non-major) ([7d383af](https://github.com/graasp/graasp-auth/commit/7d383af1fb9aac0cdd241addec900b68f2ac885c)) -* **deps:** update mui (non-major) ([#244](https://github.com/graasp/graasp-auth/issues/244)) ([fa9d818](https://github.com/graasp/graasp-auth/commit/fa9d8184e8e9f9f402226047f217302a7d63db3d)) -* upgrade yarn, sdk, query-client and ui ([#248](https://github.com/graasp/graasp-auth/issues/248)) ([ce271ff](https://github.com/graasp/graasp-auth/commit/ce271ffcb752e84773fa481df4a4745061c2472f)) -* use safe viewport height units (svh) ([#243](https://github.com/graasp/graasp-auth/issues/243)) ([6cbbc16](https://github.com/graasp/graasp-auth/commit/6cbbc1623aa53b4006f590ed079dc384bdbe35e8)) +- **deps:** update dependency @graasp/query-client to v1.11.0 ([#233](https://github.com/graasp/graasp-auth/issues/233)) ([d240b4f](https://github.com/graasp/graasp-auth/commit/d240b4fe0335641a4e749f060cc0ec3a54d2d60b)) +- **deps:** update dependency @graasp/query-client to v1.11.1 ([#239](https://github.com/graasp/graasp-auth/issues/239)) ([d8540c7](https://github.com/graasp/graasp-auth/commit/d8540c7a283d4a07e1650a4087e61adb7aa961ff)) +- **deps:** update dependency @graasp/sdk to v1.9.1 ([#236](https://github.com/graasp/graasp-auth/issues/236)) ([c25600b](https://github.com/graasp/graasp-auth/commit/c25600b557f6c661130ba41e55fed74f8779cb4b)) +- **deps:** update dependency @graasp/sdk to v1.9.2 ([#240](https://github.com/graasp/graasp-auth/issues/240)) ([e7250f6](https://github.com/graasp/graasp-auth/commit/e7250f62932cf198aa854f540bb3a2be96956d0d)) +- **deps:** update dependency http-status-codes to v2.3.0 ([#237](https://github.com/graasp/graasp-auth/issues/237)) ([9e36553](https://github.com/graasp/graasp-auth/commit/9e365532d0990cc826debacc90b7317dab0213e5)) +- **deps:** update dependency react-i18next to v13.2.2 ([12c69fd](https://github.com/graasp/graasp-auth/commit/12c69fdf30fd046d2ef265a0ffa46fca4bdff863)) +- **deps:** update mui (non-major) ([7d383af](https://github.com/graasp/graasp-auth/commit/7d383af1fb9aac0cdd241addec900b68f2ac885c)) +- **deps:** update mui (non-major) ([#244](https://github.com/graasp/graasp-auth/issues/244)) ([fa9d818](https://github.com/graasp/graasp-auth/commit/fa9d8184e8e9f9f402226047f217302a7d63db3d)) +- upgrade yarn, sdk, query-client and ui ([#248](https://github.com/graasp/graasp-auth/issues/248)) ([ce271ff](https://github.com/graasp/graasp-auth/commit/ce271ffcb752e84773fa481df4a4745061c2472f)) +- use safe viewport height units (svh) ([#243](https://github.com/graasp/graasp-auth/issues/243)) ([6cbbc16](https://github.com/graasp/graasp-auth/commit/6cbbc1623aa53b4006f590ed079dc384bdbe35e8)) ## [1.3.0](https://github.com/graasp/graasp-auth/compare/v1.2.1...v1.3.0) (2023-10-16) - ### Features -* handle redirection url search param ([#222](https://github.com/graasp/graasp-auth/issues/222)) ([35b23dd](https://github.com/graasp/graasp-auth/commit/35b23dd9828926a7b56151af5e95498c2aa14862)) - +- handle redirection url search param ([#222](https://github.com/graasp/graasp-auth/issues/222)) ([35b23dd](https://github.com/graasp/graasp-auth/commit/35b23dd9828926a7b56151af5e95498c2aa14862)) ### Bug Fixes -* **deps:** update dependency @graasp/sdk to v1.3.0 ([#211](https://github.com/graasp/graasp-auth/issues/211)) ([50edc6d](https://github.com/graasp/graasp-auth/commit/50edc6da1b6538a3b4e51e745584c4620c4644aa)) -* **deps:** update dependency @graasp/sdk to v1.6.0 ([#214](https://github.com/graasp/graasp-auth/issues/214)) ([d873f26](https://github.com/graasp/graasp-auth/commit/d873f269ef6e8fd25131bad3fa1486a5f6d87620)) -* **deps:** update dependency @graasp/ui to v3.4.0 ([#215](https://github.com/graasp/graasp-auth/issues/215)) ([bb2c1b7](https://github.com/graasp/graasp-auth/commit/bb2c1b79fd3362d8b72fe553e7dd427cbe44d483)) -* **deps:** update dependency @graasp/ui to v3.5.4 ([#226](https://github.com/graasp/graasp-auth/issues/226)) ([8d25dc3](https://github.com/graasp/graasp-auth/commit/8d25dc3c199482a68d2da4894653036c16001499)) -* **deps:** update dependency react-i18next to v13.2.0 ([#199](https://github.com/graasp/graasp-auth/issues/199)) ([7e69bae](https://github.com/graasp/graasp-auth/commit/7e69bae9e5321b61f7346fc00ec9b4ab7bf85c24)) -* **deps:** update dependency react-i18next to v13.2.1 ([b5ddd42](https://github.com/graasp/graasp-auth/commit/b5ddd4210716b6213fac696193fbd4570aba4917)) -* **deps:** update mui (non-major) ([be19989](https://github.com/graasp/graasp-auth/commit/be19989395bfc463453b698ef2f5357442d28e48)) -* **deps:** update mui (non-major) ([#201](https://github.com/graasp/graasp-auth/issues/201)) ([3ea6ebe](https://github.com/graasp/graasp-auth/commit/3ea6ebee35b460ff84c230b13f8d5b4f2816c268)) -* **deps:** update sentry packages to v7.66.0 ([#207](https://github.com/graasp/graasp-auth/issues/207)) ([5ff371d](https://github.com/graasp/graasp-auth/commit/5ff371d0a9298b45e745265b8ec146ed08503d38)) -* udpate replay settings ton include network details from the api ([#229](https://github.com/graasp/graasp-auth/issues/229)) ([14de4f3](https://github.com/graasp/graasp-auth/commit/14de4f3119868cdc5335d771b5349e05a40188b8)) +- **deps:** update dependency @graasp/sdk to v1.3.0 ([#211](https://github.com/graasp/graasp-auth/issues/211)) ([50edc6d](https://github.com/graasp/graasp-auth/commit/50edc6da1b6538a3b4e51e745584c4620c4644aa)) +- **deps:** update dependency @graasp/sdk to v1.6.0 ([#214](https://github.com/graasp/graasp-auth/issues/214)) ([d873f26](https://github.com/graasp/graasp-auth/commit/d873f269ef6e8fd25131bad3fa1486a5f6d87620)) +- **deps:** update dependency @graasp/ui to v3.4.0 ([#215](https://github.com/graasp/graasp-auth/issues/215)) ([bb2c1b7](https://github.com/graasp/graasp-auth/commit/bb2c1b79fd3362d8b72fe553e7dd427cbe44d483)) +- **deps:** update dependency @graasp/ui to v3.5.4 ([#226](https://github.com/graasp/graasp-auth/issues/226)) ([8d25dc3](https://github.com/graasp/graasp-auth/commit/8d25dc3c199482a68d2da4894653036c16001499)) +- **deps:** update dependency react-i18next to v13.2.0 ([#199](https://github.com/graasp/graasp-auth/issues/199)) ([7e69bae](https://github.com/graasp/graasp-auth/commit/7e69bae9e5321b61f7346fc00ec9b4ab7bf85c24)) +- **deps:** update dependency react-i18next to v13.2.1 ([b5ddd42](https://github.com/graasp/graasp-auth/commit/b5ddd4210716b6213fac696193fbd4570aba4917)) +- **deps:** update mui (non-major) ([be19989](https://github.com/graasp/graasp-auth/commit/be19989395bfc463453b698ef2f5357442d28e48)) +- **deps:** update mui (non-major) ([#201](https://github.com/graasp/graasp-auth/issues/201)) ([3ea6ebe](https://github.com/graasp/graasp-auth/commit/3ea6ebee35b460ff84c230b13f8d5b4f2816c268)) +- **deps:** update sentry packages to v7.66.0 ([#207](https://github.com/graasp/graasp-auth/issues/207)) ([5ff371d](https://github.com/graasp/graasp-auth/commit/5ff371d0a9298b45e745265b8ec146ed08503d38)) +- udpate replay settings ton include network details from the api ([#229](https://github.com/graasp/graasp-auth/issues/229)) ([14de4f3](https://github.com/graasp/graasp-auth/commit/14de4f3119868cdc5335d771b5349e05a40188b8)) ## [1.2.1](https://github.com/graasp/graasp-auth/compare/v1.2.0...v1.2.1) (2023-08-22) - ### Bug Fixes -* cyptic message when no password is set ([#183](https://github.com/graasp/graasp-auth/issues/183)) ([8464b51](https://github.com/graasp/graasp-auth/commit/8464b5185686e02b444f9f7f41121f79e2192157)) -* **deps:** update dependency @emotion/cache to v11.10.8 ([#168](https://github.com/graasp/graasp-auth/issues/168)) ([37ff21f](https://github.com/graasp/graasp-auth/commit/37ff21f532cffece7227b387ccc64e58c31d6253)) -* **deps:** update dependency @emotion/cache to v11.11.0 ([#181](https://github.com/graasp/graasp-auth/issues/181)) ([af7b5cb](https://github.com/graasp/graasp-auth/commit/af7b5cbe4c860c921c12b04e8e1e076b77620e0e)) -* **deps:** update dependency @graasp/query-client to v1.4.0 ([#109](https://github.com/graasp/graasp-auth/issues/109)) ([cdf7e8b](https://github.com/graasp/graasp-auth/commit/cdf7e8bc4c8a7aed41e9cfaeb6c60b644d2eebb7)) -* **deps:** update dependency @graasp/query-client to v1.4.2 ([#187](https://github.com/graasp/graasp-auth/issues/187)) ([ce8e960](https://github.com/graasp/graasp-auth/commit/ce8e96028bb88b4b7ac97056a7ed84a6806a554a)) -* **deps:** update dependency @graasp/query-client to v1.4.3 ([#194](https://github.com/graasp/graasp-auth/issues/194)) ([6a2d305](https://github.com/graasp/graasp-auth/commit/6a2d305a708309e9796b910baa1dbaf623185a38)) -* **deps:** update dependency @graasp/sdk to v1.2.1 ([#188](https://github.com/graasp/graasp-auth/issues/188)) ([fa32433](https://github.com/graasp/graasp-auth/commit/fa3243395e369e2c03970696a8d1990905d48717)) -* **deps:** update dependency @graasp/translations to v1.18.2 ([#172](https://github.com/graasp/graasp-auth/issues/172)) ([e5ee22f](https://github.com/graasp/graasp-auth/commit/e5ee22f12a9ff1025108da802d4ef936249a214f)) -* **deps:** update dependency @graasp/translations to v1.18.3 ([#189](https://github.com/graasp/graasp-auth/issues/189)) ([9261423](https://github.com/graasp/graasp-auth/commit/9261423fdf139b5f125997e67f73df38ceb5b6d1)) -* **deps:** update dependency @graasp/ui to v3.3.2 ([#177](https://github.com/graasp/graasp-auth/issues/177)) ([84c41bb](https://github.com/graasp/graasp-auth/commit/84c41bba674866c100772fe6e0a7a7c6b4e4d50a)) -* **deps:** update dependency react-i18next to v11.18.6 ([#124](https://github.com/graasp/graasp-auth/issues/124)) ([fb8227e](https://github.com/graasp/graasp-auth/commit/fb8227e24d7f2664770b78d138508f5a970f2b18)) -* **deps:** update dependency react-i18next to v13 ([#141](https://github.com/graasp/graasp-auth/issues/141)) ([ca8816e](https://github.com/graasp/graasp-auth/commit/ca8816e61e844ffa89c1a856631b4aff4008c39d)) -* **deps:** update dependency react-toastify to v9.1.3 ([#125](https://github.com/graasp/graasp-auth/issues/125)) ([b68fc9e](https://github.com/graasp/graasp-auth/commit/b68fc9eb6eff7ea518e3365364a0b3998ebb75ac)) -* **deps:** update dependency stylis to v4.3.0 ([#182](https://github.com/graasp/graasp-auth/issues/182)) ([ca6f9e5](https://github.com/graasp/graasp-auth/commit/ca6f9e54ef598e3d6872a4e3471fe3c7e0927c77)) -* **deps:** update dependency validator to v13.11.0 ([#162](https://github.com/graasp/graasp-auth/issues/162)) ([881334e](https://github.com/graasp/graasp-auth/commit/881334ed62777c83aeaecaf13d2fd3b4a8468a8c)) -* **deps:** update mui (non-major) ([#174](https://github.com/graasp/graasp-auth/issues/174)) ([e19b506](https://github.com/graasp/graasp-auth/commit/e19b506a64c8b0f9eac523aa71063c9718de526b)) -* **deps:** update react-router monorepo to v6.15.0 ([#191](https://github.com/graasp/graasp-auth/issues/191)) ([1232649](https://github.com/graasp/graasp-auth/commit/1232649c17336941aca36b387a59199459a73828)) -* **deps:** update sentry packages to v7.62.0 ([#163](https://github.com/graasp/graasp-auth/issues/163)) ([7abcc5a](https://github.com/graasp/graasp-auth/commit/7abcc5a69bd7fc5c20a47dba11a91f10952b6a77)) -* **deps:** update sentry packages to v7.64.0 ([#192](https://github.com/graasp/graasp-auth/issues/192)) ([9fd2cf4](https://github.com/graasp/graasp-auth/commit/9fd2cf48e9e167f584927d673eb75c9ad1ba7db2)) -* remove `ci` env from cypress tests ([#180](https://github.com/graasp/graasp-auth/issues/180)) ([4b4c98c](https://github.com/graasp/graasp-auth/commit/4b4c98c19525471aa7eed91e0071a64f3663daba)) +- cyptic message when no password is set ([#183](https://github.com/graasp/graasp-auth/issues/183)) ([8464b51](https://github.com/graasp/graasp-auth/commit/8464b5185686e02b444f9f7f41121f79e2192157)) +- **deps:** update dependency @emotion/cache to v11.10.8 ([#168](https://github.com/graasp/graasp-auth/issues/168)) ([37ff21f](https://github.com/graasp/graasp-auth/commit/37ff21f532cffece7227b387ccc64e58c31d6253)) +- **deps:** update dependency @emotion/cache to v11.11.0 ([#181](https://github.com/graasp/graasp-auth/issues/181)) ([af7b5cb](https://github.com/graasp/graasp-auth/commit/af7b5cbe4c860c921c12b04e8e1e076b77620e0e)) +- **deps:** update dependency @graasp/query-client to v1.4.0 ([#109](https://github.com/graasp/graasp-auth/issues/109)) ([cdf7e8b](https://github.com/graasp/graasp-auth/commit/cdf7e8bc4c8a7aed41e9cfaeb6c60b644d2eebb7)) +- **deps:** update dependency @graasp/query-client to v1.4.2 ([#187](https://github.com/graasp/graasp-auth/issues/187)) ([ce8e960](https://github.com/graasp/graasp-auth/commit/ce8e96028bb88b4b7ac97056a7ed84a6806a554a)) +- **deps:** update dependency @graasp/query-client to v1.4.3 ([#194](https://github.com/graasp/graasp-auth/issues/194)) ([6a2d305](https://github.com/graasp/graasp-auth/commit/6a2d305a708309e9796b910baa1dbaf623185a38)) +- **deps:** update dependency @graasp/sdk to v1.2.1 ([#188](https://github.com/graasp/graasp-auth/issues/188)) ([fa32433](https://github.com/graasp/graasp-auth/commit/fa3243395e369e2c03970696a8d1990905d48717)) +- **deps:** update dependency @graasp/translations to v1.18.2 ([#172](https://github.com/graasp/graasp-auth/issues/172)) ([e5ee22f](https://github.com/graasp/graasp-auth/commit/e5ee22f12a9ff1025108da802d4ef936249a214f)) +- **deps:** update dependency @graasp/translations to v1.18.3 ([#189](https://github.com/graasp/graasp-auth/issues/189)) ([9261423](https://github.com/graasp/graasp-auth/commit/9261423fdf139b5f125997e67f73df38ceb5b6d1)) +- **deps:** update dependency @graasp/ui to v3.3.2 ([#177](https://github.com/graasp/graasp-auth/issues/177)) ([84c41bb](https://github.com/graasp/graasp-auth/commit/84c41bba674866c100772fe6e0a7a7c6b4e4d50a)) +- **deps:** update dependency react-i18next to v11.18.6 ([#124](https://github.com/graasp/graasp-auth/issues/124)) ([fb8227e](https://github.com/graasp/graasp-auth/commit/fb8227e24d7f2664770b78d138508f5a970f2b18)) +- **deps:** update dependency react-i18next to v13 ([#141](https://github.com/graasp/graasp-auth/issues/141)) ([ca8816e](https://github.com/graasp/graasp-auth/commit/ca8816e61e844ffa89c1a856631b4aff4008c39d)) +- **deps:** update dependency react-toastify to v9.1.3 ([#125](https://github.com/graasp/graasp-auth/issues/125)) ([b68fc9e](https://github.com/graasp/graasp-auth/commit/b68fc9eb6eff7ea518e3365364a0b3998ebb75ac)) +- **deps:** update dependency stylis to v4.3.0 ([#182](https://github.com/graasp/graasp-auth/issues/182)) ([ca6f9e5](https://github.com/graasp/graasp-auth/commit/ca6f9e54ef598e3d6872a4e3471fe3c7e0927c77)) +- **deps:** update dependency validator to v13.11.0 ([#162](https://github.com/graasp/graasp-auth/issues/162)) ([881334e](https://github.com/graasp/graasp-auth/commit/881334ed62777c83aeaecaf13d2fd3b4a8468a8c)) +- **deps:** update mui (non-major) ([#174](https://github.com/graasp/graasp-auth/issues/174)) ([e19b506](https://github.com/graasp/graasp-auth/commit/e19b506a64c8b0f9eac523aa71063c9718de526b)) +- **deps:** update react-router monorepo to v6.15.0 ([#191](https://github.com/graasp/graasp-auth/issues/191)) ([1232649](https://github.com/graasp/graasp-auth/commit/1232649c17336941aca36b387a59199459a73828)) +- **deps:** update sentry packages to v7.62.0 ([#163](https://github.com/graasp/graasp-auth/issues/163)) ([7abcc5a](https://github.com/graasp/graasp-auth/commit/7abcc5a69bd7fc5c20a47dba11a91f10952b6a77)) +- **deps:** update sentry packages to v7.64.0 ([#192](https://github.com/graasp/graasp-auth/issues/192)) ([9fd2cf4](https://github.com/graasp/graasp-auth/commit/9fd2cf48e9e167f584927d673eb75c9ad1ba7db2)) +- remove `ci` env from cypress tests ([#180](https://github.com/graasp/graasp-auth/issues/180)) ([4b4c98c](https://github.com/graasp/graasp-auth/commit/4b4c98c19525471aa7eed91e0071a64f3663daba)) ## [1.2.0](https://github.com/graasp/graasp-auth/compare/v1.1.1...v1.2.0) (2023-08-07) - ### Features -* add rtl support including arabic translations ([#81](https://github.com/graasp/graasp-auth/issues/81)) ([49ef193](https://github.com/graasp/graasp-auth/commit/49ef1939639d80c9196ac5f75c2bbc5ce48d9837)) -* extract translations ([eed6a13](https://github.com/graasp/graasp-auth/commit/eed6a136ee044caee8ba3280c74a96279628eb84)) -* move to vitejs ([#157](https://github.com/graasp/graasp-auth/issues/157)) ([7e3d397](https://github.com/graasp/graasp-auth/commit/7e3d397083322172a191ad6f43b9c69a9693c819)) - +- add rtl support including arabic translations ([#81](https://github.com/graasp/graasp-auth/issues/81)) ([49ef193](https://github.com/graasp/graasp-auth/commit/49ef1939639d80c9196ac5f75c2bbc5ce48d9837)) +- extract translations ([eed6a13](https://github.com/graasp/graasp-auth/commit/eed6a136ee044caee8ba3280c74a96279628eb84)) +- move to vitejs ([#157](https://github.com/graasp/graasp-auth/issues/157)) ([7e3d397](https://github.com/graasp/graasp-auth/commit/7e3d397083322172a191ad6f43b9c69a9693c819)) ### Bug Fixes -* add changes for mobile register ([dc30203](https://github.com/graasp/graasp-auth/commit/dc3020304af2d9cea723f349e52ccc3f6aa26f1f)) -* add play link and update deps ([80402c8](https://github.com/graasp/graasp-auth/commit/80402c8c669542ed35e7d1c4c91d48abdfea3d0d)) -* **deps:** update dependency @graasp/sdk to v1.2.0 ([#160](https://github.com/graasp/graasp-auth/issues/160)) ([3c2aa92](https://github.com/graasp/graasp-auth/commit/3c2aa92e0bb8363c86ba3261f9bce89dbf320e6d)) -* **deps:** update dependency @graasp/ui to v3.2.7 ([#154](https://github.com/graasp/graasp-auth/issues/154)) ([c699cd0](https://github.com/graasp/graasp-auth/commit/c699cd0106e503deb75bb5d79e371453f29e8988)) -* **deps:** update mui (non-major) ([#152](https://github.com/graasp/graasp-auth/issues/152)) ([a7571d5](https://github.com/graasp/graasp-auth/commit/a7571d5dfa6955c839b4c92d0b61795acac1b0bb)) -* env variable ([#159](https://github.com/graasp/graasp-auth/issues/159)) ([ec3d4b4](https://github.com/graasp/graasp-auth/commit/ec3d4b43ba06dc9deb7c32c981347e092dac5c3c)) +- add changes for mobile register ([dc30203](https://github.com/graasp/graasp-auth/commit/dc3020304af2d9cea723f349e52ccc3f6aa26f1f)) +- add play link and update deps ([80402c8](https://github.com/graasp/graasp-auth/commit/80402c8c669542ed35e7d1c4c91d48abdfea3d0d)) +- **deps:** update dependency @graasp/sdk to v1.2.0 ([#160](https://github.com/graasp/graasp-auth/issues/160)) ([3c2aa92](https://github.com/graasp/graasp-auth/commit/3c2aa92e0bb8363c86ba3261f9bce89dbf320e6d)) +- **deps:** update dependency @graasp/ui to v3.2.7 ([#154](https://github.com/graasp/graasp-auth/issues/154)) ([c699cd0](https://github.com/graasp/graasp-auth/commit/c699cd0106e503deb75bb5d79e371453f29e8988)) +- **deps:** update mui (non-major) ([#152](https://github.com/graasp/graasp-auth/issues/152)) ([a7571d5](https://github.com/graasp/graasp-auth/commit/a7571d5dfa6955c839b4c92d0b61795acac1b0bb)) +- env variable ([#159](https://github.com/graasp/graasp-auth/issues/159)) ([ec3d4b4](https://github.com/graasp/graasp-auth/commit/ec3d4b43ba06dc9deb7c32c981347e092dac5c3c)) ## [1.1.1](https://github.com/graasp/graasp-auth/compare/v1.1.0...v1.1.1) (2023-07-28) - ### Bug Fixes -* **deps:** update dependency @graasp/ui to v3.2.6 ([#146](https://github.com/graasp/graasp-auth/issues/146)) ([3fb3136](https://github.com/graasp/graasp-auth/commit/3fb3136fdbc50185976cef946ab43146d71a3798)) -* **deps:** update sentry packages to v7.60.1 ([#145](https://github.com/graasp/graasp-auth/issues/145)) ([61ba322](https://github.com/graasp/graasp-auth/commit/61ba322acffcc6f199fe9aa12106ead549425cbd)) -* modify apple-app-site-association with token param ([#149](https://github.com/graasp/graasp-auth/issues/149)) ([de94135](https://github.com/graasp/graasp-auth/commit/de94135888368df7e9a0b1b34cea51be1ed6ef48)) +- **deps:** update dependency @graasp/ui to v3.2.6 ([#146](https://github.com/graasp/graasp-auth/issues/146)) ([3fb3136](https://github.com/graasp/graasp-auth/commit/3fb3136fdbc50185976cef946ab43146d71a3798)) +- **deps:** update sentry packages to v7.60.1 ([#145](https://github.com/graasp/graasp-auth/issues/145)) ([61ba322](https://github.com/graasp/graasp-auth/commit/61ba322acffcc6f199fe9aa12106ead549425cbd)) +- modify apple-app-site-association with token param ([#149](https://github.com/graasp/graasp-auth/issues/149)) ([de94135](https://github.com/graasp/graasp-auth/commit/de94135888368df7e9a0b1b34cea51be1ed6ef48)) ## [1.1.0](https://github.com/graasp/graasp-auth/compare/v1.0.0...v1.1.0) (2023-07-21) - ### Features -* add mobile auth through 'm' query parameter ([#102](https://github.com/graasp/graasp-auth/issues/102)) ([18dc803](https://github.com/graasp/graasp-auth/commit/18dc80390432a47a8ed9141234ca508476a42a4e)) - +- add mobile auth through 'm' query parameter ([#102](https://github.com/graasp/graasp-auth/issues/102)) ([18dc803](https://github.com/graasp/graasp-auth/commit/18dc80390432a47a8ed9141234ca508476a42a4e)) ### Bug Fixes -* **deps:** update dependency @graasp/sdk to v1.1.3 ([#119](https://github.com/graasp/graasp-auth/issues/119)) ([92ef2f1](https://github.com/graasp/graasp-auth/commit/92ef2f1bdfbd940616a9bf6cb60dc9c0a8d5729a)) -* **deps:** update mui (non-major) to v5.14.1 ([#131](https://github.com/graasp/graasp-auth/issues/131)) ([bbaf397](https://github.com/graasp/graasp-auth/commit/bbaf397574a50bf4aab0da30f13dc4f064576819)) -* **deps:** update react-router monorepo to v6.14.2 ([#115](https://github.com/graasp/graasp-auth/issues/115)) ([bad6211](https://github.com/graasp/graasp-auth/commit/bad6211d18ec82e93218f9a46a271f61f7a92aba)) +- **deps:** update dependency @graasp/sdk to v1.1.3 ([#119](https://github.com/graasp/graasp-auth/issues/119)) ([92ef2f1](https://github.com/graasp/graasp-auth/commit/92ef2f1bdfbd940616a9bf6cb60dc9c0a8d5729a)) +- **deps:** update mui (non-major) to v5.14.1 ([#131](https://github.com/graasp/graasp-auth/issues/131)) ([bbaf397](https://github.com/graasp/graasp-auth/commit/bbaf397574a50bf4aab0da30f13dc4f064576819)) +- **deps:** update react-router monorepo to v6.14.2 ([#115](https://github.com/graasp/graasp-auth/issues/115)) ([bad6211](https://github.com/graasp/graasp-auth/commit/bad6211d18ec82e93218f9a46a271f61f7a92aba)) ## [1.0.0](https://github.com/graasp/graasp-auth/compare/v1.0.0-rc.1...v1.0.0) (2023-07-20) - ### Features -* **style:** revamp of the login page ([#107](https://github.com/graasp/graasp-auth/issues/107)) ([11f83de](https://github.com/graasp/graasp-auth/commit/11f83de446f7ceffc1f3791358851c6bcc28a276)) - +- **style:** revamp of the login page ([#107](https://github.com/graasp/graasp-auth/issues/107)) ([11f83de](https://github.com/graasp/graasp-auth/commit/11f83de446f7ceffc1f3791358851c6bcc28a276)) ### Bug Fixes -* add graasp-mobile-builder-app deep-links verification ([#127](https://github.com/graasp/graasp-auth/issues/127)) ([36845f5](https://github.com/graasp/graasp-auth/commit/36845f5e0d84112fd00fc643db3635d131b07ea0)) -* **deps:** update dependency @graasp/sdk to v1.0.0 ([#104](https://github.com/graasp/graasp-auth/issues/104)) ([e34159d](https://github.com/graasp/graasp-auth/commit/e34159dc3642824765d5de82559c8f7cac7319f0)) -* **deps:** update dependency @graasp/translations to v1.15.0 ([#111](https://github.com/graasp/graasp-auth/issues/111)) ([78f5337](https://github.com/graasp/graasp-auth/commit/78f533763336cfc4c6d7d424fb80ac94d719595b)) -* **deps:** update dependency @graasp/translations to v1.15.1 ([#116](https://github.com/graasp/graasp-auth/issues/116)) ([6284a80](https://github.com/graasp/graasp-auth/commit/6284a80228ffea058bd8f2f50b73bb3dbe7f4b77)) -* **deps:** update dependency @graasp/ui to v3.2.4 ([#114](https://github.com/graasp/graasp-auth/issues/114)) ([a8c29aa](https://github.com/graasp/graasp-auth/commit/a8c29aa8e060272db9300cbfcb4cba60bab16eac)) -* **deps:** update dependency @mui/lab to v5.0.0-alpha.136 ([#108](https://github.com/graasp/graasp-auth/issues/108)) ([13caadd](https://github.com/graasp/graasp-auth/commit/13caadd7d82415e39281255bde25510e001dde73)) -* **deps:** update dependency @mui/lab to v5.0.0-alpha.137 ([#120](https://github.com/graasp/graasp-auth/issues/120)) ([10b879d](https://github.com/graasp/graasp-auth/commit/10b879dd485b4b538d935fffe8ae842ff88b14c1)) -* **deps:** update dependency qs to v6.11.2 ([#91](https://github.com/graasp/graasp-auth/issues/91)) ([6fe225c](https://github.com/graasp/graasp-auth/commit/6fe225c1459b77eee943e0207f24b771bb8b0e43)) -* **deps:** update dependency react-ga4 to v2 ([#99](https://github.com/graasp/graasp-auth/issues/99)) ([f10102a](https://github.com/graasp/graasp-auth/commit/f10102add800fc54f5729632e4842f88427fe5a2)) -* **deps:** update dependency react-i18next to v11.16.11 ([#92](https://github.com/graasp/graasp-auth/issues/92)) ([6ebab5d](https://github.com/graasp/graasp-auth/commit/6ebab5d292a41021ead9a2b1f8a777029cd6a9d3)) -* **deps:** update dependency react-toastify to v9.0.8 ([#93](https://github.com/graasp/graasp-auth/issues/93)) ([f0672f3](https://github.com/graasp/graasp-auth/commit/f0672f3ecdd1d35eb45b1e79dc1a0fb7ca6e6766)) -* **deps:** update dependency validator to v13.9.0 ([#129](https://github.com/graasp/graasp-auth/issues/129)) ([bdd3e10](https://github.com/graasp/graasp-auth/commit/bdd3e100ffc32b039dfda240014346f04d387b3e)) -* **deps:** update emotion monorepo ([#130](https://github.com/graasp/graasp-auth/issues/130)) ([50e47cb](https://github.com/graasp/graasp-auth/commit/50e47cb737027b24f10a3db08c03ac77d2ab8d4b)) -* **deps:** update emotion monorepo to v11.10.8 ([#94](https://github.com/graasp/graasp-auth/issues/94)) ([78f2e27](https://github.com/graasp/graasp-auth/commit/78f2e27f428a809f8d84bbc8253a503bd5fb87f2)) -* **deps:** update graasp deps ([#113](https://github.com/graasp/graasp-auth/issues/113)) ([4ebb56f](https://github.com/graasp/graasp-auth/commit/4ebb56fb3fc7ac8d2c0067d5348a309f6c435277)) -* **deps:** update mui (non-major) ([a23faab](https://github.com/graasp/graasp-auth/commit/a23faabdb33b1847530fcf02bc781705b3f7aecc)) -* **deps:** update sentry packages to v7.57.0 ([#98](https://github.com/graasp/graasp-auth/issues/98)) ([92d59d7](https://github.com/graasp/graasp-auth/commit/92d59d773ea8298fbe350cda99ae417e722453a7)) -* **deps:** update sentry packages to v7.59.3 ([#128](https://github.com/graasp/graasp-auth/issues/128)) ([dd275d0](https://github.com/graasp/graasp-auth/commit/dd275d096110ecb69903a0cc75965b87e1aa6c6c)) -* remove postcheckout hook ([#105](https://github.com/graasp/graasp-auth/issues/105)) ([5ac9812](https://github.com/graasp/graasp-auth/commit/5ac9812371a1c107736b752ac12ad1a667d49702)) -* update favicon to use new boxed logo as svg ([#121](https://github.com/graasp/graasp-auth/issues/121)) ([9521c94](https://github.com/graasp/graasp-auth/commit/9521c94e29c207a7ad5eecb7e6cff0f0420b2d66)) +- add graasp-mobile-builder-app deep-links verification ([#127](https://github.com/graasp/graasp-auth/issues/127)) ([36845f5](https://github.com/graasp/graasp-auth/commit/36845f5e0d84112fd00fc643db3635d131b07ea0)) +- **deps:** update dependency @graasp/sdk to v1.0.0 ([#104](https://github.com/graasp/graasp-auth/issues/104)) ([e34159d](https://github.com/graasp/graasp-auth/commit/e34159dc3642824765d5de82559c8f7cac7319f0)) +- **deps:** update dependency @graasp/translations to v1.15.0 ([#111](https://github.com/graasp/graasp-auth/issues/111)) ([78f5337](https://github.com/graasp/graasp-auth/commit/78f533763336cfc4c6d7d424fb80ac94d719595b)) +- **deps:** update dependency @graasp/translations to v1.15.1 ([#116](https://github.com/graasp/graasp-auth/issues/116)) ([6284a80](https://github.com/graasp/graasp-auth/commit/6284a80228ffea058bd8f2f50b73bb3dbe7f4b77)) +- **deps:** update dependency @graasp/ui to v3.2.4 ([#114](https://github.com/graasp/graasp-auth/issues/114)) ([a8c29aa](https://github.com/graasp/graasp-auth/commit/a8c29aa8e060272db9300cbfcb4cba60bab16eac)) +- **deps:** update dependency @mui/lab to v5.0.0-alpha.136 ([#108](https://github.com/graasp/graasp-auth/issues/108)) ([13caadd](https://github.com/graasp/graasp-auth/commit/13caadd7d82415e39281255bde25510e001dde73)) +- **deps:** update dependency @mui/lab to v5.0.0-alpha.137 ([#120](https://github.com/graasp/graasp-auth/issues/120)) ([10b879d](https://github.com/graasp/graasp-auth/commit/10b879dd485b4b538d935fffe8ae842ff88b14c1)) +- **deps:** update dependency qs to v6.11.2 ([#91](https://github.com/graasp/graasp-auth/issues/91)) ([6fe225c](https://github.com/graasp/graasp-auth/commit/6fe225c1459b77eee943e0207f24b771bb8b0e43)) +- **deps:** update dependency react-ga4 to v2 ([#99](https://github.com/graasp/graasp-auth/issues/99)) ([f10102a](https://github.com/graasp/graasp-auth/commit/f10102add800fc54f5729632e4842f88427fe5a2)) +- **deps:** update dependency react-i18next to v11.16.11 ([#92](https://github.com/graasp/graasp-auth/issues/92)) ([6ebab5d](https://github.com/graasp/graasp-auth/commit/6ebab5d292a41021ead9a2b1f8a777029cd6a9d3)) +- **deps:** update dependency react-toastify to v9.0.8 ([#93](https://github.com/graasp/graasp-auth/issues/93)) ([f0672f3](https://github.com/graasp/graasp-auth/commit/f0672f3ecdd1d35eb45b1e79dc1a0fb7ca6e6766)) +- **deps:** update dependency validator to v13.9.0 ([#129](https://github.com/graasp/graasp-auth/issues/129)) ([bdd3e10](https://github.com/graasp/graasp-auth/commit/bdd3e100ffc32b039dfda240014346f04d387b3e)) +- **deps:** update emotion monorepo ([#130](https://github.com/graasp/graasp-auth/issues/130)) ([50e47cb](https://github.com/graasp/graasp-auth/commit/50e47cb737027b24f10a3db08c03ac77d2ab8d4b)) +- **deps:** update emotion monorepo to v11.10.8 ([#94](https://github.com/graasp/graasp-auth/issues/94)) ([78f2e27](https://github.com/graasp/graasp-auth/commit/78f2e27f428a809f8d84bbc8253a503bd5fb87f2)) +- **deps:** update graasp deps ([#113](https://github.com/graasp/graasp-auth/issues/113)) ([4ebb56f](https://github.com/graasp/graasp-auth/commit/4ebb56fb3fc7ac8d2c0067d5348a309f6c435277)) +- **deps:** update mui (non-major) ([a23faab](https://github.com/graasp/graasp-auth/commit/a23faabdb33b1847530fcf02bc781705b3f7aecc)) +- **deps:** update sentry packages to v7.57.0 ([#98](https://github.com/graasp/graasp-auth/issues/98)) ([92d59d7](https://github.com/graasp/graasp-auth/commit/92d59d773ea8298fbe350cda99ae417e722453a7)) +- **deps:** update sentry packages to v7.59.3 ([#128](https://github.com/graasp/graasp-auth/issues/128)) ([dd275d0](https://github.com/graasp/graasp-auth/commit/dd275d096110ecb69903a0cc75965b87e1aa6c6c)) +- remove postcheckout hook ([#105](https://github.com/graasp/graasp-auth/issues/105)) ([5ac9812](https://github.com/graasp/graasp-auth/commit/5ac9812371a1c107736b752ac12ad1a667d49702)) +- update favicon to use new boxed logo as svg ([#121](https://github.com/graasp/graasp-auth/issues/121)) ([9521c94](https://github.com/graasp/graasp-auth/commit/9521c94e29c207a7ad5eecb7e6cff0f0420b2d66)) ## [1.0.0-rc.1](https://github.com/graasp/graasp-auth/compare/v0.5.1...v1.0.0-rc.1) (2023-06-14) - ### ⚠ BREAKING CHANGES -* add renovate, remove switch user ([#83](https://github.com/graasp/graasp-auth/issues/83)) +- add renovate, remove switch user ([#83](https://github.com/graasp/graasp-auth/issues/83)) ### Features -* add renovate, remove switch user ([#83](https://github.com/graasp/graasp-auth/issues/83)) ([4689d13](https://github.com/graasp/graasp-auth/commit/4689d13470960dc9b487d3dcb414f62ec3e14f0c)) - +- add renovate, remove switch user ([#83](https://github.com/graasp/graasp-auth/issues/83)) ([4689d13](https://github.com/graasp/graasp-auth/commit/4689d13470960dc9b487d3dcb414f62ec3e14f0c)) ### chore -* release 1.0.0-rc.1 ([a7e9c52](https://github.com/graasp/graasp-auth/commit/a7e9c528effeba84294ec78b0d85745491abedfa)) +- release 1.0.0-rc.1 ([a7e9c52](https://github.com/graasp/graasp-auth/commit/a7e9c528effeba84294ec78b0d85745491abedfa)) ## [0.5.1](https://github.com/graasp/graasp-auth/compare/v0.5.0...v0.5.1) (2023-04-24) - ### Bug Fixes -* add release prop to sentry ([#78](https://github.com/graasp/graasp-auth/issues/78)) ([d1660b6](https://github.com/graasp/graasp-auth/commit/d1660b6834ab9ceb2769674b430cdf19c8bea745)) +- add release prop to sentry ([#78](https://github.com/graasp/graasp-auth/issues/78)) ([d1660b6](https://github.com/graasp/graasp-auth/commit/d1660b6834ab9ceb2769674b430cdf19c8bea745)) ## [0.5.0](https://github.com/graasp/graasp-auth/compare/v0.4.0...v0.5.0) (2023-03-27) - ### Features -* add recaptcha ([#75](https://github.com/graasp/graasp-auth/issues/75)) ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) -* add sentry tracing ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) - +- add recaptcha ([#75](https://github.com/graasp/graasp-auth/issues/75)) ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) +- add sentry tracing ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) ### Bug Fixes -* add env variables for auth host ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) -* add trim to name field ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) +- add env variables for auth host ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) +- add trim to name field ([d34bac0](https://github.com/graasp/graasp-auth/commit/d34bac00e5283b96c66937a7edd4aee449e4f5df)) ## [0.4.0](https://github.com/graasp/graasp-auth/compare/v0.3.0...v0.4.0) (2023-03-16) - ### Features -* adds back and resend email button to success screen ([407491a](https://github.com/graasp/graasp-auth/commit/407491a291afa925d322fab7d5aa6c3375a54290)) +- adds back and resend email button to success screen ([407491a](https://github.com/graasp/graasp-auth/commit/407491a291afa925d322fab7d5aa6c3375a54290)) ## [0.3.0](https://github.com/graasp/graasp-auth/compare/v0.2.0...v0.3.0) (2023-02-14) - ### Features -* add success screen ([#63](https://github.com/graasp/graasp-auth/issues/63)) ([9732f5b](https://github.com/graasp/graasp-auth/commit/9732f5b4bc418e2b6d5a8fff8d894205fa3059f9)) +- add success screen ([#63](https://github.com/graasp/graasp-auth/issues/63)) ([9732f5b](https://github.com/graasp/graasp-auth/commit/9732f5b4bc418e2b6d5a8fff8d894205fa3059f9)) ## [0.2.0](https://github.com/graasp/graasp-auth/compare/v0.1.2...v0.2.0) (2023-01-13) - ### Features -* **ui:** use mui5 ([#56](https://github.com/graasp/graasp-auth/issues/56)) ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) - +- **ui:** use mui5 ([#56](https://github.com/graasp/graasp-auth/issues/56)) ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) ### Bug Fixes -* add ga code ([#59](https://github.com/graasp/graasp-auth/issues/59)) ([c069817](https://github.com/graasp/graasp-auth/commit/c069817245eb9697d8f55ff3593e57735c051fc5)) -* **deps:** use npm dependencies ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) -* **translations:** add missing translations ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) -* **translations:** change switch to previous account -> switch to another account ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) +- add ga code ([#59](https://github.com/graasp/graasp-auth/issues/59)) ([c069817](https://github.com/graasp/graasp-auth/commit/c069817245eb9697d8f55ff3593e57735c051fc5)) +- **deps:** use npm dependencies ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) +- **translations:** add missing translations ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) +- **translations:** change switch to previous account -> switch to another account ([e5fc0be](https://github.com/graasp/graasp-auth/commit/e5fc0be43ba4e6bd91424d94b833f62066358469)) ## [0.1.2](https://github.com/graasp/graasp-auth/compare/v0.1.1...v0.1.2) (2023-01-03) - ### Bug Fixes -* add ga in prod ([a293627](https://github.com/graasp/graasp-auth/commit/a29362793e1d4896635be4e83bfbbeef0bceaf79)) -* **analytics:** send google analytics when in prod ([b2f90be](https://github.com/graasp/graasp-auth/commit/b2f90bed16ff4007057bee5944268ee2d666eeea)) -* **ci:** add release-please ([80943e6](https://github.com/graasp/graasp-auth/commit/80943e68881733a414b7968548ef099dad5ce16e)) -* **ci:** add release-please ([#51](https://github.com/graasp/graasp-auth/issues/51)) ([80943e6](https://github.com/graasp/graasp-auth/commit/80943e68881733a414b7968548ef099dad5ce16e)) -* **style:** release-please workflow ([80943e6](https://github.com/graasp/graasp-auth/commit/80943e68881733a414b7968548ef099dad5ce16e)) +- add ga in prod ([a293627](https://github.com/graasp/graasp-auth/commit/a29362793e1d4896635be4e83bfbbeef0bceaf79)) +- **analytics:** send google analytics when in prod ([b2f90be](https://github.com/graasp/graasp-auth/commit/b2f90bed16ff4007057bee5944268ee2d666eeea)) +- **ci:** add release-please ([80943e6](https://github.com/graasp/graasp-auth/commit/80943e68881733a414b7968548ef099dad5ce16e)) +- **ci:** add release-please ([#51](https://github.com/graasp/graasp-auth/issues/51)) ([80943e6](https://github.com/graasp/graasp-auth/commit/80943e68881733a414b7968548ef099dad5ce16e)) +- **style:** release-please workflow ([80943e6](https://github.com/graasp/graasp-auth/commit/80943e68881733a414b7968548ef099dad5ce16e)) ### 0.1.1 (2022-11-16) ## 0.1.0 (2022-07-21) - ### Features -* add cdelivery caller workflow to graasp-deploy ([1ba6a61](https://github.com/graasp/graasp-auth/commit/1ba6a6155816fe7d9463805dfd9a4d790d9538e6)) -* add cdeployment caller workflow ([8bac41e](https://github.com/graasp/graasp-auth/commit/8bac41ed812bac9536f36264c36853c0a5a5e5e9)) -* add ci caller workflow to graasp-deploy ([e4c0018](https://github.com/graasp/graasp-auth/commit/e4c0018a275cd4d996f9ac501a317126629b058f)) -* add error message for login and register ([89a47bc](https://github.com/graasp/graasp-auth/commit/89a47bcbc20c13e82a6680c7e8078f0312cbdbea)) -* add functionality for password login ([5593b3a](https://github.com/graasp/graasp-auth/commit/5593b3ad08e224b19ff458a975513f4fffd37e3a)) -* add sign in and sign out components ([7cb0c65](https://github.com/graasp/graasp-auth/commit/7cb0c6542383da6f981aea0028a4ccc15ff09f74)) -* add sign in method selector ([dca309c](https://github.com/graasp/graasp-auth/commit/dca309c27da99abfbaddd62e34e14552bb1932f2)) -* allow to sign in by typing enter ([3b6ed4a](https://github.com/graasp/graasp-auth/commit/3b6ed4a00cab542f3cf9ee1d49529918262dbdbb)) -* cypress testing for validation ([b4f7230](https://github.com/graasp/graasp-auth/commit/b4f72307f7266a001c6b3d4c6fe9e2347904f843)) -* include required scripts to use standard-version ([14c4197](https://github.com/graasp/graasp-auth/commit/14c419786910a7ee7c7e32178701343a6ac57593)) -* new env variables ([6d3e943](https://github.com/graasp/graasp-auth/commit/6d3e943e0bb045b367002e038332eb01608b5658)) -* update staging versions in graasp deploy ([ad784d4](https://github.com/graasp/graasp-auth/commit/ad784d4337b5ec84ac160ff8344aacce9972e4c9)) -* validation for email and name ([712f9b1](https://github.com/graasp/graasp-auth/commit/712f9b1a9a25de7416c94d4e51e85003b88760e8)) - +- add cdelivery caller workflow to graasp-deploy ([1ba6a61](https://github.com/graasp/graasp-auth/commit/1ba6a6155816fe7d9463805dfd9a4d790d9538e6)) +- add cdeployment caller workflow ([8bac41e](https://github.com/graasp/graasp-auth/commit/8bac41ed812bac9536f36264c36853c0a5a5e5e9)) +- add ci caller workflow to graasp-deploy ([e4c0018](https://github.com/graasp/graasp-auth/commit/e4c0018a275cd4d996f9ac501a317126629b058f)) +- add error message for login and register ([89a47bc](https://github.com/graasp/graasp-auth/commit/89a47bcbc20c13e82a6680c7e8078f0312cbdbea)) +- add functionality for password login ([5593b3a](https://github.com/graasp/graasp-auth/commit/5593b3ad08e224b19ff458a975513f4fffd37e3a)) +- add sign in and sign out components ([7cb0c65](https://github.com/graasp/graasp-auth/commit/7cb0c6542383da6f981aea0028a4ccc15ff09f74)) +- add sign in method selector ([dca309c](https://github.com/graasp/graasp-auth/commit/dca309c27da99abfbaddd62e34e14552bb1932f2)) +- allow to sign in by typing enter ([3b6ed4a](https://github.com/graasp/graasp-auth/commit/3b6ed4a00cab542f3cf9ee1d49529918262dbdbb)) +- cypress testing for validation ([b4f7230](https://github.com/graasp/graasp-auth/commit/b4f72307f7266a001c6b3d4c6fe9e2347904f843)) +- include required scripts to use standard-version ([14c4197](https://github.com/graasp/graasp-auth/commit/14c419786910a7ee7c7e32178701343a6ac57593)) +- new env variables ([6d3e943](https://github.com/graasp/graasp-auth/commit/6d3e943e0bb045b367002e038332eb01608b5658)) +- update staging versions in graasp deploy ([ad784d4](https://github.com/graasp/graasp-auth/commit/ad784d4337b5ec84ac160ff8344aacce9972e4c9)) +- validation for email and name ([712f9b1](https://github.com/graasp/graasp-auth/commit/712f9b1a9a25de7416c94d4e51e85003b88760e8)) ### Bug Fixes -* add notifier for non existent password ([bcd10da](https://github.com/graasp/graasp-auth/commit/bcd10dacf454f9bbc5989f30603f6c412e37803c)) -* add response in Error and check status with http-status-codes ([9f6e348](https://github.com/graasp/graasp-auth/commit/9f6e348118e772d803c863f93a629c72caa9a78c)) -* change message to "already exists" ([96b4bff](https://github.com/graasp/graasp-auth/commit/96b4bffda56ecfa15fe06c635e433b5fe0739cd2)) -* ensures the email is always treated as lowercase ([0e4d2cd](https://github.com/graasp/graasp-auth/commit/0e4d2cd77ea97181faba19231db6b66a38e1177e)) -* fix typo ([3e65ea3](https://github.com/graasp/graasp-auth/commit/3e65ea332414c8b32221c76ceafde6bd702e6bbf)) -* fixed typo ([dd0c284](https://github.com/graasp/graasp-auth/commit/dd0c2847c92985516f94173110b7a5970ff52f13)) -* handle 303 status code ([c75b108](https://github.com/graasp/graasp-auth/commit/c75b1086f14e6d3b4f9e9178c93f4d0afa3b7857)) -* improvements based on pr comments ([e864a7a](https://github.com/graasp/graasp-auth/commit/e864a7a72c96e0d1b9a1553cd87f21dcef23aad1)) -* introduce variable for lowercased email ([b8a56fc](https://github.com/graasp/graasp-auth/commit/b8a56fce4d92280c3e4e39d970614022cef10cc0)) -* minor fixes ([ee0c5b2](https://github.com/graasp/graasp-auth/commit/ee0c5b2e94fcbb9fb7186ce025c94309e0343598)) -* redirect after successful login ([0ed58de](https://github.com/graasp/graasp-auth/commit/0ed58de260ffb56fc40c98bf853400500f030bda)) -* remove unnecessary library ([b105bb6](https://github.com/graasp/graasp-auth/commit/b105bb61d7326d703a6c613c7b313400f11822e1)) -* solved error in cdelivery workflow ([d4e03e9](https://github.com/graasp/graasp-auth/commit/d4e03e9d109ac94570c18989158fcf71d7a9283a)) -* solved error in ci workflow ([cbf1ce0](https://github.com/graasp/graasp-auth/commit/cbf1ce00a321167f2e1c77ab0af111ca8222ad7f)) -* update endpoint name ([a798872](https://github.com/graasp/graasp-auth/commit/a798872f1b5b8b89f12e51afb89722a280d89a2c)) -* update sha workflow reference ([a0aa4a7](https://github.com/graasp/graasp-auth/commit/a0aa4a765aa490a7de447464204faec4e9639abe)) -* update sha workflow reference ([93c5391](https://github.com/graasp/graasp-auth/commit/93c5391704816dcd99861805a9440255a3aaf26c)) -* update standard-version dependency ([b6c79af](https://github.com/graasp/graasp-auth/commit/b6c79af8a9dd7105f661e64ab5f428723db9abd5)) -* update yarn.lock ([a5da6b8](https://github.com/graasp/graasp-auth/commit/a5da6b841c5914e32767de3f250a0a8b4467ad8c)) -* update yarn.lock ([1952dd6](https://github.com/graasp/graasp-auth/commit/1952dd6af006781df7d9fd2afd2e90b39e6f868f)) -* use env var to toggle notifications visibility ([c015fde](https://github.com/graasp/graasp-auth/commit/c015fdea00319ef2dc01c58f1f3f9b2132450f35)) -* wrong secret names ([060251f](https://github.com/graasp/graasp-auth/commit/060251f36558dfcfe39d90060f518ba162d6aeab)) - +- add notifier for non existent password ([bcd10da](https://github.com/graasp/graasp-auth/commit/bcd10dacf454f9bbc5989f30603f6c412e37803c)) +- add response in Error and check status with http-status-codes ([9f6e348](https://github.com/graasp/graasp-auth/commit/9f6e348118e772d803c863f93a629c72caa9a78c)) +- change message to "already exists" ([96b4bff](https://github.com/graasp/graasp-auth/commit/96b4bffda56ecfa15fe06c635e433b5fe0739cd2)) +- ensures the email is always treated as lowercase ([0e4d2cd](https://github.com/graasp/graasp-auth/commit/0e4d2cd77ea97181faba19231db6b66a38e1177e)) +- fix typo ([3e65ea3](https://github.com/graasp/graasp-auth/commit/3e65ea332414c8b32221c76ceafde6bd702e6bbf)) +- fixed typo ([dd0c284](https://github.com/graasp/graasp-auth/commit/dd0c2847c92985516f94173110b7a5970ff52f13)) +- handle 303 status code ([c75b108](https://github.com/graasp/graasp-auth/commit/c75b1086f14e6d3b4f9e9178c93f4d0afa3b7857)) +- improvements based on pr comments ([e864a7a](https://github.com/graasp/graasp-auth/commit/e864a7a72c96e0d1b9a1553cd87f21dcef23aad1)) +- introduce variable for lowercased email ([b8a56fc](https://github.com/graasp/graasp-auth/commit/b8a56fce4d92280c3e4e39d970614022cef10cc0)) +- minor fixes ([ee0c5b2](https://github.com/graasp/graasp-auth/commit/ee0c5b2e94fcbb9fb7186ce025c94309e0343598)) +- redirect after successful login ([0ed58de](https://github.com/graasp/graasp-auth/commit/0ed58de260ffb56fc40c98bf853400500f030bda)) +- remove unnecessary library ([b105bb6](https://github.com/graasp/graasp-auth/commit/b105bb61d7326d703a6c613c7b313400f11822e1)) +- solved error in cdelivery workflow ([d4e03e9](https://github.com/graasp/graasp-auth/commit/d4e03e9d109ac94570c18989158fcf71d7a9283a)) +- solved error in ci workflow ([cbf1ce0](https://github.com/graasp/graasp-auth/commit/cbf1ce00a321167f2e1c77ab0af111ca8222ad7f)) +- update endpoint name ([a798872](https://github.com/graasp/graasp-auth/commit/a798872f1b5b8b89f12e51afb89722a280d89a2c)) +- update sha workflow reference ([a0aa4a7](https://github.com/graasp/graasp-auth/commit/a0aa4a765aa490a7de447464204faec4e9639abe)) +- update sha workflow reference ([93c5391](https://github.com/graasp/graasp-auth/commit/93c5391704816dcd99861805a9440255a3aaf26c)) +- update standard-version dependency ([b6c79af](https://github.com/graasp/graasp-auth/commit/b6c79af8a9dd7105f661e64ab5f428723db9abd5)) +- update yarn.lock ([a5da6b8](https://github.com/graasp/graasp-auth/commit/a5da6b841c5914e32767de3f250a0a8b4467ad8c)) +- update yarn.lock ([1952dd6](https://github.com/graasp/graasp-auth/commit/1952dd6af006781df7d9fd2afd2e90b39e6f868f)) +- use env var to toggle notifications visibility ([c015fde](https://github.com/graasp/graasp-auth/commit/c015fdea00319ef2dc01c58f1f3f9b2132450f35)) +- wrong secret names ([060251f](https://github.com/graasp/graasp-auth/commit/060251f36558dfcfe39d90060f518ba162d6aeab)) ### Continuous Integration -* add dist script ([445408b](https://github.com/graasp/graasp-auth/commit/445408b2317f1c963eac45ee4009b5c76ad75469)) -* run cypress tests on push ([a0f94b8](https://github.com/graasp/graasp-auth/commit/a0f94b88a0d96ef72bd8e22384b991cabe496b10)) -* upgrade to yarn 3 ([3367899](https://github.com/graasp/graasp-auth/commit/3367899faeb486a9e4df1c03a2a687a54f6b8f13)) - +- add dist script ([445408b](https://github.com/graasp/graasp-auth/commit/445408b2317f1c963eac45ee4009b5c76ad75469)) +- run cypress tests on push ([a0f94b8](https://github.com/graasp/graasp-auth/commit/a0f94b88a0d96ef72bd8e22384b991cabe496b10)) +- upgrade to yarn 3 ([3367899](https://github.com/graasp/graasp-auth/commit/3367899faeb486a9e4df1c03a2a687a54f6b8f13)) ### Tests -* add password sign in validation tests ([7fa5ab3](https://github.com/graasp/graasp-auth/commit/7fa5ab32862bffd9e133df74da3226ac685dae44)) +- add password sign in validation tests ([7fa5ab3](https://github.com/graasp/graasp-auth/commit/7fa5ab32862bffd9e133df74da3226ac685dae44)) diff --git a/package.json b/package.json index 5ddfb2c3..760f0d7b 100644 --- a/package.json +++ b/package.json @@ -15,14 +15,16 @@ "@emotion/styled": "11.11.5", "@graasp/query-client": "3.15.0", "@graasp/sdk": "4.17.0", + "@graasp/stylis-plugin-rtl": "^2", "@graasp/translations": "1.32.0", - "@graasp/ui": "4.21.0", + "@graasp/ui": "https://github.com/lnco-epfl/graasp-ui#1-update-ui-for-lnco-graasp", "@mui/icons-material": "5.16.1", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.16.1", "@sentry/react": "7.118.0", "http-status-codes": "2.3.0", "i18next": "23.12.1", + "lucide-react": "^0.417.0 || ^0.429.0 || ^0.436.0 || ^0.439.0 || ^0.441.0", "react": "18.3.1", "react-dom": "18.3.1", "react-ga4": "2.1.0", diff --git a/public/epfl-logo.svg b/public/epfl-logo.svg new file mode 100644 index 00000000..2abe0384 --- /dev/null +++ b/public/epfl-logo.svg @@ -0,0 +1 @@ +epfl-logo-new \ No newline at end of file diff --git a/public/lnco-logo.png b/public/lnco-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..634a3ac86ffee614ebe869c3cdef29e5df437cc0 GIT binary patch literal 35926 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 QDFz_$boFyt=akR{0DqL0;Q#;t literal 0 HcmV?d00001 diff --git a/src/Root.tsx b/src/Root.tsx index 80b59e31..ad124553 100644 --- a/src/Root.tsx +++ b/src/Root.tsx @@ -19,15 +19,10 @@ import { RecaptchaProvider } from './context/RecaptchaContext'; const Content = () => { const { i18n } = useCommonTranslation(); - + // The Graasp SDK has the Language Selector hidden in the code of the MUI ThemeProvider, which has a hard-coded style. To continue to use Graasp SDK with a custom style, but retain the Language Selector, I first use the Graasp Theme Provider to create the standard Graasp Theme with Language Selector and then override the Theme using the MUI Themeprovider return ( - - + + {SHOW_NOTIFICATIONS && } diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a941c7e7..9ea57ddb 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -15,7 +15,7 @@ const Footer = () => { > {languageSelect} - © Graasp 2014 - {new Date().getFullYear()} + © LNCO 2024 - {new Date().getFullYear()} ); diff --git a/src/components/FullscreenContainer.tsx b/src/components/FullscreenContainer.tsx index 98bae973..dcffe0e3 100644 --- a/src/components/FullscreenContainer.tsx +++ b/src/components/FullscreenContainer.tsx @@ -13,7 +13,7 @@ const FullscreenContainer = ({ children }: Props): JSX.Element => ( margin="auto" alignItems="center" justifyContent="space-between" - bgcolor="#f6f7fb" + bgcolor="rgba(0,0,0,0.08)" minHeight="100svh" sx={{ backgroundImage: `url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23f2f2ff' fill-opacity='0.82' fill-rule='evenodd'/%3E%3C/svg%3E")`, @@ -25,12 +25,12 @@ const FullscreenContainer = ({ children }: Props): JSX.Element => ( {children} diff --git a/src/components/SignIn.tsx b/src/components/SignIn.tsx index 49ede74a..620540be 100644 --- a/src/components/SignIn.tsx +++ b/src/components/SignIn.tsx @@ -2,10 +2,10 @@ import React, { FC, useState } from 'react'; import { Link, useLocation } from 'react-router-dom'; import { RecaptchaAction } from '@graasp/sdk'; -import { Button, GraaspLogo } from '@graasp/ui'; +import { Button } from '@graasp/ui'; import { LoadingButton } from '@mui/lab'; -import { Stack, useTheme } from '@mui/material'; +import { Stack } from '@mui/material'; import Box from '@mui/material/Box'; import FormControl from '@mui/material/FormControl'; import Typography from '@mui/material/Typography'; @@ -46,7 +46,6 @@ const { const SignIn: FC = () => { const { t } = useAuthTranslation(); const { executeCaptcha } = useRecaptcha(); - const theme = useTheme(); const { isMobile, challenge } = useMobileAppLogin(); const { search } = useLocation(); @@ -249,7 +248,9 @@ const SignIn: FC = () => { )} - {t(SIGN_UP_LINK_TEXT)} + + {t(SIGN_UP_LINK_TEXT)} + ); @@ -270,11 +271,13 @@ const SignIn: FC = () => { ) : ( - - + LNCO Logo + {t(SIGN_IN_HEADER)} @@ -285,6 +288,7 @@ const SignIn: FC = () => { disabled={signInMethod === SIGN_IN_METHODS.EMAIL} onClick={handleSignInMethod} id={EMAIL_SIGN_IN_METHOD_BUTTON_ID} + color={'secondary'} > {t(EMAIL_SIGN_IN_METHOD)} @@ -293,6 +297,7 @@ const SignIn: FC = () => { disabled={signInMethod === SIGN_IN_METHODS.PASSWORD} onClick={handleSignInMethod} id={PASSWORD_SIGN_IN_METHOD_BUTTON_ID} + color={'secondary'} > {t(PASSWORD_SIGN_IN_METHOD)} diff --git a/src/components/SignUp.tsx b/src/components/SignUp.tsx index 20e5f1ed..862459d6 100644 --- a/src/components/SignUp.tsx +++ b/src/components/SignUp.tsx @@ -6,10 +6,9 @@ import { MIN_USERNAME_LENGTH, RecaptchaAction, } from '@graasp/sdk'; -import { GraaspLogo } from '@graasp/ui'; import { LoadingButton } from '@mui/lab'; -import { FormControl, LinearProgress, Stack, useTheme } from '@mui/material'; +import { FormControl, LinearProgress, Stack } from '@mui/material'; import Typography from '@mui/material/Typography'; import { useAuthTranslation } from '../config/i18n'; @@ -46,7 +45,6 @@ const { const SignUp = () => { const { t, i18n } = useAuthTranslation(); const { executeCaptcha } = useRecaptcha(); - const theme = useTheme(); const { isMobile, challenge } = useMobileAppLogin(); const redirect = useRedirection(); @@ -160,9 +158,9 @@ const SignUp = () => { } return ( - + - + LNCO Logo { - + {t(SIGN_IN_LINK_TEXT)} diff --git a/yarn.lock b/yarn.lock index 13f23124..3dd190c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,13 +5,6 @@ __metadata: version: 8 cacheKey: 10 -"@aashutoshrathi/word-wrap@npm:^1.2.3": - version: 1.2.6 - resolution: "@aashutoshrathi/word-wrap@npm:1.2.6" - checksum: 10/6eebd12a5cd03cee38fcb915ef9f4ea557df6a06f642dfc7fe8eb4839eb5c9ca55a382f3604d52c14200b0c214c12af5e1f23d2a6d8e23ef2d016b105a9d6c0a - languageName: node - linkType: hard - "@adobe/css-tools@npm:^4.4.0": version: 4.4.0 resolution: "@adobe/css-tools@npm:4.4.0" @@ -19,86 +12,17 @@ __metadata: languageName: node linkType: hard -"@ag-grid-community/client-side-row-model@npm:31.3.2": - version: 31.3.2 - resolution: "@ag-grid-community/client-side-row-model@npm:31.3.2" - dependencies: - "@ag-grid-community/core": "npm:31.3.2" - tslib: "npm:^2.3.0" - checksum: 10/305c8d46604c35f7e8d6ee8fad1db1d14babb4eff40c2c457abd4134f4a43eb81cbdcc1c3343ddabd3af166efaf19750d654195faa01ab9d6906192a0f7422e0 - languageName: node - linkType: hard - -"@ag-grid-community/core@npm:31.3.2": - version: 31.3.2 - resolution: "@ag-grid-community/core@npm:31.3.2" - dependencies: - tslib: "npm:^2.3.0" - checksum: 10/1293814e121c08527ca07f544d9c58e7e35db08f42111363f714f38c56db943273942f00cc42714c462f8091e1c987c8d492232e82c91da731dfb280219d031a - languageName: node - linkType: hard - -"@ag-grid-community/react@npm:^31.3.2": - version: 31.3.2 - resolution: "@ag-grid-community/react@npm:31.3.2" - dependencies: - prop-types: "npm:^15.8.1" - peerDependencies: - "@ag-grid-community/core": 31.3.2 - react: ^16.3.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0 - checksum: 10/bdbeedd0e6072dd321beb9f3474b94bbc5bee1b016395f46867231ff7981e8d7a28b7a26c8fb41e050c9e5bc5055d37981ba6ea5dcb2074507d593501cd09ca6 - languageName: node - linkType: hard - -"@ag-grid-community/styles@npm:^31.3.2": - version: 31.3.2 - resolution: "@ag-grid-community/styles@npm:31.3.2" - checksum: 10/b651750803577419e6bbbc45b64d717d64c500332364f4523f84d9d384351f69a7d8eb83bd8343a4ec1530b0db0f26288e91e69516c6ade6e5f7dcf9a7e3078c - languageName: node - linkType: hard - "@ampproject/remapping@npm:^2.2.0": - version: 2.2.1 - resolution: "@ampproject/remapping@npm:2.2.1" - dependencies: - "@jridgewell/gen-mapping": "npm:^0.3.0" - "@jridgewell/trace-mapping": "npm:^0.3.9" - checksum: 10/e15fecbf3b54c988c8b4fdea8ef514ab482537e8a080b2978cc4b47ccca7140577ca7b65ad3322dcce65bc73ee6e5b90cbfe0bbd8c766dad04d5c62ec9634c42 - languageName: node - linkType: hard - -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.13": - version: 7.22.13 - resolution: "@babel/code-frame@npm:7.22.13" - dependencies: - "@babel/highlight": "npm:^7.22.13" - chalk: "npm:^2.4.2" - checksum: 10/bf6ae6ba3a510adfda6a211b4a89b0f1c98ca1352b745c077d113f3b568141e0d44ce750b9ac2a80143ba5c8c4080c50fcfc1aa11d86e194ea6785f62520eb5a - languageName: node - linkType: hard - -"@babel/code-frame@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/code-frame@npm:7.23.5" - dependencies: - "@babel/highlight": "npm:^7.23.4" - chalk: "npm:^2.4.2" - checksum: 10/44e58529c9d93083288dc9e649c553c5ba997475a7b0758cc3ddc4d77b8a7d985dbe78cc39c9bbc61f26d50af6da1ddf0a3427eae8cc222a9370619b671ed8f5 - languageName: node - linkType: hard - -"@babel/code-frame@npm:^7.24.1, @babel/code-frame@npm:^7.24.2": - version: 7.24.2 - resolution: "@babel/code-frame@npm:7.24.2" + version: 2.3.0 + resolution: "@ampproject/remapping@npm:2.3.0" dependencies: - "@babel/highlight": "npm:^7.24.2" - picocolors: "npm:^1.0.0" - checksum: 10/7db8f5b36ffa3f47a37f58f61e3d130b9ecad21961f3eede7e2a4ac2c7e4a5efb6e9d03a810c669bc986096831b6c0dfc2c3082673d93351b82359c1b03e0590 + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.24" + checksum: 10/f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab languageName: node linkType: hard -"@babel/code-frame@npm:^7.24.7": +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.24.7": version: 7.24.7 resolution: "@babel/code-frame@npm:7.24.7" dependencies: @@ -108,130 +32,47 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9, @babel/compat-data@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/compat-data@npm:7.23.3" - checksum: 10/a3d6c728150c8eb124a77227176723dfd7fd807e731c5bd01d041ae9e6a4efce32f88e6479ad17df9883bb296e181e650aa0034df7e42a3ea130df4c9b0a26fa - languageName: node - linkType: hard - -"@babel/compat-data@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/compat-data@npm:7.23.5" - checksum: 10/088f14f646ecbddd5ef89f120a60a1b3389a50a9705d44603dca77662707d0175a5e0e0da3943c3298f1907a4ab871468656fbbf74bb7842cd8b0686b2c19736 +"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.2, @babel/compat-data@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/compat-data@npm:7.25.4" + checksum: 10/d37a8936cc355a9ca3050102e03d179bdae26bd2e5c99a977637376c192b23637a039795f153c849437a086727628c9860e2c6af92d7151396e2362c09176337 languageName: node linkType: hard -"@babel/compat-data@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/compat-data@npm:7.24.7" - checksum: 10/6edc09152ca51a22c33741c441f33f9475598fa59edc53369edb74b49f4ea4bef1281f5b0ed2b9b67fb66faef2da2069e21c4eef83405d8326e524b301f4e7e2 - languageName: node - linkType: hard - -"@babel/core@npm:^7.16.0, @babel/core@npm:^7.7.5": - version: 7.23.3 - resolution: "@babel/core@npm:7.23.3" - dependencies: - "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.22.13" - "@babel/generator": "npm:^7.23.3" - "@babel/helper-compilation-targets": "npm:^7.22.15" - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helpers": "npm:^7.23.2" - "@babel/parser": "npm:^7.23.3" - "@babel/template": "npm:^7.22.15" - "@babel/traverse": "npm:^7.23.3" - "@babel/types": "npm:^7.23.3" - convert-source-map: "npm:^2.0.0" - debug: "npm:^4.1.0" - gensync: "npm:^1.0.0-beta.2" - json5: "npm:^2.2.3" - semver: "npm:^6.3.1" - checksum: 10/f9e7016b62842d23f78c98dc31daa3bd9161c5770c1e9df0557f78186ed75fd2cfc8e7161975fe8c6ad147665b1881790139da91de34ec03cf8b9f6a256d86eb - languageName: node - linkType: hard - -"@babel/core@npm:^7.18.9": - version: 7.23.9 - resolution: "@babel/core@npm:7.23.9" - dependencies: - "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.23.5" - "@babel/generator": "npm:^7.23.6" - "@babel/helper-compilation-targets": "npm:^7.23.6" - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helpers": "npm:^7.23.9" - "@babel/parser": "npm:^7.23.9" - "@babel/template": "npm:^7.23.9" - "@babel/traverse": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" - convert-source-map: "npm:^2.0.0" - debug: "npm:^4.1.0" - gensync: "npm:^1.0.0-beta.2" - json5: "npm:^2.2.3" - semver: "npm:^6.3.1" - checksum: 10/268cdbb86bef1b8ea5b1300f2f325e56a1740a5051360cb228ffeaa0f80282b6674f3a2b4d6466adb0691183759b88d4c37b4a4f77232c84a49ed771c84cdc27 - languageName: node - linkType: hard - -"@babel/core@npm:^7.23.9": - version: 7.24.3 - resolution: "@babel/core@npm:7.24.3" - dependencies: - "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.24.2" - "@babel/generator": "npm:^7.24.1" - "@babel/helper-compilation-targets": "npm:^7.23.6" - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helpers": "npm:^7.24.1" - "@babel/parser": "npm:^7.24.1" - "@babel/template": "npm:^7.24.0" - "@babel/traverse": "npm:^7.24.1" - "@babel/types": "npm:^7.24.0" - convert-source-map: "npm:^2.0.0" - debug: "npm:^4.1.0" - gensync: "npm:^1.0.0-beta.2" - json5: "npm:^2.2.3" - semver: "npm:^6.3.1" - checksum: 10/3a7b9931fe0d93c500dcdb6b36f038b0f9d5090c048818e62aa8321c8f6e8ccc3d47373f0b40591c1fe3b13e5096bacabb1ade83f9f4d86f57878c39a9d1ade1 - languageName: node - linkType: hard - -"@babel/core@npm:^7.24.5": - version: 7.24.7 - resolution: "@babel/core@npm:7.24.7" +"@babel/core@npm:^7.16.0, @babel/core@npm:^7.18.9, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.5, @babel/core@npm:^7.7.5": + version: 7.25.2 + resolution: "@babel/core@npm:7.25.2" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.24.7" - "@babel/generator": "npm:^7.24.7" - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-module-transforms": "npm:^7.24.7" - "@babel/helpers": "npm:^7.24.7" - "@babel/parser": "npm:^7.24.7" - "@babel/template": "npm:^7.24.7" - "@babel/traverse": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.0" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-module-transforms": "npm:^7.25.2" + "@babel/helpers": "npm:^7.25.0" + "@babel/parser": "npm:^7.25.0" + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.2" + "@babel/types": "npm:^7.25.2" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10/ef8cc1afa3ccecee6d1f5660c487ccc2a3f25106830ea9040e80ef4b2092e053607ee4ddd03493e4f7ef2f9967a956ca53b830d54c5bee738eeb58cce679dd4a + checksum: 10/0d6ec10ff430df66f654c089d6f7ef1d9bed0c318ac257ad5f0dfa0caa45666011828ae75f998bcdb279763e892b091b2925d0bc483299e61649d2c7a2245e33 languageName: node linkType: hard "@babel/eslint-parser@npm:^7.16.3": - version: 7.23.3 - resolution: "@babel/eslint-parser@npm:7.23.3" + version: 7.25.1 + resolution: "@babel/eslint-parser@npm:7.25.1" dependencies: "@nicolo-ribaudo/eslint-scope-5-internals": "npm:5.1.1-v1" eslint-visitor-keys: "npm:^2.1.0" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.11.0 - eslint: ^7.5.0 || ^8.0.0 - checksum: 10/bc487f67aac64f1f8b351b8ec5e83bd1de5770e2e39c648d4df486e4079110f8594ef5b60b6e8379a9bb944dbbe5d96295f04fa47ef17901186568875b804b99 + eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 + checksum: 10/9a2ddab3accd391a1eb95cb1ea655daa8603515d0f17081c542db8621c6bbbc65aa3b9b96b779854eed80cc8664a8969d7ac54479e8738876c0be5d26fd66efa languageName: node linkType: hard @@ -246,174 +87,83 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.23.0, @babel/generator@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/generator@npm:7.23.3" - dependencies: - "@babel/types": "npm:^7.23.3" - "@jridgewell/gen-mapping": "npm:^0.3.2" - "@jridgewell/trace-mapping": "npm:^0.3.17" - jsesc: "npm:^2.5.1" - checksum: 10/0f815d275cb3de97ec4724b959b3c7a67b1cde1861eda6612b50c6ba22565f12536d1f004dd48e7bad5e059751950265c6ff546ef48b7a719a11d7b512f1e29d - languageName: node - linkType: hard - -"@babel/generator@npm:^7.23.6": - version: 7.23.6 - resolution: "@babel/generator@npm:7.23.6" - dependencies: - "@babel/types": "npm:^7.23.6" - "@jridgewell/gen-mapping": "npm:^0.3.2" - "@jridgewell/trace-mapping": "npm:^0.3.17" - jsesc: "npm:^2.5.1" - checksum: 10/864090d5122c0aa3074471fd7b79d8a880c1468480cbd28925020a3dcc7eb6e98bedcdb38983df299c12b44b166e30915b8085a7bc126e68fa7e2aadc7bd1ac5 - languageName: node - linkType: hard - -"@babel/generator@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/generator@npm:7.24.1" +"@babel/generator@npm:^7.23.0, @babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/generator@npm:7.25.6" dependencies: - "@babel/types": "npm:^7.24.0" + "@babel/types": "npm:^7.25.6" "@jridgewell/gen-mapping": "npm:^0.3.5" "@jridgewell/trace-mapping": "npm:^0.3.25" jsesc: "npm:^2.5.1" - checksum: 10/c6160e9cd63d7ed7168dee27d827f9c46fab820c45861a5df56cd5c78047f7c3fc97c341e9ccfa1a6f97c87ec2563d9903380b5f92794e3540a6c5f99eb8f075 + checksum: 10/541e4fbb6ea7806f44232d70f25bf09dee9a57fe43d559e375536870ca5261ebb4647fec3af40dcbb3325ea2a49aff040e12a4e6f88609eaa88f10c4e27e31f8 languageName: node linkType: hard -"@babel/generator@npm:^7.24.4, @babel/generator@npm:^7.24.7": +"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.24.7": version: 7.24.7 - resolution: "@babel/generator@npm:7.24.7" + resolution: "@babel/helper-annotate-as-pure@npm:7.24.7" dependencies: "@babel/types": "npm:^7.24.7" - "@jridgewell/gen-mapping": "npm:^0.3.5" - "@jridgewell/trace-mapping": "npm:^0.3.25" - jsesc: "npm:^2.5.1" - checksum: 10/c71d24a4b41b19c10d2f2eb819f27d4cf94220e2322f7c8fed8bfbbb115b2bebbdd6dc1f27dac78a175e90604def58d763af87e0fa81ce4ab1582858162cf768 - languageName: node - linkType: hard - -"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-annotate-as-pure@npm:7.22.5" - dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/53da330f1835c46f26b7bf4da31f7a496dee9fd8696cca12366b94ba19d97421ce519a74a837f687749318f94d1a37f8d1abcbf35e8ed22c32d16373b2f6198d - languageName: node - linkType: hard - -"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.22.15" - dependencies: - "@babel/types": "npm:^7.22.15" - checksum: 10/639c697a1c729f9fafa2dd4c9af2e18568190299b5907bd4c2d0bc818fcbd1e83ffeecc2af24327a7faa7ac4c34edd9d7940510a5e66296c19bad17001cf5c7a - languageName: node - linkType: hard - -"@babel/helper-compilation-targets@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-compilation-targets@npm:7.22.15" - dependencies: - "@babel/compat-data": "npm:^7.22.9" - "@babel/helper-validator-option": "npm:^7.22.15" - browserslist: "npm:^4.21.9" - lru-cache: "npm:^5.1.1" - semver: "npm:^6.3.1" - checksum: 10/9706decaa1591cf44511b6f3447eb9653b50ca3538215fe2e5387a8598c258c062f4622da5b95e61f0415706534deee619bbf53a2889f9bd967949b8f6024e0e - languageName: node - linkType: hard - -"@babel/helper-compilation-targets@npm:^7.22.6": - version: 7.22.9 - resolution: "@babel/helper-compilation-targets@npm:7.22.9" - dependencies: - "@babel/compat-data": "npm:^7.22.9" - "@babel/helper-validator-option": "npm:^7.22.5" - browserslist: "npm:^4.21.9" - lru-cache: "npm:^5.1.1" - semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/779510e4c2036fa9880c0ed7b77ce84e5926093e216dffa0044f31a146f0daae363c00d1cdda2250788edc8d6457b9bce6245c51d9f4161bb51e053c12c4b478 - languageName: node - linkType: hard - -"@babel/helper-compilation-targets@npm:^7.23.6": - version: 7.23.6 - resolution: "@babel/helper-compilation-targets@npm:7.23.6" - dependencies: - "@babel/compat-data": "npm:^7.23.5" - "@babel/helper-validator-option": "npm:^7.23.5" - browserslist: "npm:^4.22.2" - lru-cache: "npm:^5.1.1" - semver: "npm:^6.3.1" - checksum: 10/05595cd73087ddcd81b82d2f3297aac0c0422858dfdded43d304786cf680ec33e846e2317e6992d2c964ee61d93945cbf1fa8ec80b55aee5bfb159227fb02cb9 + checksum: 10/a9017bfc1c4e9f2225b967fbf818004703de7cf29686468b54002ffe8d6b56e0808afa20d636819fcf3a34b89ba72f52c11bdf1d69f303928ee10d92752cad95 languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.24.7": +"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.24.7": version: 7.24.7 - resolution: "@babel/helper-compilation-targets@npm:7.24.7" + resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.24.7" dependencies: - "@babel/compat-data": "npm:^7.24.7" - "@babel/helper-validator-option": "npm:^7.24.7" - browserslist: "npm:^4.22.2" - lru-cache: "npm:^5.1.1" - semver: "npm:^6.3.1" - checksum: 10/8f8bc89af70a606ccb208513aa25d83e19b88f91b64a33174f7701a9479e67ddbb0a9c89033265070375cd24e690b93380b3a3ea11e4b3a711d742f0f4699ee7 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/3ddff45d1e086c9c6dcef53ef46521a0c11ddb09fe3ab42dca5af6bb1b1703895a9f4f8056f49fdf53c2dbf6e5cf1ddb4baf17d7e3766c63f051ab8d60a919ee languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-create-class-features-plugin@npm:7.22.15" +"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.24.7, @babel/helper-compilation-targets@npm:^7.24.8, @babel/helper-compilation-targets@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-compilation-targets@npm:7.25.2" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-environment-visitor": "npm:^7.22.5" - "@babel/helper-function-name": "npm:^7.22.5" - "@babel/helper-member-expression-to-functions": "npm:^7.22.15" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" - "@babel/helper-replace-supers": "npm:^7.22.9" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.22.6" + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-validator-option": "npm:^7.24.8" + browserslist: "npm:^4.23.1" + lru-cache: "npm:^5.1.1" semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/000d29f1df397b7fdcb97ad0e9a442781787e5cb0456a9b8da690d13e03549a716bf74348029d3bd3fa4837b35d143a535cad1006f9d552063799ecdd96df672 + checksum: 10/eccb2d75923d2d4d596f9ff64716e8664047c4192f1b44c7d5c07701d4a3498ac2587a72ddae1046e65a501bc630eb7df4557958b08ec2dcf5b4a264a052f111 languageName: node linkType: hard -"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.5": - version: 7.22.9 - resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.9" +"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.24.7, @babel/helper-create-class-features-plugin@npm:^7.25.0, @babel/helper-create-class-features-plugin@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - regexpu-core: "npm:^5.3.1" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-member-expression-to-functions": "npm:^7.24.8" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.25.0" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.4" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/6f3475a7661bc34527201c07eeeec3077c8adab0ed74bff728dc479da6c74bb393b6121ddf590ef1671f3f508fab3c7792a5ada65672665d84db4556daebd210 + checksum: 10/47218da9fd964af30d41f0635d9e33eed7518e03aa8f10c3eb8a563bb2c14f52be3e3199db5912ae0e26058c23bb511c811e565c55ecec09427b04b867ed13c2 languageName: node linkType: hard -"@babel/helper-create-regexp-features-plugin@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15" +"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7, @babel/helper-create-regexp-features-plugin@npm:^7.25.0, @babel/helper-create-regexp-features-plugin@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.2" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" regexpu-core: "npm:^5.3.1" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/886b675e82f1327b4f7a2c69a68eefdb5dbb0b9d4762c2d4f42a694960a9ccf61e1a3bcad601efd92c110033eb1a944fcd1e5cac188aa6b2e2076b541e210e20 + checksum: 10/33dd627eef9e4229aba66789efd8fb7342fc2667b821d4b7947c7294f6d472cf025ff2db9b358a1e03de98376de44e839f0611a456a57127fd6e4b4dbfc96c51 languageName: node linkType: hard -"@babel/helper-define-polyfill-provider@npm:^0.4.3": - version: 0.4.3 - resolution: "@babel/helper-define-polyfill-provider@npm:0.4.3" +"@babel/helper-define-polyfill-provider@npm:^0.6.2": + version: 0.6.2 + resolution: "@babel/helper-define-polyfill-provider@npm:0.6.2" dependencies: "@babel/helper-compilation-targets": "npm:^7.22.6" "@babel/helper-plugin-utils": "npm:^7.22.5" @@ -422,18 +172,11 @@ __metadata: resolve: "npm:^1.14.2" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10/9ab9d6a2cfaffc44f8b7ad661b642b03f31597282557686b7f4c64f67acd3c5844d4eac028e63d238819bcec0549ddef7dc0539d10966ace96f4c61e97b33138 + checksum: 10/bb32ec12024d3f16e70641bc125d2534a97edbfdabbc9f69001ec9c4ce46f877c7a224c566aa6c8c510c3b0def2e43dc4433bf6a40896ba5ce0cef4ea5ccbcff languageName: node linkType: hard -"@babel/helper-environment-visitor@npm:^7.22.20, @babel/helper-environment-visitor@npm:^7.22.5": - version: 7.22.20 - resolution: "@babel/helper-environment-visitor@npm:7.22.20" - checksum: 10/d80ee98ff66f41e233f36ca1921774c37e88a803b2f7dca3db7c057a5fea0473804db9fb6729e5dbfd07f4bed722d60f7852035c2c739382e84c335661590b69 - languageName: node - linkType: hard - -"@babel/helper-environment-visitor@npm:^7.24.7": +"@babel/helper-environment-visitor@npm:^7.22.20": version: 7.24.7 resolution: "@babel/helper-environment-visitor@npm:7.24.7" dependencies: @@ -442,17 +185,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-function-name@npm:^7.22.5, @babel/helper-function-name@npm:^7.23.0": - version: 7.23.0 - resolution: "@babel/helper-function-name@npm:7.23.0" - dependencies: - "@babel/template": "npm:^7.22.15" - "@babel/types": "npm:^7.23.0" - checksum: 10/7b2ae024cd7a09f19817daf99e0153b3bf2bc4ab344e197e8d13623d5e36117ed0b110914bc248faa64e8ccd3e97971ec7b41cc6fd6163a2b980220c58dcdf6d - languageName: node - linkType: hard - -"@babel/helper-function-name@npm:^7.24.7": +"@babel/helper-function-name@npm:^7.23.0": version: 7.24.7 resolution: "@babel/helper-function-name@npm:7.24.7" dependencies: @@ -463,15 +196,6 @@ __metadata: linkType: hard "@babel/helper-hoist-variables@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-hoist-variables@npm:7.22.5" - dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/394ca191b4ac908a76e7c50ab52102669efe3a1c277033e49467913c7ed6f7c64d7eacbeabf3bed39ea1f41731e22993f763b1edce0f74ff8563fd1f380d92cc - languageName: node - linkType: hard - -"@babel/helper-hoist-variables@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-hoist-variables@npm:7.24.7" dependencies: @@ -480,43 +204,17 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.22.15": - version: 7.23.0 - resolution: "@babel/helper-member-expression-to-functions@npm:7.23.0" - dependencies: - "@babel/types": "npm:^7.23.0" - checksum: 10/325feb6e200478c8cd6e10433fabe993a7d3315cc1a2a457e45514a5f95a73dff4c69bea04cc2daea0ffe72d8ed85d504b3f00b2e0767b7d4f5ae25fec9b35b2 - languageName: node - linkType: hard - -"@babel/helper-member-expression-to-functions@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-member-expression-to-functions@npm:7.22.5" - dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/bb51f195c17d8d98ca5fda630fed436643d27f094f3c936f670b43cb05865f192900f455ffb730c8d4310702b2211996a90354fd55ae8659b096bc6c75d36ec5 - languageName: node - linkType: hard - -"@babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-module-imports@npm:7.22.5" +"@babel/helper-member-expression-to-functions@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-member-expression-to-functions@npm:7.24.8" dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/d8296447c0cdc3c02417ba32864da3374e53bd2763a6c404aae118987c222c47238d9d1f4fd2a88250a85e0a68eff38d878c491b00c56d9bd20e809f91eb41b4 + "@babel/traverse": "npm:^7.24.8" + "@babel/types": "npm:^7.24.8" + checksum: 10/ac878761cfd0a46c081cda0da75cc186f922cf16e8ecdd0c4fb6dca4330d9fe4871b41a9976224cf9669c9e7fe0421b5c27349f2e99c125fa0be871b327fa770 languageName: node linkType: hard -"@babel/helper-module-imports@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-module-imports@npm:7.22.15" - dependencies: - "@babel/types": "npm:^7.22.15" - checksum: 10/5ecf9345a73b80c28677cfbe674b9f567bb0d079e37dcba9055e36cb337db24ae71992a58e1affa9d14a60d3c69907d30fe1f80aea105184501750a58d15c81c - languageName: node - linkType: hard - -"@babel/helper-module-imports@npm:^7.24.7": +"@babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-module-imports@npm:7.24.7" dependencies: @@ -526,104 +224,59 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/helper-module-transforms@npm:7.23.3" +"@babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-module-transforms@npm:7.25.2" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-module-imports": "npm:^7.22.15" - "@babel/helper-simple-access": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/helper-validator-identifier": "npm:^7.22.20" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/583fa580f8e50e6f45c4f46aa76a8e49c2528deb84e25f634d66461b9a0e2420e13979b0a607b67aef67eaf8db8668eb9edc038b4514b16e3879fe09e8fd294b - languageName: node - linkType: hard - -"@babel/helper-module-transforms@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/helper-module-transforms@npm:7.24.7" - dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.7" "@babel/helper-module-imports": "npm:^7.24.7" "@babel/helper-simple-access": "npm:^7.24.7" - "@babel/helper-split-export-declaration": "npm:^7.24.7" "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.2" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/4f2b232bf6d1be8d3a72b084a2a7ac1b0b93ea85717411a11ae1fb6375d4392019e781d8cc155789e649a2caa7eec378dd1404210603d6d4230f042c5feacffb + checksum: 10/a3bcf7815f3e9d8b205e0af4a8d92603d685868e45d119b621357e274996bf916216bb95ab5c6a60fde3775b91941555bf129d608e3d025b04f8aac84589f300 languageName: node linkType: hard -"@babel/helper-optimise-call-expression@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-optimise-call-expression@npm:7.22.5" - dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/c70ef6cc6b6ed32eeeec4482127e8be5451d0e5282d5495d5d569d39eb04d7f1d66ec99b327f45d1d5842a9ad8c22d48567e93fc502003a47de78d122e355f7c - languageName: node - linkType: hard - -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": - version: 7.22.5 - resolution: "@babel/helper-plugin-utils@npm:7.22.5" - checksum: 10/ab220db218089a2aadd0582f5833fd17fa300245999f5f8784b10f5a75267c4e808592284a29438a0da365e702f05acb369f99e1c915c02f9f9210ec60eab8ea - languageName: node - linkType: hard - -"@babel/helper-plugin-utils@npm:^7.24.7": +"@babel/helper-optimise-call-expression@npm:^7.24.7": version: 7.24.7 - resolution: "@babel/helper-plugin-utils@npm:7.24.7" - checksum: 10/dad51622f0123fdba4e2d40a81a6b7d6ef4b1491b2f92fd9749447a36bde809106cf117358705057a2adc8fd73d5dc090222e0561b1213dae8601c8367f5aac8 + resolution: "@babel/helper-optimise-call-expression@npm:7.24.7" + dependencies: + "@babel/types": "npm:^7.24.7" + checksum: 10/da7a7f2d1bb1be4cffd5fa820bd605bc075c7dd014e0458f608bb6f34f450fe9412c8cea93e788227ab396e0e02c162d7b1db3fbcb755a6360e354c485d61df0 languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.22.20": - version: 7.22.20 - resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-wrap-function": "npm:^7.22.20" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10/2fe6300a6f1b58211dffa0aed1b45d4958506d096543663dba83bd9251fe8d670fa909143a65b45e72acb49e7e20fbdb73eae315d9ddaced467948c3329986e7 +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": + version: 7.24.8 + resolution: "@babel/helper-plugin-utils@npm:7.24.8" + checksum: 10/adbc9fc1142800a35a5eb0793296924ee8057fe35c61657774208670468a9fbfbb216f2d0bc46c680c5fefa785e5ff917cc1674b10bd75cdf9a6aa3444780630 languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.22.20": - version: 7.22.20 - resolution: "@babel/helper-replace-supers@npm:7.22.20" +"@babel/helper-remap-async-to-generator@npm:^7.24.7, @babel/helper-remap-async-to-generator@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-member-expression-to-functions": "npm:^7.22.15" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-wrap-function": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/617666f57b0f94a2f430ee66b67c8f6fa94d4c22400f622947580d8f3638ea34b71280af59599ed4afbb54ae6e2bdd4f9083fe0e341184a4bb0bd26ef58d3017 + checksum: 10/6b1ab73a067008c92e2fe5b7a9f39aab32e7f5a8c5eaf0a864436c21791f708ad8619d4a509febdfe934aeb373af4baa7c7d9f41181b385e09f39eaf11ca108e languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.22.9": - version: 7.22.9 - resolution: "@babel/helper-replace-supers@npm:7.22.9" +"@babel/helper-replace-supers@npm:^7.24.7, @babel/helper-replace-supers@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-replace-supers@npm:7.25.0" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.5" - "@babel/helper-member-expression-to-functions": "npm:^7.22.5" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" + "@babel/helper-member-expression-to-functions": "npm:^7.24.8" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.0" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/b5a740a95f12250b67afe30574ad60fa44175db92441658c6c3e8f473fcb8f8eaffd24fdad436cdfa1beee21b470d1190d64a0bb97b444525ca952e6cc081dc9 - languageName: node - linkType: hard - -"@babel/helper-simple-access@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-simple-access@npm:7.22.5" - dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/7d5430eecf880937c27d1aed14245003bd1c7383ae07d652b3932f450f60bfcf8f2c1270c593ab063add185108d26198c69d1aca0e6fb7c6fdada4bcf72ab5b7 + checksum: 10/97c6c17780cb9692132f7243f5a21fb6420104cb8ff8752dc03cfc9a1912a243994c0290c77ff096637ab6f2a7363b63811cfc68c2bad44e6b39460ac2f6a63f languageName: node linkType: hard @@ -637,25 +290,17 @@ __metadata: languageName: node linkType: hard -"@babel/helper-skip-transparent-expression-wrappers@npm:^7.20.0, @babel/helper-skip-transparent-expression-wrappers@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.22.5" +"@babel/helper-skip-transparent-expression-wrappers@npm:^7.20.0, @babel/helper-skip-transparent-expression-wrappers@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/1012ef2295eb12dc073f2b9edf3425661e9b8432a3387e62a8bc27c42963f1f216ab3124228015c748770b2257b4f1fda882ca8fa34c0bf485e929ae5bc45244 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/784a6fdd251a9a7e42ccd04aca087ecdab83eddc60fda76a2950e00eb239cc937d3c914266f0cc476298b52ac3f44ffd04c358e808bd17552a7e008d75494a77 languageName: node linkType: hard "@babel/helper-split-export-declaration@npm:^7.22.6": - version: 7.22.6 - resolution: "@babel/helper-split-export-declaration@npm:7.22.6" - dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10/e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921 - languageName: node - linkType: hard - -"@babel/helper-split-export-declaration@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-split-export-declaration@npm:7.24.7" dependencies: @@ -664,161 +309,45 @@ __metadata: languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-string-parser@npm:7.22.5" - checksum: 10/7f275a7f1a9504da06afc33441e219796352a4a3d0288a961bc14d1e30e06833a71621b33c3e60ee3ac1ff3c502d55e392bcbc0665f6f9d2629809696fab7cdd +"@babel/helper-string-parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-string-parser@npm:7.24.8" + checksum: 10/6d1bf8f27dd725ce02bdc6dffca3c95fb9ab8a06adc2edbd9c1c9d68500274230d1a609025833ed81981eff560045b6b38f7b4c6fb1ab19fc90e5004e3932535 languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.23.4": - version: 7.23.4 - resolution: "@babel/helper-string-parser@npm:7.23.4" - checksum: 10/c352082474a2ee1d2b812bd116a56b2e8b38065df9678a32a535f151ec6f58e54633cc778778374f10544b930703cca6ddf998803888a636afa27e2658068a9c - languageName: node - linkType: hard - -"@babel/helper-string-parser@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/helper-string-parser@npm:7.24.7" - checksum: 10/603d8d962bbe89907aa99a8f19a006759ab7b2464615f20a6a22e3e2e8375af37ddd0e5175c9e622e1c4b2d83607ffb41055a59d0ce34404502af30fde573a5c - languageName: node - linkType: hard - -"@babel/helper-validator-identifier@npm:^7.16.7, @babel/helper-validator-identifier@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-validator-identifier@npm:7.22.5" - checksum: 10/12cb7d4535b3f8d109a446f7bef08d20eebe94fd97b534cd415c936ab342e9634edc5c99961af976bd78bcae6e6ec4b2ab8483d0da2ac5926fbe9f7dd9ab28ab - languageName: node - linkType: hard - -"@babel/helper-validator-identifier@npm:^7.22.19, @babel/helper-validator-identifier@npm:^7.22.20": - version: 7.22.20 - resolution: "@babel/helper-validator-identifier@npm:7.22.20" - checksum: 10/df882d2675101df2d507b95b195ca2f86a3ef28cb711c84f37e79ca23178e13b9f0d8b522774211f51e40168bf5142be4c1c9776a150cddb61a0d5bf3e95750b - languageName: node - linkType: hard - -"@babel/helper-validator-identifier@npm:^7.24.7": +"@babel/helper-validator-identifier@npm:^7.16.7, @babel/helper-validator-identifier@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-validator-identifier@npm:7.24.7" checksum: 10/86875063f57361471b531dbc2ea10bbf5406e12b06d249b03827d361db4cad2388c6f00936bcd9dc86479f7e2c69ea21412c2228d4b3672588b754b70a449d4b languageName: node linkType: hard -"@babel/helper-validator-option@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/helper-validator-option@npm:7.22.15" - checksum: 10/68da52b1e10002a543161494c4bc0f4d0398c8fdf361d5f7f4272e95c45d5b32d974896d44f6a0ea7378c9204988879d73613ca683e13bd1304e46d25ff67a8d - languageName: node - linkType: hard - -"@babel/helper-validator-option@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-validator-option@npm:7.22.5" - checksum: 10/bbeca8a85ee86990215c0424997438b388b8d642d69b9f86c375a174d3cdeb270efafd1ff128bc7a1d370923d13b6e45829ba8581c027620e83e3a80c5c414b3 - languageName: node - linkType: hard - -"@babel/helper-validator-option@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/helper-validator-option@npm:7.23.5" - checksum: 10/537cde2330a8aede223552510e8a13e9c1c8798afee3757995a7d4acae564124fe2bf7e7c3d90d62d3657434a74340a274b3b3b1c6f17e9a2be1f48af29cb09e - languageName: node - linkType: hard - -"@babel/helper-validator-option@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/helper-validator-option@npm:7.24.7" - checksum: 10/9689166bf3f777dd424c026841c8cd651e41b21242dbfd4569a53086179a3e744c8eddd56e9d10b54142270141c91581b53af0d7c00c82d552d2540e2a919f7e - languageName: node - linkType: hard - -"@babel/helper-wrap-function@npm:^7.22.20": - version: 7.22.20 - resolution: "@babel/helper-wrap-function@npm:7.22.20" - dependencies: - "@babel/helper-function-name": "npm:^7.22.5" - "@babel/template": "npm:^7.22.15" - "@babel/types": "npm:^7.22.19" - checksum: 10/b22e4666dec3d401bdf8ebd01d448bb3733617dae5aa6fbd1b684a22a35653cca832edd876529fd139577713b44fb89b4f5e52b7315ab218620f78b8a8ae23de - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.23.2": - version: 7.23.2 - resolution: "@babel/helpers@npm:7.23.2" - dependencies: - "@babel/template": "npm:^7.22.15" - "@babel/traverse": "npm:^7.23.2" - "@babel/types": "npm:^7.23.0" - checksum: 10/d66d949d41513f19e62e43a9426e283d46bc9a3c72f1e3dd136568542382edd411047403458aaa0ae3adf7c14d23e0e9a1126092bb56e72ba796a6dd7e4c082a - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/helpers@npm:7.23.9" - dependencies: - "@babel/template": "npm:^7.23.9" - "@babel/traverse": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" - checksum: 10/dd56daac8bbd7ed174bb00fd185926fd449e591d9a00edaceb7ac6edbdd7a8db57e2cb365b4fafda382201752789ced2f7ae010f667eab0f198a4571cda4d2c5 - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/helpers@npm:7.24.1" - dependencies: - "@babel/template": "npm:^7.24.0" - "@babel/traverse": "npm:^7.24.1" - "@babel/types": "npm:^7.24.0" - checksum: 10/82d3cdd3beafc4583f237515ef220bc205ced8b0540c6c6e191fc367a9589bd7304b8f9800d3d7574d4db9f079bd555979816b1874c86e53b3e7dd2032ad6c7c - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/helpers@npm:7.24.7" - dependencies: - "@babel/template": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" - checksum: 10/f7496f0d7a0b13ea86136ac2053371027125734170328215f8a90eac96fafaaae4e5398c0729bdadf23261c00582a31e14bc70113427653b718220641a917f9d - languageName: node - linkType: hard - -"@babel/highlight@npm:^7.22.13": - version: 7.22.20 - resolution: "@babel/highlight@npm:7.22.20" - dependencies: - "@babel/helper-validator-identifier": "npm:^7.22.20" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - checksum: 10/1aabc95b2cb7f67adc26c7049554306f1435bfedb76b9731c36ff3d7cdfcb32bd65a6dd06985644124eb2100bd911721d9e5c4f5ac40b7f0da2995a61bf8da92 +"@babel/helper-validator-option@npm:^7.24.7, @babel/helper-validator-option@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-validator-option@npm:7.24.8" + checksum: 10/a52442dfa74be6719c0608fee3225bd0493c4057459f3014681ea1a4643cd38b68ff477fe867c4b356da7330d085f247f0724d300582fa4ab9a02efaf34d107c languageName: node linkType: hard -"@babel/highlight@npm:^7.23.4": - version: 7.23.4 - resolution: "@babel/highlight@npm:7.23.4" +"@babel/helper-wrap-function@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-wrap-function@npm:7.25.0" dependencies: - "@babel/helper-validator-identifier": "npm:^7.22.20" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - checksum: 10/62fef9b5bcea7131df4626d009029b1ae85332042f4648a4ce6e740c3fd23112603c740c45575caec62f260c96b11054d3be5987f4981a5479793579c3aac71f + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10/08724128b9c540c02a59f02f9c1c9940fe5363d85d0f30ec826a4f926afdb26fa4ec33ca2b88b4aa745fe3dbe1f44be2969b8a03af259af7945d8cd3262168d3 languageName: node linkType: hard -"@babel/highlight@npm:^7.24.2": - version: 7.24.2 - resolution: "@babel/highlight@npm:7.24.2" +"@babel/helpers@npm:^7.25.0": + version: 7.25.6 + resolution: "@babel/helpers@npm:7.25.6" dependencies: - "@babel/helper-validator-identifier": "npm:^7.22.20" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - picocolors: "npm:^1.0.0" - checksum: 10/4555124235f34403bb28f55b1de58edf598491cc181c75f8afc8fe529903cb598cd52fe3bf2faab9bc1f45c299681ef0e44eea7a848bb85c500c5a4fe13f54f6 + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + checksum: 10/43abc8d017b754619aa189d05e2bdb54aaf44f03ec0439e89b3e7c180d538adb01ce9014a1689f632a7e8b17655c72bfac0a92268476eec708b41d3ba0a65296 languageName: node linkType: hard @@ -834,93 +363,73 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/parser@npm:7.23.3" - bin: - parser: ./bin/babel-parser.js - checksum: 10/284c22ec1d939df66fb94929959d2160c30df1ba5778f212668dfb2f4aa8ac176f628c6073a2c9ea7ab2a1701d2ebdafb0dfb173dc737db9dc6708d5d2f49e0a - languageName: node - linkType: hard - -"@babel/parser@npm:^7.20.5": - version: 7.22.7 - resolution: "@babel/parser@npm:7.22.7" - bin: - parser: ./bin/babel-parser.js - checksum: 10/f420f89ea8e5803a44f76a57630002ca5721fbde719c10ac4eaebf1d01fad102447cd90a7721c97b1176bde33ec9bc2b68fe8c7d541668dc6610727ba79c8862 - languageName: node - linkType: hard - -"@babel/parser@npm:^7.22.15": - version: 7.22.16 - resolution: "@babel/parser@npm:7.22.16" - bin: - parser: ./bin/babel-parser.js - checksum: 10/220df7dc0dbe8bc73540e66123f9c45ae3e5db40738fc1e97579205364240bed3e9724fc737c0828f9d46c96ce9b23728314f598e5bf8a62566ccef539d15bdf - languageName: node - linkType: hard - -"@babel/parser@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/parser@npm:7.23.9" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.5, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/parser@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" bin: parser: ./bin/babel-parser.js - checksum: 10/727a7a807100f6a26df859e2f009c4ddbd0d3363287b45daa50bd082ccd0d431d0c4d0e610a91f806e04a1918726cd0f5a0592c9b902a815337feed12e1cafd9 + checksum: 10/830aab72116aa14eb8d61bfa8f9d69fc8f3a43d909ce993cb4350ae14d3af1a2f740a54410a22d821c48a253263643dfecbc094f9608e6a70ce9ff3c0bbfe91a languageName: node linkType: hard -"@babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/parser@npm:7.24.1" - bin: - parser: ./bin/babel-parser.js - checksum: 10/561d9454091e07ecfec3828ce79204c0fc9d24e17763f36181c6984392be4ca6b79c8225f2224fdb7b1b3b70940e243368c8f83ac77ec2dc20f46d3d06bd6795 +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3": + version: 7.25.3 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.3" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.3" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/9743feb0152f2ac686aaee6dfd41e8ea211989a459d4c2b10b531442f6865057cd1a502515634c25462b155bc58f0710267afed72396780e9b72be25370dd577 languageName: node linkType: hard -"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/parser@npm:7.24.7" - bin: - parser: ./bin/babel-parser.js - checksum: 10/ef9ebce60e13db560ccc7af9235d460f6726bb7e23ae2d675098c1fc43d5249067be60d4118889dad33b1d4f85162cf66baf554719e1669f29bb20e71322568e +"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/5e504bba884a4500e71224d344efb1e70ebbeabd621e07a58f2d3c0d14a71a49c97b4989259a288cdbbfacebfea224397acf1217d26c77aebf9aa35bdd988249 languageName: node linkType: hard -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.23.3" +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.0" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/ddbaf2c396b7780f15e80ee01d6dd790db076985f3dfeb6527d1a8d4cacf370e49250396a3aa005b2c40233cac214a106232f83703d5e8491848bde273938232 + checksum: 10/f574beb1d4f723bb9b913ce379259a55b50a308364585ccb83e00d933465c26c04cbbc85a06e6d4c829279eb1021b3236133d486b3ff11cfd90ad815c8b478d2 languageName: node linkType: hard -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.23.3" +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" - "@babel/plugin-transform-optional-chaining": "npm:^7.23.3" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/plugin-transform-optional-chaining": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.13.0 - checksum: 10/434b9d710ae856fa1a456678cc304fbc93915af86d581ee316e077af746a709a741ea39d7e1d4f5b98861b629cc7e87f002d3138f5e836775632466d4c74aef2 + checksum: 10/887f1b8bd0ef61206ece47919fda78a32eef35da31c0d95ab8d7adc8b4722534dc5177c86c8d6d81bcf4343f3c08c6adab2b46cfd2bea8e33c6c04e51306f9cc languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.23.3" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.0" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.0" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/6e13f14949eb943d33cf4d3775a7195fa93c92851dfb648931038e9eb92a9b1709fdaa5a0ff6cf063cfcd68b3e52d280f3ebc0f3085b3e006e64dd6196ecb72a + checksum: 10/de04a9342e9a0db1673683112c83cdc52173f489f45aeed864ceba72dfba8c8588e565171e64cb2a408a09269e5fb35c6ab4ef50e3e649c4f8c0c787feb5c048 languageName: node linkType: hard @@ -937,17 +446,15 @@ __metadata: linkType: hard "@babel/plugin-proposal-decorators@npm:^7.16.4": - version: 7.23.3 - resolution: "@babel/plugin-proposal-decorators@npm:7.23.3" + version: 7.24.7 + resolution: "@babel/plugin-proposal-decorators@npm:7.24.7" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-replace-supers": "npm:^7.22.20" - "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/plugin-syntax-decorators": "npm:^7.23.3" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/plugin-syntax-decorators": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/526d0228f884e072cbacf0188ab886a43732ea1dbd6ce0bb035884da8324c41e654a500083a997de928e9cf1dd04c5be27808f773b1dccaca5c3bf33819c3030 + checksum: 10/456ed3143b7b825bf72e58354f8afbffb0a34e987e2d306b565e0a032402d2c3e283863e09496784c5a5b94865b0ec379f6bc41cc760b3294b685a7cc52bc670 languageName: node linkType: hard @@ -1056,14 +563,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-decorators@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-decorators@npm:7.23.3" +"@babel/plugin-syntax-decorators@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-syntax-decorators@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/5856e236f7ae15a58c839fd40df1aa4df31029048df01191b4870c34b1bff44c77fbee78ca5edd8eb3c81410005d8f9a36a9cf48094f2bb328592304a738648a + checksum: 10/067f20c4108cc5b9e7271d4e15313d7e4aa2ceddee19afd02c94b5cffc1b4761c5a7d6460c8588201e54a270c7bd643817a7f54508787f94992d86dd2cfc7540 languageName: node linkType: hard @@ -1089,36 +596,36 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-flow@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-flow@npm:7.23.3" +"@babel/plugin-syntax-flow@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-syntax-flow@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c6e6f355d6ace5f4a9e7bb19f1fed2398aeb9b62c4c671a189d81b124f9f5bb77c4225b6e85e19339268c60a021c1e49104e450375de5e6bb70612190d9678af + checksum: 10/0a83bde6736110d68f3b20eda44ca020a6d34c336a342f84369207f5514e17779b9c3d3ebc2f1c94b595c13819f46bf7af367c4b1382bda182e1764655fd6a5a languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-import-assertions@npm:7.23.3" +"@babel/plugin-syntax-import-assertions@npm:^7.24.7": + version: 7.25.6 + resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.6" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/883e6b35b2da205138caab832d54505271a3fee3fc1e8dc0894502434fc2b5d517cbe93bbfbfef8068a0fb6ec48ebc9eef3f605200a489065ba43d8cddc1c9a7 + checksum: 10/36a756a695e2f18d406bfdfd6823023e3810d13fdb27ec2a5cb90ae95326edb1e744e3451a8a31bf6bd91646236643c5e8024ecf71102cc93309ec80592ebb17 languageName: node linkType: hard -"@babel/plugin-syntax-import-attributes@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-import-attributes@npm:7.23.3" +"@babel/plugin-syntax-import-attributes@npm:^7.24.7": + version: 7.25.6 + resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.6" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/9aed7661ffb920ca75df9f494757466ca92744e43072e0848d87fa4aa61a3f2ee5a22198ac1959856c036434b5614a8f46f1fb70298835dbe28220cdd1d4c11e + checksum: 10/5afeba6b8979e61e8e37af905514891920eab103a08b36216f5518474328f9fae5204357bfadf6ce4cc80cb96848cdb7b8989f164ae93bd063c86f3f586728c0 languageName: node linkType: hard @@ -1144,14 +651,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-jsx@npm:^7.22.5, @babel/plugin-syntax-jsx@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-jsx@npm:7.23.3" +"@babel/plugin-syntax-jsx@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-syntax-jsx@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/89037694314a74e7f0e7a9c8d3793af5bf6b23d80950c29b360db1c66859d67f60711ea437e70ad6b5b4b29affe17eababda841b6c01107c2b638e0493bafb4e + checksum: 10/a93516ae5b34868ab892a95315027d4e5e38e8bd1cfca6158f2974b0901cbb32bbe64ea10ad5b25f919ddc40c6d8113c4823372909c9c9922170c12b0b1acecb languageName: node linkType: hard @@ -1243,14 +750,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-typescript@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-typescript@npm:7.23.3" +"@babel/plugin-syntax-typescript@npm:^7.24.7": + version: 7.25.4 + resolution: "@babel/plugin-syntax-typescript@npm:7.25.4" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/abfad3a19290d258b028e285a1f34c9b8a0cbe46ef79eafed4ed7ffce11b5d0720b5e536c82f91cbd8442cde35a3dd8e861fa70366d87ff06fdc0d4756e30876 + checksum: 10/0771b45a35fd536cd3b3a48e5eda0f53e2d4f4a0ca07377cc247efa39eaf6002ed1c478106aad2650e54aefaebcb4f34f3284c4ae9252695dbd944bf66addfb0 languageName: node linkType: hard @@ -1266,491 +773,500 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-arrow-functions@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-arrow-functions@npm:7.23.3" +"@babel/plugin-transform-arrow-functions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/1e99118176e5366c2636064d09477016ab5272b2a92e78b8edb571d20bc3eaa881789a905b20042942c3c2d04efc530726cf703f937226db5ebc495f5d067e66 + checksum: 10/6720173645826046878015c579c2ca9d93cdba79a2832f0180f5cf147d9817c85bf9c8338b16d6bdaa71f87809b7a194a6902e6c82ec00b6354aca6b40abe5e6 languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.3" +"@babel/plugin-transform-async-generator-functions@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.4" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-remap-async-to-generator": "npm:^7.22.20" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-remap-async-to-generator": "npm:^7.25.0" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" + "@babel/traverse": "npm:^7.25.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/39407e5d92905a824d6ef115af70755b26a6b458639686092d7e05d0701f7ff42e995e2c5aab28d6ab5311752190667766417e58834b54c98fac78c857e30320 + checksum: 10/0004d910bbec3ef916acf5c7cf8b11671e65d2dd425a82f1101838b9b6243bfdf9578335584d9dedd20acc162796b687930e127c6042484e05b758af695e6cb8 languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.23.3" +"@babel/plugin-transform-async-to-generator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.7" dependencies: - "@babel/helper-module-imports": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-remap-async-to-generator": "npm:^7.22.20" + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-remap-async-to-generator": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/2e9d9795d4b3b3d8090332104e37061c677f29a1ce65bcbda4099a32d243e5d9520270a44bbabf0fb1fb40d463bd937685b1a1042e646979086c546d55319c3c + checksum: 10/b2041d9d50b09afef983c4f1dece63fdfc5a8e4646e42591db398bc4322958434d60b3cb0f5d0f9f9dbdad8577e8a1a33ba9859aacc3004bf6d25d094d20193f languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.23.3" +"@babel/plugin-transform-block-scoped-functions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e63b16d94ee5f4d917e669da3db5ea53d1e7e79141a2ec873c1e644678cdafe98daa556d0d359963c827863d6b3665d23d4938a94a4c5053a1619c4ebd01d020 + checksum: 10/33e2fb9f24c11889b2bacbe9c3625f738edafc2136c8206598e0422664267ec5ca9422cb4563cc42039ccfc333fb42ce5f8513382e56c5b02f934005d0d6e8ff languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-block-scoping@npm:7.23.3" +"@babel/plugin-transform-block-scoping@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-block-scoping@npm:7.25.0" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/eb90a200e684e7025e40c4498e4c024cdfc1fab853eb5b4c6320ea637c88d9cb57cb353871e48ee313746d16ab7d89b3a330691753f197eef18b5280a6edb9b6 + checksum: 10/981e565a8ff1e1f8d539b5ff067328517233142b131329d11e6c60405204e2a4a993828c367f7dc729a9608aabebdada869616563816e5f8f1385e91ac0fa4d6 languageName: node linkType: hard -"@babel/plugin-transform-class-properties@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-class-properties@npm:7.23.3" +"@babel/plugin-transform-class-properties@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-class-properties@npm:7.25.4" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-class-features-plugin": "npm:^7.25.4" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/9c6f8366f667897541d360246de176dd29efc7a13d80a5b48361882f7173d9173be4646c3b7d9b003ccc0e01e25df122330308f33db921fa553aa17ad544b3fc + checksum: 10/203a21384303d66fb5d841b77cba8b8994623ff4d26d208e3d05b36858c4919626a8d74871fa4b9195310c2e7883bf180359c4f5a76481ea55190c224d9746f4 languageName: node linkType: hard -"@babel/plugin-transform-class-static-block@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-class-static-block@npm:7.23.3" +"@babel/plugin-transform-class-static-block@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-class-static-block@npm:7.24.7" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" peerDependencies: "@babel/core": ^7.12.0 - checksum: 10/1325e1d1989efbef4d48505e5c0c416d118be0e615c12a8d5581af032d0bc6ae00525c8fb4af68ba9098fa1578ec7738db0a9d362193b8507660d2a24124ddf4 + checksum: 10/00b4d35788bcfefb56b6a1d3506ca23f11dd55d4bb5a34eb70397c06283dc7f596cd9d40995c4a6cb897b45ad220de211f854e7a030a05e26a307c8f56b6ba4b + languageName: node + linkType: hard + +"@babel/plugin-transform-classes@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-classes@npm:7.25.4" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-replace-supers": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.4" + globals: "npm:^11.1.0" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/17db5889803529bec366c6f0602687fdd605c2fec8cb6fe918261cb55cd89e9d8c9aa2aa6f3fd64d36492ce02d7d0752b09a284b0f833c1185f7dad9b9506310 languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-classes@npm:7.23.3" +"@babel/plugin-transform-computed-properties@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-computed-properties@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-compilation-targets": "npm:^7.22.15" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-replace-supers": "npm:^7.22.20" - "@babel/helper-split-export-declaration": "npm:^7.22.6" - globals: "npm:^11.1.0" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/template": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e4906f232ad588a6e2336b99f5171d9de5c10c8a017abb64d1b405e61528108498ca578538e0ec35faad45fc9ed0ec4c89a7600357229ffcc9ef26256c1f161b + checksum: 10/fecf3c770b2dd8e70be6da12d4dd0273de9d8ef4d0f46be98d56fddb3a451932cdc9bb81de3057c9acb903e05ece657886cc31886d5762afa7b0a256db0f791e languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-computed-properties@npm:7.23.3" +"@babel/plugin-transform-destructuring@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-destructuring@npm:7.24.8" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/template": "npm:^7.22.15" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e75593e02c5ea473c17839e3c9d597ce3697bf039b66afe9a4d06d086a87fb3d95850b4174476897afc351dc1b46a9ec3165ee6e8fbad3732c0d65f676f855ad + checksum: 10/e3bba0bb050592615fbf062ea07ae94f99e9cf22add006eaa66ed672d67ff7051b578a5ea68a7d79f9184fb3c27c65333d86b0b8ea04f9810bcccbeea2ffbe76 languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-destructuring@npm:7.23.3" +"@babel/plugin-transform-dotall-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/5abd93718af5a61f8f6a97d2ccac9139499752dd5b2c533d7556fb02947ae01b2f51d4c4f5e64df569e8783d3743270018eb1fa979c43edec7dd1377acf107ed + checksum: 10/51b75638748f6e5adab95b711d3365b8d7757f881c178946618a43b15063ec1160b07f4aa3b116bf3f1e097a88226a01db4cae2c5c4aad4c71fe5568828a03f5 languageName: node linkType: hard -"@babel/plugin-transform-dotall-regex@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-dotall-regex@npm:7.23.3" +"@babel/plugin-transform-duplicate-keys@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/a2dbbf7f1ea16a97948c37df925cb364337668c41a3948b8d91453f140507bd8a3429030c7ce66d09c299987b27746c19a2dd18b6f17dcb474854b14fd9159a3 + checksum: 10/4284d8fe058c838f80d594bace1380ce02995fa9a271decbece59c40815bc2f7e715807dcbe4d5da8b444716e6d05cc6d79771f500fb044cd0dd00ce4324b619 languageName: node linkType: hard -"@babel/plugin-transform-duplicate-keys@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-duplicate-keys@npm:7.23.3" +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.0" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-regexp-features-plugin": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/c2a21c34dc0839590cd945192cbc46fde541a27e140c48fe1808315934664cdbf18db64889e23c4eeb6bad9d3e049482efdca91d29de5734ffc887c4fbabaa16 + "@babel/core": ^7.0.0 + checksum: 10/869c08def8eb80e3619c77e7af962dd82323a8447697298f461624077593c7b7082fc2238989880a0c0ba94bc6442300fd23e33255ac225760bc8bb755268941 languageName: node linkType: hard -"@babel/plugin-transform-dynamic-import@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-dynamic-import@npm:7.23.3" +"@babel/plugin-transform-dynamic-import@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/d1d379dbb1c22c02aa2f5a3f2f1885840aabc21b42e3d42746599f66004239f1ac830012552e6d42113e4defe0625fbf4865864ee3d52963e80125f8c9dad406 + checksum: 10/e949c02aa57098d916eb6edcbef0f3f7d62640f37e1a061b0692523964e081f8182f2c4292173b4dbea4edb8d146e65d6a20ce4b6b5f8c33be34bd846ae114ea languageName: node linkType: hard -"@babel/plugin-transform-exponentiation-operator@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.23.3" +"@babel/plugin-transform-exponentiation-operator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.7" dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/00d05ab14ad0f299160fcf9d8f55a1cc1b740e012ab0b5ce30207d2365f091665115557af7d989cd6260d075a252d9e4283de5f2b247dfbbe0e42ae586e6bf66 + checksum: 10/014b211f73a524ee98441541ddc4f6b067eefcf94d509e99074a45ea8c3f3ad0e36cab6f5f96666ac05b747a21fa6fda949aa25153656bb2821545a4b302e0d4 languageName: node linkType: hard -"@babel/plugin-transform-export-namespace-from@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-export-namespace-from@npm:7.23.3" +"@babel/plugin-transform-export-namespace-from@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c65e21e5b54135378cfbe7563e884d778ea0864b5950c7db85f984170f20c2e110675c8407b1803ffe587401e5990fbd53eb159c3b3a6d7593ae6f9ffdb83cc4 + checksum: 10/d59d21945d2fd1ead914bb21f909f75b70ebe0e7627c2b1326ce500babca4c8e4a2513af6899d92e06e87186c61ee5087209345f5102fb4ff5a0e47e7b159a2c languageName: node linkType: hard "@babel/plugin-transform-flow-strip-types@npm:^7.16.0": - version: 7.23.3 - resolution: "@babel/plugin-transform-flow-strip-types@npm:7.23.3" + version: 7.25.2 + resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.2" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-flow": "npm:^7.23.3" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/plugin-syntax-flow": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/84af4b1f6d79f1a66a2440c5cfe3ba0e2bb9355402da477add13de1867088efb8d7b2be15d67ac955f1d2a745d4a561423bbb473fe6e4622b157989598ec323f + checksum: 10/b5a54395a5c6d7f94de78855f449398c9b850acc299e7d872774f695fdde6006a87bcc9e70ffe33d935883761e9a4e82328c9cff6e2afaf568f04fb646886706 languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-for-of@npm:7.23.3" +"@babel/plugin-transform-for-of@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-for-of@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/745054f125fba6dbaea3d863352c94266c97db87e3521bc6c436a8c05f384821907c0109ace437a90342e423a3365f4d8e592de06e4a241bbd7070e1f293604f + checksum: 10/ea471ad1345f1153f7f72f1f084e74f48dc349272ca1b2d8710b841b015c9861d673e12c3c98d42ab3c640cb6ab88bb9a8da1f4ca9c57a8f71f00815fa23ecef languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-function-name@npm:7.23.3" +"@babel/plugin-transform-function-name@npm:^7.25.1": + version: 7.25.1 + resolution: "@babel/plugin-transform-function-name@npm:7.25.1" dependencies: - "@babel/helper-compilation-targets": "npm:^7.22.15" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-compilation-targets": "npm:^7.24.8" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/355c6dbe07c919575ad42b2f7e020f320866d72f8b79181a16f8e0cd424a2c761d979f03f47d583d9471b55dcd68a8a9d829b58e1eebcd572145b934b48975a6 + checksum: 10/1b4cd214c8523f7fa024fcda540ffe5503eda0e0be08b7c21405c96a870b5fe8bb1bda9e23a43a31467bf3dfc3a08edca250cf7f55f09dc40759a1ca6c6d6a4a languageName: node linkType: hard -"@babel/plugin-transform-json-strings@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-json-strings@npm:7.23.3" +"@babel/plugin-transform-json-strings@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-json-strings@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-json-strings": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/a5949613b8883a64ad2a0eb41d26a80ac226ea03db7cef8f57f4ca18045fdc834aee420548272a633510e7aa88ec3cb4e15d2e27ddc45f9ef5db09228f0478c1 + checksum: 10/5549dc97fc2d429a089d14ccfd51d8b3ba23c39b79edfe6d754e804fb1d50e6a4c070e73550be514a919c4db1553d8e6f7406178d68756b5959afe025a602cb2 languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-literals@npm:7.23.3" +"@babel/plugin-transform-literals@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/plugin-transform-literals@npm:7.25.2" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/519a544cd58586b9001c4c9b18da25a62f17d23c48600ff7a685d75ca9eb18d2c5e8f5476f067f0a8f1fea2a31107eff950b9864833061e6076dcc4bdc3e71ed + checksum: 10/d9728625a6d55305610dd37057fe1a3473df4f3789fef693c900516caf8958dfb341394ecf69ce9b60c82c422ad2954491a7e4d4533432fd5df812827443d6e9 languageName: node linkType: hard -"@babel/plugin-transform-logical-assignment-operators@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.23.3" +"@babel/plugin-transform-logical-assignment-operators@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/cbab57a2bb6d5ddd621b91684845e576664862a6d7697fa9dddb796238330dd3dac21cda223f7b1553c9f650e0eebcd5d9bb1e478ed9ba937ce06dc6d0fbd0f6 + checksum: 10/e39581cf1f9a43330b8340177c618fdb3232deb03faab1937819ef39327660a1fe94fd0ec2f66d1f5b5f98acba68871a77a9931588011c13dded3d7094ecc9de languageName: node linkType: hard -"@babel/plugin-transform-member-expression-literals@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-member-expression-literals@npm:7.23.3" +"@babel/plugin-transform-member-expression-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/95cec13c36d447c5aa6b8e4c778b897eeba66dcb675edef01e0d2afcec9e8cb9726baf4f81b4bbae7a782595aed72e6a0d44ffb773272c3ca180fada99bf92db + checksum: 10/837b60ea42fc69a430c8f7fb124247ba009ff6d93187a521fe9f83556fe124715bd46533b1684a3e139f272849a14d1d4faf3397bde13714f99ce0938526ea6f languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-modules-amd@npm:7.23.3" +"@babel/plugin-transform-modules-amd@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-modules-amd@npm:7.24.7" dependencies: - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/48c87dee2c7dae8ed40d16901f32c9e58be4ef87bf2c3985b51dd2e78e82081f3bad0a39ee5cf6e8909e13e954e2b4bedef0a8141922f281ed833ddb59ed9be2 + checksum: 10/66465ffba49af7a7b7a62995eb58f591ecd23ab42b0c67f8a70020177b3789d2a379bd6cbb68cbd09a69fd75c38a91f5a09ea70f5c8347bf4c6ea81caa0f6c6b languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.23.3" +"@babel/plugin-transform-modules-commonjs@npm:^7.24.7, @babel/plugin-transform-modules-commonjs@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.8" dependencies: - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-simple-access": "npm:^7.22.5" + "@babel/helper-module-transforms": "npm:^7.24.8" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-simple-access": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/a3bc082d0dfe8327a29263a6d721cea608d440bc8141ba3ec6ba80ad73d84e4f9bbe903c27e9291c29878feec9b5dee2bd0563822f93dc951f5d7fc36bdfe85b + checksum: 10/18e5d229767c7b5b6ff0cbf1a8d2d555965b90201839d0ac2dc043b56857624ea344e59f733f028142a8c1d54923b82e2a0185694ef36f988d797bfbaf59819c languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.23.3" +"@babel/plugin-transform-modules-systemjs@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.0" dependencies: - "@babel/helper-hoist-variables": "npm:^7.22.5" - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-validator-identifier": "npm:^7.22.20" + "@babel/helper-module-transforms": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/051112de7585fff4ffd67865066401f01f90745d41f26b0edbeec0981342c10517ce1a6b4d7051b583a3e513088eece6a3f57b1663f1dd9418071cd05f14fef9 + checksum: 10/2c38efdbaf6faf730cdcb0c5e42d2d15bb114eecf184db078319de496b5e3ce68d499e531265a0e13e29f0dcaa001f240773db5c4c078eac7f4456d6c8bddd88 languageName: node linkType: hard -"@babel/plugin-transform-modules-umd@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-modules-umd@npm:7.23.3" +"@babel/plugin-transform-modules-umd@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-modules-umd@npm:7.24.7" dependencies: - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e3f3af83562d687899555c7826b3faf0ab93ee7976898995b1d20cbe7f4451c55e05b0e17bfb3e549937cbe7573daf5400b752912a241b0a8a64d2457c7626e5 + checksum: 10/cef9c8917b3c35c3b6cb424dc2e6f74016122f1d25c196e2c7e51eb080d95e96c5d34966c0d5b9d4e17b8e60d455a97ed271317ed104e0e70bff159830a59678 languageName: node linkType: hard -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.22.5" +"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.5" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/3ee564ddee620c035b928fdc942c5d17e9c4b98329b76f9cefac65c111135d925eb94ed324064cd7556d4f5123beec79abea1d4b97d1c8a2a5c748887a2eb623 + checksum: 10/b0ecb1afd22946b21fb8f34e826cfbfea4b5337f7592a5ff8af7937eddec4440149c59d2d134b4f21b2ed91b57611f39b19827729e19d99b7c11eaf614435f83 languageName: node linkType: hard -"@babel/plugin-transform-new-target@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-new-target@npm:7.23.3" +"@babel/plugin-transform-new-target@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-new-target@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e5053389316fce73ad5201b7777437164f333e24787fbcda4ae489cd2580dbbbdfb5694a7237bad91fabb46b591d771975d69beb1c740b82cb4761625379f00b + checksum: 10/91b6a7439b7622f80dc755ddfb9ab083355bedc0b2af18e7c7a948faed14467599609331c8d59cfab4273640e3fc36e4cd02ad5b6dcb4a428f5a8baefc507acc languageName: node linkType: hard -"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.23.3" +"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ea844a12a3ae5647d6d2ae0685fde48ae53e724ef9ce5d9fbf36e8f1ff0107f76a5349ef34c2a06984b3836c001748caf9701afb172bd7ba71a5dff79e16b434 + checksum: 10/113cd24b6ce4d0a8e54ad9324428244942ce752a3fd38f8b615c3a786641ec18a00a01b662fe4cbebf369358f5904a975bbde0a977b839f2438b16f0d7d1dd36 languageName: node linkType: hard -"@babel/plugin-transform-numeric-separator@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-numeric-separator@npm:7.23.3" +"@babel/plugin-transform-numeric-separator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/f5515532fac2bbf9da082eedc16fd597fb8b787e7a6d256d53dcd9daa054b8f695a312bfec888dd34c03d63dcc2c65c8249ac33c2e23bd3d4d246ce4d44d141d + checksum: 10/dc5bb0534889d207b1da125635471c42da61a4a4e9e68855f24b1cd04ccdcf8325b2c29112e719913c2097242e7e62d660e0fea2a46f3a9a983c9d02a0ec7a04 languageName: node linkType: hard -"@babel/plugin-transform-object-rest-spread@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-object-rest-spread@npm:7.23.3" +"@babel/plugin-transform-object-rest-spread@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.7" dependencies: - "@babel/compat-data": "npm:^7.23.3" - "@babel/helper-compilation-targets": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-compilation-targets": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3" - "@babel/plugin-transform-parameters": "npm:^7.23.3" + "@babel/plugin-transform-parameters": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/d2b7da61215e7319035405876f6228d7fb1c8cc709cccbea82a62ca6ed262d155aef70291da4c5564967cf3c941418cc67807ee3b603e63ef8e5ada2ea110ef6 + checksum: 10/d586995dc3396bbf8fb75b84f0a3548d923e4c3500bb414641a7fe30762a4ffd82987887fece6381f600d8de2da1e3310fc9a725271724d35f9020fcd5d4b2a3 languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-object-super@npm:7.23.3" +"@babel/plugin-transform-object-super@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-object-super@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-replace-supers": "npm:^7.22.20" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e495497186f621fa79026e183b4f1fbb172fd9df812cbd2d7f02c05b08adbe58012b1a6eb6dd58d11a30343f6ec80d0f4074f9b501d70aa1c94df76d59164c53 + checksum: 10/382739a017972d7126416b958ea81b4b950b6275414908a54bfef6aeed9b9fcc6c8d247db3a1134b09a3b355a60039670ce41ee41c626f8acec70f49c3c8d2a6 languageName: node linkType: hard -"@babel/plugin-transform-optional-catch-binding@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.23.3" +"@babel/plugin-transform-optional-catch-binding@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/2c59c78cf8c7070be84f1087116508211323dacd93581529b95b31927b2fab67dd11aca363584e99bebc7e4e20720f2b59d99ade7e8cf1577732eef609a34c45 + checksum: 10/605ae3764354e83f73c1e6430bac29e308806abcce8d1369cf69e4921771ff3592e8f60ba60c15990070d79b8d8740f0841069d64b466b3ce8a8c43e9743da7e languageName: node linkType: hard -"@babel/plugin-transform-optional-chaining@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-optional-chaining@npm:7.23.3" +"@babel/plugin-transform-optional-chaining@npm:^7.24.7, @babel/plugin-transform-optional-chaining@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.8" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/f3383c22b0a574e2e4bce84cefa19ef639809f35c78a550503fcafd5d41c78f7a2796852bfabf6412236ca8d0eb01147d29ac13ab021f95a54bc0c31f9af2eeb + checksum: 10/1f873fb9d86c280b64dfe5ebc59244b459b717ed72a7682da2386db3d9e11fc9d831cfc2e11d37262b4325a7a0e3ccbccfb8cd0b944caf199d3c9e03fff7b0af languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-parameters@npm:7.23.3" +"@babel/plugin-transform-parameters@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-parameters@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/a8c36c3fc25f9daa46c4f6db47ea809c395dc4abc7f01c4b1391f6e5b0cd62b83b6016728b02a6a8ac21aca56207c9ec66daefc0336e9340976978de7e6e28df + checksum: 10/41ff6bda926fabfb2e5d90b70621f279330691bed92009297340a8e776cfe9c3f2dda6afbc31dd3cbdccdfa9a5c57f2046e3ccc84f963c3797356df003d1703a languageName: node linkType: hard -"@babel/plugin-transform-private-methods@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-private-methods@npm:7.23.3" +"@babel/plugin-transform-private-methods@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-private-methods@npm:7.25.4" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-class-features-plugin": "npm:^7.25.4" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/cedc1285c49b5a6d9a3d0e5e413b756ac40b3ac2f8f68bdfc3ae268bc8d27b00abd8bb0861c72756ff5dd8bf1eb77211b7feb5baf4fdae2ebbaabe49b9adc1d0 + checksum: 10/d5c29ba121d6ce40e8055a632c32e69006c513607145a29701f93b416a8c53a60e53565df417218e2d8b7f1ba73adb837601e8e9d0a3215da50e4c9507f9f1fa languageName: node linkType: hard -"@babel/plugin-transform-private-property-in-object@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-private-property-in-object@npm:7.23.3" +"@babel/plugin-transform-private-property-in-object@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-create-class-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/7da96e903ac828f3ff60cded1377e57b02ed9960ca7d6645a5511ae66df96d67febc219d0b0ff16e7657e91afcb848c33c6c4604b82640df9a3c6ec3a5891a03 + checksum: 10/a23ee18340818e292abfcb98b1086a188c81d640b1045e6809e9a3e8add78f9cb26607774de4ed653cbecd4277965dc4f4f1affc3504682209bb2a65fd4251f8 languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-property-literals@npm:7.23.3" +"@babel/plugin-transform-property-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-property-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/16b048c8e87f25095f6d53634ab7912992f78e6997a6ff549edc3cf519db4fca01c7b4e0798530d7f6a05228ceee479251245cdd850a5531c6e6f404104d6cc9 + checksum: 10/71708890fe007d45ad7a130150a2ba1fea0205f575b925ca2e1bb65018730636a68e65c634a474e5b658378d72871c337c953560009c081a645e088769bf168a languageName: node linkType: hard -"@babel/plugin-transform-react-display-name@npm:^7.16.0, @babel/plugin-transform-react-display-name@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-react-display-name@npm:7.23.3" +"@babel/plugin-transform-react-display-name@npm:^7.16.0, @babel/plugin-transform-react-display-name@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-react-display-name@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/7f86964e8434d3ddbd3c81d2690c9b66dbf1cd8bd9512e2e24500e9fa8cf378bc52c0853270b3b82143aba5965aec04721df7abdb768f952b44f5c6e0b198779 + checksum: 10/f5d34903680ca358c5a3ccb83421df259e5142be95dde51dc4a62ec79fd6558599b3b92b4afd37329d2567a4ba4c338f1c817f8ce0c56ddf20cd3d051498649e languageName: node linkType: hard -"@babel/plugin-transform-react-jsx-development@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/plugin-transform-react-jsx-development@npm:7.22.5" +"@babel/plugin-transform-react-jsx-development@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-react-jsx-development@npm:7.24.7" dependencies: - "@babel/plugin-transform-react-jsx": "npm:^7.22.5" + "@babel/plugin-transform-react-jsx": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/36bc3ff0b96bb0ef4723070a50cfdf2e72cfd903a59eba448f9fe92fea47574d6f22efd99364413719e1f3fb3c51b6c9b2990b87af088f8486a84b2a5f9e4560 + checksum: 10/5a158803ad71ed7c434ad047755eb98feb2c428800163ff0be1351dc06ecdd19ab503cb6a1fda8708b05decde3a9297499eb0954317af79f191b4d45135af2a2 languageName: node linkType: hard @@ -1776,223 +1292,211 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-react-jsx@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/plugin-transform-react-jsx@npm:7.22.15" +"@babel/plugin-transform-react-jsx@npm:^7.24.7": + version: 7.25.2 + resolution: "@babel/plugin-transform-react-jsx@npm:7.25.2" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-module-imports": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-jsx": "npm:^7.22.5" - "@babel/types": "npm:^7.22.15" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/a436bfbffe723d162e5816d510dca7349a1fc572c501d73f1e17bbca7eb899d7a6a14d8fc2ae5993dd79fdd77bcc68d295e59a3549bed03b8579c767f6e3c9dc - languageName: node - linkType: hard - -"@babel/plugin-transform-react-jsx@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/plugin-transform-react-jsx@npm:7.22.5" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-module-imports": "npm:^7.22.5" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-jsx": "npm:^7.22.5" - "@babel/types": "npm:^7.22.5" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/plugin-syntax-jsx": "npm:^7.24.7" + "@babel/types": "npm:^7.25.2" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/6be5db99b170c937c71fbe68dc64804bb041729d2f95b376ab5e7bc51c34a790f28753b14384160e87cabacf5e1b1aa3379a1a430a60b1fd6b031ba58955f5a6 + checksum: 10/4cab88496285a98853413c9b2525053506728f13d04aefc1b37e6d9f0dc4ea15e0d4c9e59b36b43d0b204bd3c56761e7b0ec56b3ae60a58880a0017b157a0250 languageName: node linkType: hard -"@babel/plugin-transform-react-pure-annotations@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.23.3" +"@babel/plugin-transform-react-pure-annotations@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/9ea3698b1d422561d93c0187ac1ed8f2367e4250b10e259785ead5aa643c265830fd0f4cf5087a5bedbc4007444c06da2f2006686613220acf0949895f453666 + checksum: 10/c5110fa6088be5c4ac6d0f716cd032d30a246f371948b2ef30beb9eac187550ccbf972aa02051e780321917e1d9d85325623f68742c91e0355d238a8f5422179 languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-regenerator@npm:7.23.3" +"@babel/plugin-transform-regenerator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-regenerator@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" regenerator-transform: "npm:^0.15.2" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/7fdacc7b40008883871b519c9e5cdea493f75495118ccc56ac104b874983569a24edd024f0f5894ba1875c54ee2b442f295d6241c3280e61c725d0dd3317c8e6 + checksum: 10/70fa2bb36d3e2ce69a25c7227da8ad92307ab7b50cb6dfcc4dc5ce8f1cc79b0fcf997292a1cb3b4ae7cb136f515d1b2c3fb78c927bdba8d719794430403eb0c6 languageName: node linkType: hard -"@babel/plugin-transform-reserved-words@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-reserved-words@npm:7.23.3" +"@babel/plugin-transform-reserved-words@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-reserved-words@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/298c4440ddc136784ff920127cea137168e068404e635dc946ddb5d7b2a27b66f1dd4c4acb01f7184478ff7d5c3e7177a127279479926519042948fb7fa0fa48 + checksum: 10/64a2669671bb97c3dee3830a82c3e932fe6e02d56a4053c6ee4453d317b5f436d3d44907fbb0f4fbd8a56ebee34f6aee250e49743b7243d14d00c069215f3113 languageName: node linkType: hard "@babel/plugin-transform-runtime@npm:^7.16.4": - version: 7.23.3 - resolution: "@babel/plugin-transform-runtime@npm:7.23.3" + version: 7.25.4 + resolution: "@babel/plugin-transform-runtime@npm:7.25.4" dependencies: - "@babel/helper-module-imports": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - babel-plugin-polyfill-corejs2: "npm:^0.4.6" - babel-plugin-polyfill-corejs3: "npm:^0.8.5" - babel-plugin-polyfill-regenerator: "npm:^0.5.3" + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" + babel-plugin-polyfill-corejs2: "npm:^0.4.10" + babel-plugin-polyfill-corejs3: "npm:^0.10.6" + babel-plugin-polyfill-regenerator: "npm:^0.6.1" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/f513306d560765077aae618e2931ad445ad9648a86cf18f4169d3a7b5bc8c9b66399109f6a8612eb5dd7a09b45f8b56bf86e0e1abd1978a92dad0a97eb89cf8e + checksum: 10/081dcc4fb8ae86d80b6b261e7fe55d4876995aa28011813331a14de5b9ecd845c938b6bd688d95febacd72b3f446e1439582e81cee67447c73b78c514849ddde languageName: node linkType: hard -"@babel/plugin-transform-shorthand-properties@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-shorthand-properties@npm:7.23.3" +"@babel/plugin-transform-shorthand-properties@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/5d677a03676f9fff969b0246c423d64d77502e90a832665dc872a5a5e05e5708161ce1effd56bb3c0f2c20a1112fca874be57c8a759d8b08152755519281f326 + checksum: 10/c68c2be965007e0cb6667daa209bc0af877cab4b327ef2e21b2114c38554243c3f7fdcc5b03679b20f72a26d966aa646af771f3165c882067e85a3887647f028 languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-spread@npm:7.23.3" +"@babel/plugin-transform-spread@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-spread@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c6372d2f788fd71d85aba12fbe08ee509e053ed27457e6674a4f9cae41ff885e2eb88aafea8fadd0ccf990601fc69ec596fa00959e05af68a15461a8d97a548d + checksum: 10/76e2c8544129d727d5a698e2a67d74e438bc35df843adb5f769316ec432c5e1bbb4128123a95b2fe8ef0aec7b26d87efe81d64326291c77ad757ff184d38448a languageName: node linkType: hard -"@babel/plugin-transform-sticky-regex@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-sticky-regex@npm:7.23.3" +"@babel/plugin-transform-sticky-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/53e55eb2575b7abfdb4af7e503a2bf7ef5faf8bf6b92d2cd2de0700bdd19e934e5517b23e6dfed94ba50ae516b62f3f916773ef7d9bc81f01503f585051e2949 + checksum: 10/3b9a99ae043ef363c81bfb097fa7a553fcf7c7d9fddc13dd2b47b3b2e45cf2741a9ca78cfe55f463983b043b365f0f8452f2d5eaadbdea20e6d6de50c16bed25 languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-template-literals@npm:7.23.3" +"@babel/plugin-transform-template-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-template-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/b16c5cb0b8796be0118e9c144d15bdc0d20a7f3f59009c6303a6e9a8b74c146eceb3f05186f5b97afcba7cfa87e34c1585a22186e3d5b22f2fd3d27d959d92b2 + checksum: 10/ecf05a8511176d5570cb0d481577a407a4e8a9a430f86522d809e0ac2c823913e854ef9e2a1c83c0bd7c12489d82e1b48fabb52e697e80d6a6962125197593ca languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.23.3" +"@babel/plugin-transform-typeof-symbol@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.8" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/0af7184379d43afac7614fc89b1bdecce4e174d52f4efaeee8ec1a4f2c764356c6dba3525c0685231f1cbf435b6dd4ee9e738d7417f3b10ce8bbe869c32f4384 + checksum: 10/5f113fed94b694ec4a40a27b8628ce736cfa172b69fcffa2833c9a41895032127f3daeea552e94fdb4a3ce4e8cd51de67a670ab87a1f447a0cf55c9cb2d7ed11 languageName: node linkType: hard -"@babel/plugin-transform-typescript@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-typescript@npm:7.23.3" +"@babel/plugin-transform-typescript@npm:^7.24.7": + version: 7.25.2 + resolution: "@babel/plugin-transform-typescript@npm:7.25.2" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-create-class-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-typescript": "npm:^7.23.3" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-create-class-features-plugin": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/plugin-syntax-typescript": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/74dff264701131e615e577d4080d8a1de99cf4b11f4a9cdf8228091456241529fa1f3ebbcbc8399b906972258c2d21088e361c569c76a06353561abdc8922d00 + checksum: 10/50e017ffd131c08661daa22b6c759999bb7a6cdfbf683291ee4bcbea4ae839440b553d2f8896bcf049aca1d267b39f3b09e8336059e919e83149b5ad859671f6 languageName: node linkType: hard -"@babel/plugin-transform-unicode-escapes@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-unicode-escapes@npm:7.23.3" +"@babel/plugin-transform-unicode-escapes@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/561c429183a54b9e4751519a3dfba6014431e9cdc1484fad03bdaf96582dfc72c76a4f8661df2aeeae7c34efd0fa4d02d3b83a2f63763ecf71ecc925f9cc1f60 + checksum: 10/6b8bca3495acedc89e880942de7b83c263fb5b4c9599594dcf3923e2128ae25f1f4725a295fe101027f75d8ef081ef28319296adf274b5022e57039e42836103 languageName: node linkType: hard -"@babel/plugin-transform-unicode-property-regex@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.23.3" +"@babel/plugin-transform-unicode-property-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/2298461a194758086d17c23c26c7de37aa533af910f9ebf31ebd0893d4aa317468043d23f73edc782ec21151d3c46cf0ff8098a83b725c49a59de28a1d4d6225 + checksum: 10/c0c284bbbdead7e17e059d72e1b288f86b0baacc410398ef6c6c703fe4326b069e68515ccb84359601315cd8e888f9226731d00624b7c6959b1c0853f072b61f languageName: node linkType: hard -"@babel/plugin-transform-unicode-regex@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-unicode-regex@npm:7.23.3" +"@babel/plugin-transform-unicode-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c5f835d17483ba899787f92e313dfa5b0055e3deab332f1d254078a2bba27ede47574b6599fcf34d3763f0c048ae0779dc21d2d8db09295edb4057478dc80a9a + checksum: 10/b545310d0d592d75566b9cd158f4b8951e34d07d839656789d179b39b3fd92b32bd387cdfaf33a93e636609f3bfb9bb03d41f3e43be598116c9c6c80cc3418c4 languageName: node linkType: hard -"@babel/plugin-transform-unicode-sets-regex@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.23.3" +"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.4" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-create-regexp-features-plugin": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/79d0b4c951955ca68235c87b91ab2b393c96285f8aeaa34d6db416d2ddac90000c9bd6e8c4d82b60a2b484da69930507245035f28ba63c6cae341cf3ba68fdef + checksum: 10/d5d07d17932656fa4d62fd67ecaa1a5e4c2e92365a924f1a2a8cf8108762f137a30cd55eb3a7d0504258f27a19ad0decca6b62a5c37a5aada709cbb46c4a871f languageName: node linkType: hard "@babel/preset-env@npm:^7.16.4": - version: 7.23.3 - resolution: "@babel/preset-env@npm:7.23.3" - dependencies: - "@babel/compat-data": "npm:^7.23.3" - "@babel/helper-compilation-targets": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-validator-option": "npm:^7.22.15" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.23.3" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.23.3" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.23.3" + version: 7.25.4 + resolution: "@babel/preset-env@npm:7.25.4" + dependencies: + "@babel/compat-data": "npm:^7.25.4" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-validator-option": "npm:^7.24.8" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.3" + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.0" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.0" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.7" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.0" "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" "@babel/plugin-syntax-class-properties": "npm:^7.12.13" "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" - "@babel/plugin-syntax-import-assertions": "npm:^7.23.3" - "@babel/plugin-syntax-import-attributes": "npm:^7.23.3" + "@babel/plugin-syntax-import-assertions": "npm:^7.24.7" + "@babel/plugin-syntax-import-attributes": "npm:^7.24.7" "@babel/plugin-syntax-import-meta": "npm:^7.10.4" "@babel/plugin-syntax-json-strings": "npm:^7.8.3" "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" @@ -2004,63 +1508,64 @@ __metadata: "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5" "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" - "@babel/plugin-transform-arrow-functions": "npm:^7.23.3" - "@babel/plugin-transform-async-generator-functions": "npm:^7.23.3" - "@babel/plugin-transform-async-to-generator": "npm:^7.23.3" - "@babel/plugin-transform-block-scoped-functions": "npm:^7.23.3" - "@babel/plugin-transform-block-scoping": "npm:^7.23.3" - "@babel/plugin-transform-class-properties": "npm:^7.23.3" - "@babel/plugin-transform-class-static-block": "npm:^7.23.3" - "@babel/plugin-transform-classes": "npm:^7.23.3" - "@babel/plugin-transform-computed-properties": "npm:^7.23.3" - "@babel/plugin-transform-destructuring": "npm:^7.23.3" - "@babel/plugin-transform-dotall-regex": "npm:^7.23.3" - "@babel/plugin-transform-duplicate-keys": "npm:^7.23.3" - "@babel/plugin-transform-dynamic-import": "npm:^7.23.3" - "@babel/plugin-transform-exponentiation-operator": "npm:^7.23.3" - "@babel/plugin-transform-export-namespace-from": "npm:^7.23.3" - "@babel/plugin-transform-for-of": "npm:^7.23.3" - "@babel/plugin-transform-function-name": "npm:^7.23.3" - "@babel/plugin-transform-json-strings": "npm:^7.23.3" - "@babel/plugin-transform-literals": "npm:^7.23.3" - "@babel/plugin-transform-logical-assignment-operators": "npm:^7.23.3" - "@babel/plugin-transform-member-expression-literals": "npm:^7.23.3" - "@babel/plugin-transform-modules-amd": "npm:^7.23.3" - "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" - "@babel/plugin-transform-modules-systemjs": "npm:^7.23.3" - "@babel/plugin-transform-modules-umd": "npm:^7.23.3" - "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.22.5" - "@babel/plugin-transform-new-target": "npm:^7.23.3" - "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.23.3" - "@babel/plugin-transform-numeric-separator": "npm:^7.23.3" - "@babel/plugin-transform-object-rest-spread": "npm:^7.23.3" - "@babel/plugin-transform-object-super": "npm:^7.23.3" - "@babel/plugin-transform-optional-catch-binding": "npm:^7.23.3" - "@babel/plugin-transform-optional-chaining": "npm:^7.23.3" - "@babel/plugin-transform-parameters": "npm:^7.23.3" - "@babel/plugin-transform-private-methods": "npm:^7.23.3" - "@babel/plugin-transform-private-property-in-object": "npm:^7.23.3" - "@babel/plugin-transform-property-literals": "npm:^7.23.3" - "@babel/plugin-transform-regenerator": "npm:^7.23.3" - "@babel/plugin-transform-reserved-words": "npm:^7.23.3" - "@babel/plugin-transform-shorthand-properties": "npm:^7.23.3" - "@babel/plugin-transform-spread": "npm:^7.23.3" - "@babel/plugin-transform-sticky-regex": "npm:^7.23.3" - "@babel/plugin-transform-template-literals": "npm:^7.23.3" - "@babel/plugin-transform-typeof-symbol": "npm:^7.23.3" - "@babel/plugin-transform-unicode-escapes": "npm:^7.23.3" - "@babel/plugin-transform-unicode-property-regex": "npm:^7.23.3" - "@babel/plugin-transform-unicode-regex": "npm:^7.23.3" - "@babel/plugin-transform-unicode-sets-regex": "npm:^7.23.3" + "@babel/plugin-transform-arrow-functions": "npm:^7.24.7" + "@babel/plugin-transform-async-generator-functions": "npm:^7.25.4" + "@babel/plugin-transform-async-to-generator": "npm:^7.24.7" + "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.7" + "@babel/plugin-transform-block-scoping": "npm:^7.25.0" + "@babel/plugin-transform-class-properties": "npm:^7.25.4" + "@babel/plugin-transform-class-static-block": "npm:^7.24.7" + "@babel/plugin-transform-classes": "npm:^7.25.4" + "@babel/plugin-transform-computed-properties": "npm:^7.24.7" + "@babel/plugin-transform-destructuring": "npm:^7.24.8" + "@babel/plugin-transform-dotall-regex": "npm:^7.24.7" + "@babel/plugin-transform-duplicate-keys": "npm:^7.24.7" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.0" + "@babel/plugin-transform-dynamic-import": "npm:^7.24.7" + "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7" + "@babel/plugin-transform-export-namespace-from": "npm:^7.24.7" + "@babel/plugin-transform-for-of": "npm:^7.24.7" + "@babel/plugin-transform-function-name": "npm:^7.25.1" + "@babel/plugin-transform-json-strings": "npm:^7.24.7" + "@babel/plugin-transform-literals": "npm:^7.25.2" + "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7" + "@babel/plugin-transform-member-expression-literals": "npm:^7.24.7" + "@babel/plugin-transform-modules-amd": "npm:^7.24.7" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.8" + "@babel/plugin-transform-modules-systemjs": "npm:^7.25.0" + "@babel/plugin-transform-modules-umd": "npm:^7.24.7" + "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7" + "@babel/plugin-transform-new-target": "npm:^7.24.7" + "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7" + "@babel/plugin-transform-numeric-separator": "npm:^7.24.7" + "@babel/plugin-transform-object-rest-spread": "npm:^7.24.7" + "@babel/plugin-transform-object-super": "npm:^7.24.7" + "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7" + "@babel/plugin-transform-optional-chaining": "npm:^7.24.8" + "@babel/plugin-transform-parameters": "npm:^7.24.7" + "@babel/plugin-transform-private-methods": "npm:^7.25.4" + "@babel/plugin-transform-private-property-in-object": "npm:^7.24.7" + "@babel/plugin-transform-property-literals": "npm:^7.24.7" + "@babel/plugin-transform-regenerator": "npm:^7.24.7" + "@babel/plugin-transform-reserved-words": "npm:^7.24.7" + "@babel/plugin-transform-shorthand-properties": "npm:^7.24.7" + "@babel/plugin-transform-spread": "npm:^7.24.7" + "@babel/plugin-transform-sticky-regex": "npm:^7.24.7" + "@babel/plugin-transform-template-literals": "npm:^7.24.7" + "@babel/plugin-transform-typeof-symbol": "npm:^7.24.8" + "@babel/plugin-transform-unicode-escapes": "npm:^7.24.7" + "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.7" + "@babel/plugin-transform-unicode-regex": "npm:^7.24.7" + "@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.4" "@babel/preset-modules": "npm:0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2: "npm:^0.4.6" - babel-plugin-polyfill-corejs3: "npm:^0.8.5" - babel-plugin-polyfill-regenerator: "npm:^0.5.3" - core-js-compat: "npm:^3.31.0" + babel-plugin-polyfill-corejs2: "npm:^0.4.10" + babel-plugin-polyfill-corejs3: "npm:^0.10.6" + babel-plugin-polyfill-regenerator: "npm:^0.6.1" + core-js-compat: "npm:^3.37.1" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/90ca3a0966eb09248b41e451dc77da27fea373881fea6713ea5ca4f416733cba58f8dd5cd8708f20832a3b7a89b264ee4131cc0bf0c959a733b50e6f8c2f7187 + checksum: 10/45ca65bdc7fa11ca51167804052460eda32bf2e6620c7ba998e2d95bc867595913532ee7d748e97e808eabcc66aabe796bd75c59014d996ec8183fa5a7245862 languageName: node linkType: hard @@ -2078,33 +1583,33 @@ __metadata: linkType: hard "@babel/preset-react@npm:^7.16.0": - version: 7.23.3 - resolution: "@babel/preset-react@npm:7.23.3" + version: 7.24.7 + resolution: "@babel/preset-react@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-validator-option": "npm:^7.22.15" - "@babel/plugin-transform-react-display-name": "npm:^7.23.3" - "@babel/plugin-transform-react-jsx": "npm:^7.22.15" - "@babel/plugin-transform-react-jsx-development": "npm:^7.22.5" - "@babel/plugin-transform-react-pure-annotations": "npm:^7.23.3" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-validator-option": "npm:^7.24.7" + "@babel/plugin-transform-react-display-name": "npm:^7.24.7" + "@babel/plugin-transform-react-jsx": "npm:^7.24.7" + "@babel/plugin-transform-react-jsx-development": "npm:^7.24.7" + "@babel/plugin-transform-react-pure-annotations": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ef6aef131b2f36e2883e9da0d832903643cb3c9ad4f32e04fb3eecae59e4221d583139e8d8f973e25c28d15aafa6b3e60fe9f25c5fd09abd3e2df03b8637bdd2 + checksum: 10/e861e6b923e8eacb01c2e931310b4a5b2ae2514a089a37390051700d1103ab87003f2abc0b389a12db7be24971dd8eaabee794b799d3e854cb0c22ba07a33100 languageName: node linkType: hard "@babel/preset-typescript@npm:^7.16.0": - version: 7.23.3 - resolution: "@babel/preset-typescript@npm:7.23.3" + version: 7.24.7 + resolution: "@babel/preset-typescript@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-validator-option": "npm:^7.22.15" - "@babel/plugin-syntax-jsx": "npm:^7.23.3" - "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" - "@babel/plugin-transform-typescript": "npm:^7.23.3" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-validator-option": "npm:^7.24.7" + "@babel/plugin-syntax-jsx": "npm:^7.24.7" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.7" + "@babel/plugin-transform-typescript": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c4add0f3fcbb3f4a305c48db9ccb32694f1308ed9971ccbc1a8a3c76d5a13726addb3c667958092287d7aa080186c5c83dbfefa55eacf94657e6cde39e172848 + checksum: 10/995e9783f8e474581e7533d6b10ec1fbea69528cc939ad8582b5937e13548e5215d25a8e2c845e7b351fdaa13139896b5e42ab3bde83918ea4e41773f10861ac languageName: node linkType: hard @@ -2115,74 +1620,23 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": - version: 7.23.2 - resolution: "@babel/runtime@npm:7.23.2" - dependencies: - regenerator-runtime: "npm:^0.14.0" - checksum: 10/abdcbdd590c7e31762e1bdab94dd466823c8bcedd3ff2fde85eeb94dac7cccaef151ac37c428bda7018ededd27c9a82b4dfeb621f978ad934232475a902f8e3a - languageName: node - linkType: hard - -"@babel/runtime@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/runtime@npm:7.23.9" +"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.8, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": + version: 7.25.6 + resolution: "@babel/runtime@npm:7.25.6" dependencies: regenerator-runtime: "npm:^0.14.0" - checksum: 10/9a520fe1bf72249f7dd60ff726434251858de15cccfca7aa831bd19d0d3fb17702e116ead82724659b8da3844977e5e13de2bae01eb8a798f2823a669f122be6 + checksum: 10/0c4134734deb20e1005ffb9165bf342e1074576621b246d8e5e41cc7cb315a885b7d98950fbf5c63619a2990a56ae82f444d35fe8c4691a0b70c2fe5673667dc languageName: node linkType: hard -"@babel/runtime@npm:^7.24.8": +"@babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0": version: 7.25.0 - resolution: "@babel/runtime@npm:7.25.0" - dependencies: - regenerator-runtime: "npm:^0.14.0" - checksum: 10/6870e9e0e9125075b3aeba49a266f442b10820bfc693019eb6c1785c5a0edbe927e98b8238662cdcdba17842107c040386c3b69f39a0a3b217f9d00ffe685b27 - languageName: node - linkType: hard - -"@babel/template@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/template@npm:7.22.15" - dependencies: - "@babel/code-frame": "npm:^7.22.13" - "@babel/parser": "npm:^7.22.15" - "@babel/types": "npm:^7.22.15" - checksum: 10/21e768e4eed4d1da2ce5d30aa51db0f4d6d8700bc1821fec6292587df7bba2fe1a96451230de8c64b989740731888ebf1141138bfffb14cacccf4d05c66ad93f - languageName: node - linkType: hard - -"@babel/template@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/template@npm:7.23.9" - dependencies: - "@babel/code-frame": "npm:^7.23.5" - "@babel/parser": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" - checksum: 10/1b011ba9354dc2e646561d54b6862e0df51760e6179faadd79be05825b0b6da04911e4e192df943f1766748da3037fd8493615b38707f7cadb0cf0c96601c170 - languageName: node - linkType: hard - -"@babel/template@npm:^7.24.0": - version: 7.24.0 - resolution: "@babel/template@npm:7.24.0" - dependencies: - "@babel/code-frame": "npm:^7.23.5" - "@babel/parser": "npm:^7.24.0" - "@babel/types": "npm:^7.24.0" - checksum: 10/8c538338c7de8fac8ada691a5a812bdcbd60bd4a4eb5adae2cc9ee19773e8fb1a724312a00af9e1ce49056ffd3c3475e7287b5668cf6360bfb3f8ac827a06ffe - languageName: node - linkType: hard - -"@babel/template@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/template@npm:7.24.7" + resolution: "@babel/template@npm:7.25.0" dependencies: "@babel/code-frame": "npm:^7.24.7" - "@babel/parser": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" - checksum: 10/5975d404ef51cf379515eb0f80b115981d0b9dff5539e53a47516644abb8c83d7559f5b083eb1d4977b20d8359ebb2f911ccd4f729143f8958fdc465f976d843 + "@babel/parser": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10/07ebecf6db8b28244b7397628e09c99e7a317b959b926d90455c7253c88df3677a5a32d1501d9749fe292a263ff51a4b6b5385bcabd5dadd3a48036f4d4949e0 languageName: node linkType: hard @@ -2204,75 +1658,18 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/traverse@npm:7.23.9" - dependencies: - "@babel/code-frame": "npm:^7.23.5" - "@babel/generator": "npm:^7.23.6" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-hoist-variables": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/parser": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" - debug: "npm:^4.3.1" - globals: "npm:^11.1.0" - checksum: 10/e2bb845f7f229feb7c338f7e150f5f1abc5395dcd3a6a47f63a25242ec3ec6b165f04a6df7d4849468547faee34eb3cf52487eb0bd867a7d3c42fec2a648266f - languageName: node - linkType: hard - -"@babel/traverse@npm:^7.23.2, @babel/traverse@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/traverse@npm:7.23.3" - dependencies: - "@babel/code-frame": "npm:^7.22.13" - "@babel/generator": "npm:^7.23.3" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-hoist-variables": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/parser": "npm:^7.23.3" - "@babel/types": "npm:^7.23.3" - debug: "npm:^4.1.0" - globals: "npm:^11.1.0" - checksum: 10/522ef8eefe1ed31cd392129efb2f8794ca25bd54b1ad7c3bfa7f46d20c47ef0e392d5c1654ddee3454eed5e546d04c9bfa38b04b82e47144aa545f87ba55572d - languageName: node - linkType: hard - -"@babel/traverse@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/traverse@npm:7.24.1" - dependencies: - "@babel/code-frame": "npm:^7.24.1" - "@babel/generator": "npm:^7.24.1" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-hoist-variables": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/parser": "npm:^7.24.1" - "@babel/types": "npm:^7.24.0" - debug: "npm:^4.3.1" - globals: "npm:^11.1.0" - checksum: 10/b9b0173c286ef549e179f3725df3c4958069ad79fe5b9840adeb99692eb4a5a08db4e735c0f086aab52e7e08ec711cee9e7c06cb908d8035641d1382172308d3 - languageName: node - linkType: hard - -"@babel/traverse@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/traverse@npm:7.24.7" +"@babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.4": + version: 7.25.6 + resolution: "@babel/traverse@npm:7.25.6" dependencies: "@babel/code-frame": "npm:^7.24.7" - "@babel/generator": "npm:^7.24.7" - "@babel/helper-environment-visitor": "npm:^7.24.7" - "@babel/helper-function-name": "npm:^7.24.7" - "@babel/helper-hoist-variables": "npm:^7.24.7" - "@babel/helper-split-export-declaration": "npm:^7.24.7" - "@babel/parser": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.6" + "@babel/parser": "npm:^7.25.6" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" debug: "npm:^4.3.1" globals: "npm:^11.1.0" - checksum: 10/785cf26383a992740e492efba7016de964cd06c05c9d7146fa1b5ead409e054c444f50b36dc37856884a56e32cf9d3105ddf1543486b6df68300bffb117a245a + checksum: 10/de75a918299bc27a44ec973e3f2fa8c7902bbd67bd5d39a0be656f3c1127f33ebc79c12696fbc8170a0b0e1072a966d4a2126578d7ea2e241b0aeb5d16edc738 languageName: node linkType: hard @@ -2286,69 +1683,14 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/types@npm:7.23.3" - dependencies: - "@babel/helper-string-parser": "npm:^7.22.5" - "@babel/helper-validator-identifier": "npm:^7.22.20" - to-fast-properties: "npm:^2.0.0" - checksum: 10/05ec1527d0468aa6f3e30fa821625322794055fb572c131aaa8befdf24d174407e2e5954c2b0a292a5456962e23383e36cf9d7cbb01318146d6140ce2128d000 - languageName: node - linkType: hard - -"@babel/types@npm:^7.17.0, @babel/types@npm:^7.22.5, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": - version: 7.22.5 - resolution: "@babel/types@npm:7.22.5" - dependencies: - "@babel/helper-string-parser": "npm:^7.22.5" - "@babel/helper-validator-identifier": "npm:^7.22.5" - to-fast-properties: "npm:^2.0.0" - checksum: 10/7f7edffe7e13dbd26a182677575ca7451bc234ce43b93dc49d27325306748628019e7753e6b5619ae462ea0d7e5ce2c0cc24092d53b592642ea89542037748b5 - languageName: node - linkType: hard - -"@babel/types@npm:^7.18.9, @babel/types@npm:^7.23.6, @babel/types@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/types@npm:7.23.9" - dependencies: - "@babel/helper-string-parser": "npm:^7.23.4" - "@babel/helper-validator-identifier": "npm:^7.22.20" - to-fast-properties: "npm:^2.0.0" - checksum: 10/bed9634e5fd0f9dc63c84cfa83316c4cb617192db9fedfea464fca743affe93736d7bf2ebf418ee8358751a9d388e303af87a0c050cb5d87d5870c1b0154f6cb - languageName: node - linkType: hard - -"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19": - version: 7.22.19 - resolution: "@babel/types@npm:7.22.19" - dependencies: - "@babel/helper-string-parser": "npm:^7.22.5" - "@babel/helper-validator-identifier": "npm:^7.22.19" - to-fast-properties: "npm:^2.0.0" - checksum: 10/46062a21c10b9441fd7066943c105e1f3a427bf8646e00af40825733d5c131b8e7eadd783d8e7b528a73636f2989c35dd3cd81a937e0578bee2112e45ec0e1db - languageName: node - linkType: hard - -"@babel/types@npm:^7.24.0": - version: 7.24.0 - resolution: "@babel/types@npm:7.24.0" - dependencies: - "@babel/helper-string-parser": "npm:^7.23.4" - "@babel/helper-validator-identifier": "npm:^7.22.20" - to-fast-properties: "npm:^2.0.0" - checksum: 10/a0b4875ce2e132f9daff0d5b27c7f4c4fcc97f2b084bdc5834e92c9d32592778489029e65d99d00c406da612d87b72d7a236c0afccaa1435c028d0c94c9b6da4 - languageName: node - linkType: hard - -"@babel/types@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/types@npm:7.24.7" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.17.0, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.23.0, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6, @babel/types@npm:^7.4.4": + version: 7.25.6 + resolution: "@babel/types@npm:7.25.6" dependencies: - "@babel/helper-string-parser": "npm:^7.24.7" + "@babel/helper-string-parser": "npm:^7.24.8" "@babel/helper-validator-identifier": "npm:^7.24.7" to-fast-properties: "npm:^2.0.0" - checksum: 10/ad3c8c0d6fb4acb0bb74bb5b4bb849b181bf6185677ef9c59c18856c81e43628d0858253cf232f0eca806f02e08eff85a1d3e636a3e94daea737597796b0b430 + checksum: 10/7b54665e1b51f525fe0f451efdd9fe7a4a6dfba3fd4956c3530bc77336b66ffe3d78c093796ed044119b5d213176af7cf326f317a2057c538d575c6cefcb3562 languageName: node linkType: hard @@ -2393,168 +1735,167 @@ __metadata: languageName: node linkType: hard -"@commitlint/config-validator@npm:^19.0.3": - version: 19.0.3 - resolution: "@commitlint/config-validator@npm:19.0.3" +"@commitlint/config-validator@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/config-validator@npm:19.5.0" dependencies: - "@commitlint/types": "npm:^19.0.3" + "@commitlint/types": "npm:^19.5.0" ajv: "npm:^8.11.0" - checksum: 10/a1a9678e0994d87fa98f0aee1a877dfaf60640b657589260ec958898d51affabba73d6684edafa1cc979e4e94b51f14fbd9b605eae77c2838ee52bcbcc110bef + checksum: 10/681bfdcabcb0ff794ea65d95128083869c97039c3a352219d6d88a2d4f3d0412b8ec515db77433fc6b0fce072051beb103d16889d42e76ea97873191ec191b23 languageName: node linkType: hard -"@commitlint/ensure@npm:^19.0.3": - version: 19.0.3 - resolution: "@commitlint/ensure@npm:19.0.3" +"@commitlint/ensure@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/ensure@npm:19.5.0" dependencies: - "@commitlint/types": "npm:^19.0.3" + "@commitlint/types": "npm:^19.5.0" lodash.camelcase: "npm:^4.3.0" lodash.kebabcase: "npm:^4.1.1" lodash.snakecase: "npm:^4.1.1" lodash.startcase: "npm:^4.4.0" lodash.upperfirst: "npm:^4.3.1" - checksum: 10/d8fdc4712985f9ccdbd871c9eabb9d2bdde22296b882b42bd32ab52b6679c5d799ff557d20a99cebb0008831fd31a540d771331e6e5e26bbafbb6b88f47148b6 + checksum: 10/a9d575637121221cb63232ee96024a63614052ccc205ec8fdab53feed70104b85608e31b4632f280d2876f10a2243474191d96e448b222abfc8d8ab48f9f8e7e languageName: node linkType: hard -"@commitlint/execute-rule@npm:^19.0.0": - version: 19.0.0 - resolution: "@commitlint/execute-rule@npm:19.0.0" - checksum: 10/4c5cbf9ab0e2b85b00ceea84e5598b1b3cceaa20a655ee954c45259cca9efc80cf5cf7d9eec04715a100c2da282cbcf6aba960ad53a47178090c0513426ac236 +"@commitlint/execute-rule@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/execute-rule@npm:19.5.0" + checksum: 10/ff05568c3a287ef8564171d5bc5d4510b2e00b552e4703f79db3d62f3cba9d669710717695d199e04c2117d41f9e72d7e43a342d5c1b62d456bc8e8bb7dda1e9 languageName: node linkType: hard "@commitlint/format@npm:^19.3.0": - version: 19.3.0 - resolution: "@commitlint/format@npm:19.3.0" + version: 19.5.0 + resolution: "@commitlint/format@npm:19.5.0" dependencies: - "@commitlint/types": "npm:^19.0.3" + "@commitlint/types": "npm:^19.5.0" chalk: "npm:^5.3.0" - checksum: 10/cc0e1e0e6d5eea76b856ad1be879de166c3d1385e1ae0e1bb78c575f9b78b53d92a56cd4719427cdba9cbb9a10235768da29144da9892596525c923d126951dd + checksum: 10/685b64ebee936d71bbbf66276b11d50b0227f2ad0df3c00317d5b7e25bce8b1b8dbc65cc7c5c7fafc76cad11a83ad4378a666bf8f12a3eb1c7d6a2a6c6cb25aa languageName: node linkType: hard -"@commitlint/is-ignored@npm:^19.2.2": - version: 19.2.2 - resolution: "@commitlint/is-ignored@npm:19.2.2" +"@commitlint/is-ignored@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/is-ignored@npm:19.5.0" dependencies: - "@commitlint/types": "npm:^19.0.3" + "@commitlint/types": "npm:^19.5.0" semver: "npm:^7.6.0" - checksum: 10/f412734496aba808c8bcbddd59c615600d62447ad2b62049805a044b1f299ff6628e2c9ce5022e55848099edc2591f62a7780842d9dffcd60ab3889bc93fea62 + checksum: 10/1c7ee34686fd098587f9717763473477d49e847f470a317903f922d13091271d013a046f61b43b31b34eba4e4b0f76369b7427588269bbdc4c5f622d3ace2c95 languageName: node linkType: hard "@commitlint/lint@npm:^19.2.2": - version: 19.2.2 - resolution: "@commitlint/lint@npm:19.2.2" + version: 19.5.0 + resolution: "@commitlint/lint@npm:19.5.0" dependencies: - "@commitlint/is-ignored": "npm:^19.2.2" - "@commitlint/parse": "npm:^19.0.3" - "@commitlint/rules": "npm:^19.0.3" - "@commitlint/types": "npm:^19.0.3" - checksum: 10/9bf2ffa0f6cdde3d53d755b95ca717afd193f4560ae5bb0f5ffd7f1bbd571ddc99b27417733c70e1adbd74a5197e4525493b2dfc116680a939db7728fefa805c + "@commitlint/is-ignored": "npm:^19.5.0" + "@commitlint/parse": "npm:^19.5.0" + "@commitlint/rules": "npm:^19.5.0" + "@commitlint/types": "npm:^19.5.0" + checksum: 10/bba8cd17a90876b6b2cd2f869ee4d08cd3e5ad8a10f2c273d379d3b6602da30c46c2d9d0925710d7b9ebf180b3d1f02409adfc0f1a888cc566d88c9ee5862bdd languageName: node linkType: hard "@commitlint/load@npm:^19.2.0": - version: 19.2.0 - resolution: "@commitlint/load@npm:19.2.0" + version: 19.5.0 + resolution: "@commitlint/load@npm:19.5.0" dependencies: - "@commitlint/config-validator": "npm:^19.0.3" - "@commitlint/execute-rule": "npm:^19.0.0" - "@commitlint/resolve-extends": "npm:^19.1.0" - "@commitlint/types": "npm:^19.0.3" + "@commitlint/config-validator": "npm:^19.5.0" + "@commitlint/execute-rule": "npm:^19.5.0" + "@commitlint/resolve-extends": "npm:^19.5.0" + "@commitlint/types": "npm:^19.5.0" chalk: "npm:^5.3.0" cosmiconfig: "npm:^9.0.0" cosmiconfig-typescript-loader: "npm:^5.0.0" lodash.isplainobject: "npm:^4.0.6" lodash.merge: "npm:^4.6.2" lodash.uniq: "npm:^4.5.0" - checksum: 10/5cd35a0a60064c70c06ab6bd8b1ae02cf6ecc1d0520b76c68cdc7c12094338f04c19e2df5d7ae30d681e858871c4f1963ae39e4969ed61139959cf4b300030fc + checksum: 10/87a9450c768632c09e9d98993752a5622aee698642eee5a9b31c3c48625455e043406b7ea6e02a8f41d86c524c9ecbdb9b823caf67da3048f0d96531177fda28 languageName: node linkType: hard -"@commitlint/message@npm:^19.0.0": - version: 19.0.0 - resolution: "@commitlint/message@npm:19.0.0" - checksum: 10/446ee97c12a4175a8b7a4cbf3754c01d54cd911973c7af9a2eac69277fb891e638ddc3db132f57588883b68eadf59074d388ec1808a205957042f71027244167 +"@commitlint/message@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/message@npm:19.5.0" + checksum: 10/ad6993476ce3e6ed6ed7ae5327ac8d5116ca70168d9de6dff656a7e6f2b9f01a1c3ac7a13418831b5cdc3148ea9bcd78c32bdb7aa863280108e176ff803f7a51 languageName: node linkType: hard -"@commitlint/parse@npm:^19.0.3": - version: 19.0.3 - resolution: "@commitlint/parse@npm:19.0.3" +"@commitlint/parse@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/parse@npm:19.5.0" dependencies: - "@commitlint/types": "npm:^19.0.3" + "@commitlint/types": "npm:^19.5.0" conventional-changelog-angular: "npm:^7.0.0" conventional-commits-parser: "npm:^5.0.0" - checksum: 10/ddd7a6007d37d7154f6b18bfa06dc26beb109cd4bcabe7e9ca2ff24088325ab2c7b09cc01cceb9d62e6e60affffe3d19e9685fab06d3506d047166d888d25487 + checksum: 10/2a6f8bbbd79aa36a7e1128c60cecb322557110aa4aa8757c741c2f79071c540ba56957cef81fb64f4a304535e462d0c48b5c1ef1b2766fea7971d38ec5ad6384 languageName: node linkType: hard "@commitlint/read@npm:^19.2.1": - version: 19.2.1 - resolution: "@commitlint/read@npm:19.2.1" + version: 19.5.0 + resolution: "@commitlint/read@npm:19.5.0" dependencies: - "@commitlint/top-level": "npm:^19.0.0" - "@commitlint/types": "npm:^19.0.3" - execa: "npm:^8.0.1" + "@commitlint/top-level": "npm:^19.5.0" + "@commitlint/types": "npm:^19.5.0" git-raw-commits: "npm:^4.0.0" minimist: "npm:^1.2.8" - checksum: 10/840ebd183b2fe36dea03701552d825a9a1770d300b9416ab2a731fdeed66cf8c9dd8be133d92ac017cb9bf29e2ef5aee91a641f2b643bb5b33005f7b392ec953 + tinyexec: "npm:^0.3.0" + checksum: 10/0ea2da48ae1bab9add9e831a1659306567755c20ec74cf04e6e50ef1e520970decd259af652995f55eef422a3f1382f0e64e5fbc23606176f766f71076ad872b languageName: node linkType: hard -"@commitlint/resolve-extends@npm:^19.1.0": - version: 19.1.0 - resolution: "@commitlint/resolve-extends@npm:19.1.0" +"@commitlint/resolve-extends@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/resolve-extends@npm:19.5.0" dependencies: - "@commitlint/config-validator": "npm:^19.0.3" - "@commitlint/types": "npm:^19.0.3" + "@commitlint/config-validator": "npm:^19.5.0" + "@commitlint/types": "npm:^19.5.0" global-directory: "npm:^4.0.1" import-meta-resolve: "npm:^4.0.0" lodash.mergewith: "npm:^4.6.2" resolve-from: "npm:^5.0.0" - checksum: 10/453f8828b091886dc7cb4b13285bf3300be94266c3fc13453ab62fddc524a3969434dcebea3e4c4775621576fa25b41efbc62d773e3c44c1e87d12d7211166de + checksum: 10/71a1c9423570dedb55809f4ad7c35962607cb06921364116e8f2d8c3d37a7ff2a43747ad5a9cd924b58614e6880a42a3fa1510244748bb6997469b52b0fecd78 languageName: node linkType: hard -"@commitlint/rules@npm:^19.0.3": - version: 19.0.3 - resolution: "@commitlint/rules@npm:19.0.3" +"@commitlint/rules@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/rules@npm:19.5.0" dependencies: - "@commitlint/ensure": "npm:^19.0.3" - "@commitlint/message": "npm:^19.0.0" - "@commitlint/to-lines": "npm:^19.0.0" - "@commitlint/types": "npm:^19.0.3" - execa: "npm:^8.0.1" - checksum: 10/218033d96b0bae7dbea0e46483f8af823c17b492e4b0c4dca93a6312876d051cc88f4272d009e7eb06ff05585ec511aedd703132be17c7248698a4eac909986b + "@commitlint/ensure": "npm:^19.5.0" + "@commitlint/message": "npm:^19.5.0" + "@commitlint/to-lines": "npm:^19.5.0" + "@commitlint/types": "npm:^19.5.0" + checksum: 10/2c879d2cd50a3b4572cea41f044cc3091f0a11ef5ead0bb54bfa564ea637e0d93e08ae322ec4c99bb5b379b82835ace595d1c8dab6e35c1b68b63292160a61b3 languageName: node linkType: hard -"@commitlint/to-lines@npm:^19.0.0": - version: 19.0.0 - resolution: "@commitlint/to-lines@npm:19.0.0" - checksum: 10/5e7d5679aa242cd21be2076a8c8715aa3c9f4c3133f588df08c6b02f56a8a5b1a5d9e402076bd926dd2b61883e4b2c53fd6c9aa3554e3f54cd2296b2566eb1c2 +"@commitlint/to-lines@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/to-lines@npm:19.5.0" + checksum: 10/68aaca7bf1331b5f2f604e814d57f483ead81a8296f8cff5667249510a5601825dfbbaccade3d02e0aca580b973c01419276d693cc9aa888cbe11022daa9dce6 languageName: node linkType: hard -"@commitlint/top-level@npm:^19.0.0": - version: 19.0.0 - resolution: "@commitlint/top-level@npm:19.0.0" +"@commitlint/top-level@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/top-level@npm:19.5.0" dependencies: find-up: "npm:^7.0.0" - checksum: 10/47b0994d03f26caf2812110ead535bd10157beed6b3dff9cbb4eea165de9245673ba7d31829cd54af5855f7b075ebbf812b1f79586248be3932797888efeadf5 + checksum: 10/f6b5a3746c458e12c7a9e93f7c856ba90fba6e61db614ea1201e6b6e92cb8161dd13e88d8c9b408709ea0c19bc949cffcd1dd356cb6f51fc2ede8df48c1fd410 languageName: node linkType: hard -"@commitlint/types@npm:^19.0.3": - version: 19.0.3 - resolution: "@commitlint/types@npm:19.0.3" +"@commitlint/types@npm:^19.0.3, @commitlint/types@npm:^19.5.0": + version: 19.5.0 + resolution: "@commitlint/types@npm:19.5.0" dependencies: "@types/conventional-commits-parser": "npm:^5.0.0" chalk: "npm:^5.3.0" - checksum: 10/44e67f4861f9b137f43a441f8ab255676b7a276c82ca46ba7846ca1057d170af92a87d3e2a1378713dc4e33a68c8af513683cb96dcd29544e48e2c825109ea6f + checksum: 10/a26f33ec6987d7d93bdbd7e1b177cfac30ca056ea383faf343c6a09c0441aa057a24be1459c3d4e7e91edd2ecf8d6c4dd670948c9d22646d64767137c6db098a languageName: node linkType: hard @@ -2582,8 +1923,8 @@ __metadata: linkType: hard "@cypress/request@npm:^3.0.0": - version: 3.0.1 - resolution: "@cypress/request@npm:3.0.1" + version: 3.0.5 + resolution: "@cypress/request@npm:3.0.5" dependencies: aws-sign2: "npm:~0.7.0" aws4: "npm:^1.8.0" @@ -2591,25 +1932,25 @@ __metadata: combined-stream: "npm:~1.0.6" extend: "npm:~3.0.2" forever-agent: "npm:~0.6.1" - form-data: "npm:~2.3.2" - http-signature: "npm:~1.3.6" + form-data: "npm:~4.0.0" + http-signature: "npm:~1.4.0" is-typedarray: "npm:~1.0.0" isstream: "npm:~0.1.2" json-stringify-safe: "npm:~5.0.1" mime-types: "npm:~2.1.19" performance-now: "npm:^2.1.0" - qs: "npm:6.10.4" + qs: "npm:6.13.0" safe-buffer: "npm:^5.1.2" tough-cookie: "npm:^4.1.3" tunnel-agent: "npm:^0.6.0" uuid: "npm:^8.3.2" - checksum: 10/bf48bed6d6e493c05493902fb08b1d0646e7ec4300cf834816c2616f781db1a7fc447bd6f81de7c3076d738e8a6d75354e21d332f8f7ef8d9101d9b2f8e15b3a + checksum: 10/41ea0de43c8be1f22b82ad8728505c8a155b8ac38be34fe404fbf1872aa631e7a990c913a5ceb4ef0e7c0d3ddd1b59f1637400379f1a50f6f79c7e70cb551574 languageName: node linkType: hard "@cypress/webpack-preprocessor@npm:^6.0.0": - version: 6.0.0 - resolution: "@cypress/webpack-preprocessor@npm:6.0.0" + version: 6.0.2 + resolution: "@cypress/webpack-preprocessor@npm:6.0.2" dependencies: bluebird: "npm:3.7.1" debug: "npm:^4.3.4" @@ -2619,7 +1960,7 @@ __metadata: "@babel/preset-env": ^7.0.0 babel-loader: ^8.3 || ^9 webpack: ^4 || ^5 - checksum: 10/9237c4d6752913c96cb8ca2bbda1d5e1b2c5778c668e23e751d79c3a5323dbe1f2bbecf5ffcc9ffc2906d08f57b0c93da3853d4b1115669ba78b9296256e9b11 + checksum: 10/da98d36a4f4ee106b13c03e3e86d2345c4c909fc73913897117477e2b690ab4be838d655c95aa8175f52434dca6c12ff4f7357702bd93616634b57cb354429b4 languageName: node linkType: hard @@ -2634,25 +1975,25 @@ __metadata: linkType: hard "@emotion/babel-plugin@npm:^11.11.0": - version: 11.11.0 - resolution: "@emotion/babel-plugin@npm:11.11.0" + version: 11.12.0 + resolution: "@emotion/babel-plugin@npm:11.12.0" dependencies: "@babel/helper-module-imports": "npm:^7.16.7" "@babel/runtime": "npm:^7.18.3" - "@emotion/hash": "npm:^0.9.1" - "@emotion/memoize": "npm:^0.8.1" - "@emotion/serialize": "npm:^1.1.2" + "@emotion/hash": "npm:^0.9.2" + "@emotion/memoize": "npm:^0.9.0" + "@emotion/serialize": "npm:^1.2.0" babel-plugin-macros: "npm:^3.1.0" convert-source-map: "npm:^1.5.0" escape-string-regexp: "npm:^4.0.0" find-root: "npm:^1.1.0" source-map: "npm:^0.5.7" stylis: "npm:4.2.0" - checksum: 10/8de017666838fc06b1a961d7a49b4e6dc0c83dbb064ea33512bae056594f0811a87e3242ef90fa2aa49fc080fab1cc7af536e7aee9398eaca7a1fc020d2dd527 + checksum: 10/fe6f4522ea2b61ef4214dd0b0f3778aad9c18434b47e50ae5091af226526bf305455c313065826a090682520c9462c151d4df62ec128f14671d3125afc05b148 languageName: node linkType: hard -"@emotion/cache@npm:11.11.0, @emotion/cache@npm:^11.11.0": +"@emotion/cache@npm:11.11.0": version: 11.11.0 resolution: "@emotion/cache@npm:11.11.0" dependencies: @@ -2665,19 +2006,32 @@ __metadata: languageName: node linkType: hard -"@emotion/hash@npm:^0.9.1": - version: 0.9.1 - resolution: "@emotion/hash@npm:0.9.1" - checksum: 10/716e17e48bf9047bf9383982c071de49f2615310fb4e986738931776f5a823bc1f29c84501abe0d3df91a3803c80122d24e28b57351bca9e01356ebb33d89876 +"@emotion/cache@npm:^11.11.0": + version: 11.13.1 + resolution: "@emotion/cache@npm:11.13.1" + dependencies: + "@emotion/memoize": "npm:^0.9.0" + "@emotion/sheet": "npm:^1.4.0" + "@emotion/utils": "npm:^1.4.0" + "@emotion/weak-memoize": "npm:^0.4.0" + stylis: "npm:4.2.0" + checksum: 10/090c8ad2e5b23f1b3a95e94f1f0554a40ed1dcd844c9d31629a68ff824eff40f32d1362f67aefa440ee0aabd5a8cabcc76870fd6d77144d3ff251bdcdf1420b9 + languageName: node + linkType: hard + +"@emotion/hash@npm:^0.9.2": + version: 0.9.2 + resolution: "@emotion/hash@npm:0.9.2" + checksum: 10/379bde2830ccb0328c2617ec009642321c0e009a46aa383dfbe75b679c6aea977ca698c832d225a893901f29d7b3eef0e38cf341f560f6b2b56f1ff23c172387 languageName: node linkType: hard "@emotion/is-prop-valid@npm:^1.2.2": - version: 1.2.2 - resolution: "@emotion/is-prop-valid@npm:1.2.2" + version: 1.3.0 + resolution: "@emotion/is-prop-valid@npm:1.3.0" dependencies: - "@emotion/memoize": "npm:^0.8.1" - checksum: 10/0fa3960abfbe845d40cc230ab8c9408e1f33d3c03b321980359911c7212133cdcb0344d249e9dab23342b304567eece7a10ec44b986f7230e0640ba00049dceb + "@emotion/memoize": "npm:^0.9.0" + checksum: 10/9b395dd9734fa88e24aa5adeef90ba86564d29c85d07a18cd39fbd06fbe597a5008a335a6147088de9f0533dbb3691786c8e10e6eaab5c7d960634833a054005 languageName: node linkType: hard @@ -2688,6 +2042,13 @@ __metadata: languageName: node linkType: hard +"@emotion/memoize@npm:^0.9.0": + version: 0.9.0 + resolution: "@emotion/memoize@npm:0.9.0" + checksum: 10/038132359397348e378c593a773b1148cd0cf0a2285ffd067a0f63447b945f5278860d9de718f906a74c7c940ba1783ac2ca18f1c06a307b01cc0e3944e783b1 + languageName: node + linkType: hard + "@emotion/react@npm:11.11.4": version: 11.11.4 resolution: "@emotion/react@npm:11.11.4" @@ -2709,49 +2070,23 @@ __metadata: languageName: node linkType: hard -"@emotion/serialize@npm:^1.1.2": - version: 1.1.2 - resolution: "@emotion/serialize@npm:1.1.2" - dependencies: - "@emotion/hash": "npm:^0.9.1" - "@emotion/memoize": "npm:^0.8.1" - "@emotion/unitless": "npm:^0.8.1" - "@emotion/utils": "npm:^1.2.1" - csstype: "npm:^3.0.2" - checksum: 10/71ed270ee4e9678d6d1c541cb111f8247aef862a28729e511f7036f22b12822e976b5843f5829a1c2a7b959a9728dcac831f39de3084664725eba1345a03b4a0 - languageName: node - linkType: hard - -"@emotion/serialize@npm:^1.1.3": - version: 1.1.3 - resolution: "@emotion/serialize@npm:1.1.3" - dependencies: - "@emotion/hash": "npm:^0.9.1" - "@emotion/memoize": "npm:^0.8.1" - "@emotion/unitless": "npm:^0.8.1" - "@emotion/utils": "npm:^1.2.1" - csstype: "npm:^3.0.2" - checksum: 10/48d88923663273ae70359bc1a1f30454136716cbe0ddd9664be08e257ce56acedab911f125b627627358e37c9f450bbac3ea09b534ef42f9f67325d47b1e2a7b - languageName: node - linkType: hard - -"@emotion/serialize@npm:^1.1.4": - version: 1.1.4 - resolution: "@emotion/serialize@npm:1.1.4" +"@emotion/serialize@npm:^1.1.3, @emotion/serialize@npm:^1.1.4, @emotion/serialize@npm:^1.2.0": + version: 1.3.1 + resolution: "@emotion/serialize@npm:1.3.1" dependencies: - "@emotion/hash": "npm:^0.9.1" - "@emotion/memoize": "npm:^0.8.1" - "@emotion/unitless": "npm:^0.8.1" - "@emotion/utils": "npm:^1.2.1" + "@emotion/hash": "npm:^0.9.2" + "@emotion/memoize": "npm:^0.9.0" + "@emotion/unitless": "npm:^0.10.0" + "@emotion/utils": "npm:^1.4.0" csstype: "npm:^3.0.2" - checksum: 10/11fc4f960226778e9a5f86310b739703986d13b2de3e89a16d788126ce312b2c8c174a2947c9bfc80cb124b331c36feeac44193f81150616d94b1ba19a92d70a + checksum: 10/4bbb9b417f88a7bb55c4ffba101e3e53059029c0258969683bb11216906e08cbd687b5674ec787ec41e5340399fb08af8881d6cf913caf8a5fdf84c4f4890f33 languageName: node linkType: hard -"@emotion/sheet@npm:^1.2.2": - version: 1.2.2 - resolution: "@emotion/sheet@npm:1.2.2" - checksum: 10/cc46b20ef7273dc28de889927ae1498f854be2890905745fcc3154fbbacaa54df1e28c3d89ff3339c2022782c78933f51955bb950d105d5a219576db1eadfb7a +"@emotion/sheet@npm:^1.2.2, @emotion/sheet@npm:^1.4.0": + version: 1.4.0 + resolution: "@emotion/sheet@npm:1.4.0" + checksum: 10/8ac6e9bf6b373a648f26ae7f1c24041038524f4c72f436f4f8c4761c665e58880c3229d8d89b1f7a4815dd8e5b49634d03e60187cb6f93097d7f7c1859e869d5 languageName: node linkType: hard @@ -2775,26 +2110,26 @@ __metadata: languageName: node linkType: hard -"@emotion/unitless@npm:^0.8.1": - version: 0.8.1 - resolution: "@emotion/unitless@npm:0.8.1" - checksum: 10/918f73c46ac0b7161e3c341cc07d651ce87e31ab1695e74b12adb7da6bb98dfbff8c69cf68a4e40d9eb3d820ca055dc1267aeb3007927ce88f98b885bf729b63 +"@emotion/unitless@npm:^0.10.0": + version: 0.10.0 + resolution: "@emotion/unitless@npm:0.10.0" + checksum: 10/6851c16edce01c494305f43b2cad7a26b939a821131b7c354e49b8e3b012c8810024755b0f4a03ef51117750309e55339825a97bd10411fb3687e68904769106 languageName: node linkType: hard "@emotion/use-insertion-effect-with-fallbacks@npm:^1.0.1": - version: 1.0.1 - resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.0.1" + version: 1.1.0 + resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.1.0" peerDependencies: react: ">=16.8.0" - checksum: 10/7d7ead9ba3f615510f550aea67815281ec5a5487de55aafc250f820317afc1fd419bd9e9e27602a0206ec5c152f13dc6130bccad312c1036706c584c65d66ef7 + checksum: 10/33a10f44a873b3f5ccd2a1a3d13c2f34ed628f5a2be1ccf28540a86535a14d3a930afcbef209d48346a22ec60ff48f43c86ee9c846b9480d23a55a17145da66c languageName: node linkType: hard -"@emotion/utils@npm:^1.2.1": - version: 1.2.1 - resolution: "@emotion/utils@npm:1.2.1" - checksum: 10/472fa529c64a13edff80aa11698092e8841c1ffb5001c739d84eb9d0fdd6d8e1cd1848669310578ccfa6383b8601132eca54f8749fca40af85d21fdfc9b776c4 +"@emotion/utils@npm:^1.2.1, @emotion/utils@npm:^1.4.0": + version: 1.4.0 + resolution: "@emotion/utils@npm:1.4.0" + checksum: 10/e4cdb51819db01fec21c3e35a1391900c9e7f3ac1e7ecb419c8e408464830cd7ef6e1a116381cbfe3fb1039406fb7ed35f16a1575d502c92bc9f81bc13a3ee5a languageName: node linkType: hard @@ -2805,10 +2140,10 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/aix-ppc64@npm:0.20.2" - conditions: os=aix & cpu=ppc64 +"@emotion/weak-memoize@npm:^0.4.0": + version: 0.4.0 + resolution: "@emotion/weak-memoize@npm:0.4.0" + checksum: 10/db5da0e89bd752c78b6bd65a1e56231f0abebe2f71c0bd8fc47dff96408f7065b02e214080f99924f6a3bfe7ee15afc48dad999d76df86b39b16e513f7a94f52 languageName: node linkType: hard @@ -2819,20 +2154,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/android-arm64@npm:0.19.8" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/android-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/android-arm64@npm:0.20.2" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/android-arm64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/android-arm64@npm:0.21.5" @@ -2840,20 +2161,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/android-arm@npm:0.19.8" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - -"@esbuild/android-arm@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/android-arm@npm:0.20.2" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - "@esbuild/android-arm@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/android-arm@npm:0.21.5" @@ -2861,20 +2168,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/android-x64@npm:0.19.8" - conditions: os=android & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/android-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/android-x64@npm:0.20.2" - conditions: os=android & cpu=x64 - languageName: node - linkType: hard - "@esbuild/android-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/android-x64@npm:0.21.5" @@ -2882,20 +2175,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/darwin-arm64@npm:0.19.8" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/darwin-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/darwin-arm64@npm:0.20.2" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/darwin-arm64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/darwin-arm64@npm:0.21.5" @@ -2903,20 +2182,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/darwin-x64@npm:0.19.8" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/darwin-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/darwin-x64@npm:0.20.2" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - "@esbuild/darwin-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/darwin-x64@npm:0.21.5" @@ -2924,20 +2189,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/freebsd-arm64@npm:0.19.8" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/freebsd-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/freebsd-arm64@npm:0.20.2" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/freebsd-arm64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/freebsd-arm64@npm:0.21.5" @@ -2945,20 +2196,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/freebsd-x64@npm:0.19.8" - conditions: os=freebsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/freebsd-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/freebsd-x64@npm:0.20.2" - conditions: os=freebsd & cpu=x64 - languageName: node - linkType: hard - "@esbuild/freebsd-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/freebsd-x64@npm:0.21.5" @@ -2966,20 +2203,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-arm64@npm:0.19.8" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/linux-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-arm64@npm:0.20.2" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/linux-arm64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-arm64@npm:0.21.5" @@ -2987,20 +2210,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-arm@npm:0.19.8" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"@esbuild/linux-arm@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-arm@npm:0.20.2" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - "@esbuild/linux-arm@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-arm@npm:0.21.5" @@ -3008,20 +2217,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-ia32@npm:0.19.8" - conditions: os=linux & cpu=ia32 - languageName: node - linkType: hard - -"@esbuild/linux-ia32@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-ia32@npm:0.20.2" - conditions: os=linux & cpu=ia32 - languageName: node - linkType: hard - "@esbuild/linux-ia32@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-ia32@npm:0.21.5" @@ -3029,20 +2224,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-loong64@npm:0.19.8" - conditions: os=linux & cpu=loong64 - languageName: node - linkType: hard - -"@esbuild/linux-loong64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-loong64@npm:0.20.2" - conditions: os=linux & cpu=loong64 - languageName: node - linkType: hard - "@esbuild/linux-loong64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-loong64@npm:0.21.5" @@ -3050,20 +2231,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-mips64el@npm:0.19.8" - conditions: os=linux & cpu=mips64el - languageName: node - linkType: hard - -"@esbuild/linux-mips64el@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-mips64el@npm:0.20.2" - conditions: os=linux & cpu=mips64el - languageName: node - linkType: hard - "@esbuild/linux-mips64el@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-mips64el@npm:0.21.5" @@ -3071,20 +2238,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-ppc64@npm:0.19.8" - conditions: os=linux & cpu=ppc64 - languageName: node - linkType: hard - -"@esbuild/linux-ppc64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-ppc64@npm:0.20.2" - conditions: os=linux & cpu=ppc64 - languageName: node - linkType: hard - "@esbuild/linux-ppc64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-ppc64@npm:0.21.5" @@ -3092,20 +2245,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-riscv64@npm:0.19.8" - conditions: os=linux & cpu=riscv64 - languageName: node - linkType: hard - -"@esbuild/linux-riscv64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-riscv64@npm:0.20.2" - conditions: os=linux & cpu=riscv64 - languageName: node - linkType: hard - "@esbuild/linux-riscv64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-riscv64@npm:0.21.5" @@ -3113,20 +2252,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-s390x@npm:0.19.8" - conditions: os=linux & cpu=s390x - languageName: node - linkType: hard - -"@esbuild/linux-s390x@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-s390x@npm:0.20.2" - conditions: os=linux & cpu=s390x - languageName: node - linkType: hard - "@esbuild/linux-s390x@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-s390x@npm:0.21.5" @@ -3134,20 +2259,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/linux-x64@npm:0.19.8" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/linux-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-x64@npm:0.20.2" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - "@esbuild/linux-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/linux-x64@npm:0.21.5" @@ -3155,20 +2266,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/netbsd-x64@npm:0.19.8" - conditions: os=netbsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/netbsd-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/netbsd-x64@npm:0.20.2" - conditions: os=netbsd & cpu=x64 - languageName: node - linkType: hard - "@esbuild/netbsd-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/netbsd-x64@npm:0.21.5" @@ -3176,20 +2273,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/openbsd-x64@npm:0.19.8" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/openbsd-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/openbsd-x64@npm:0.20.2" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - "@esbuild/openbsd-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/openbsd-x64@npm:0.21.5" @@ -3197,20 +2280,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/sunos-x64@npm:0.19.8" - conditions: os=sunos & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/sunos-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/sunos-x64@npm:0.20.2" - conditions: os=sunos & cpu=x64 - languageName: node - linkType: hard - "@esbuild/sunos-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/sunos-x64@npm:0.21.5" @@ -3218,20 +2287,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/win32-arm64@npm:0.19.8" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/win32-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/win32-arm64@npm:0.20.2" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - "@esbuild/win32-arm64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/win32-arm64@npm:0.21.5" @@ -3239,20 +2294,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/win32-ia32@npm:0.19.8" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@esbuild/win32-ia32@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/win32-ia32@npm:0.20.2" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - "@esbuild/win32-ia32@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/win32-ia32@npm:0.21.5" @@ -3260,20 +2301,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.19.8": - version: 0.19.8 - resolution: "@esbuild/win32-x64@npm:0.19.8" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/win32-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/win32-x64@npm:0.20.2" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@esbuild/win32-x64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/win32-x64@npm:0.21.5" @@ -3293,9 +2320,9 @@ __metadata: linkType: hard "@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1": - version: 4.10.0 - resolution: "@eslint-community/regexpp@npm:4.10.0" - checksum: 10/8c36169c815fc5d726078e8c71a5b592957ee60d08c6470f9ce0187c8046af1a00afbda0a065cc40ff18d5d83f82aed9793c6818f7304a74a7488dc9f3ecbd42 + version: 4.11.1 + resolution: "@eslint-community/regexpp@npm:4.11.1" + checksum: 10/934b6d3588c7f16b18d41efec4fdb89616c440b7e3256b8cb92cfd31ae12908600f2b986d6c1e61a84cbc10256b1dd3448cd1eec79904bd67ac365d0f1aba2e2 languageName: node linkType: hard @@ -3316,10 +2343,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:8.57.0": - version: 8.57.0 - resolution: "@eslint/js@npm:8.57.0" - checksum: 10/3c501ce8a997cf6cbbaf4ed358af5492875e3550c19b9621413b82caa9ae5382c584b0efa79835639e6e0ddaa568caf3499318e5bdab68643ef4199dce5eb0a0 +"@eslint/js@npm:8.57.1": + version: 8.57.1 + resolution: "@eslint/js@npm:8.57.1" + checksum: 10/7562b21be10c2adbfa4aa5bb2eccec2cb9ac649a3569560742202c8d1cb6c931ce634937a2f0f551e078403a1c1285d6c2c0aa345dafc986149665cd69fe8b59 languageName: node linkType: hard @@ -3330,41 +2357,41 @@ __metadata: languageName: node linkType: hard -"@floating-ui/core@npm:^1.0.0": - version: 1.6.0 - resolution: "@floating-ui/core@npm:1.6.0" +"@floating-ui/core@npm:^1.6.0": + version: 1.6.8 + resolution: "@floating-ui/core@npm:1.6.8" dependencies: - "@floating-ui/utils": "npm:^0.2.1" - checksum: 10/d6a47cacde193cd8ccb4c268b91ccc4ca254dffaec6242b07fd9bcde526044cc976d27933a7917f9a671de0a0e27f8d358f46400677dbd0c8199de293e9746e1 + "@floating-ui/utils": "npm:^0.2.8" + checksum: 10/87d52989c3d2cc80373bc153b7a40814db3206ce7d0b2a2bdfb63e2ff39ffb8b999b1b0ccf28e548000ebf863bf16e2bed45eab4c4d287a5dbe974ef22368d82 languageName: node linkType: hard -"@floating-ui/dom@npm:^1.6.1": - version: 1.6.3 - resolution: "@floating-ui/dom@npm:1.6.3" +"@floating-ui/dom@npm:^1.0.0": + version: 1.6.11 + resolution: "@floating-ui/dom@npm:1.6.11" dependencies: - "@floating-ui/core": "npm:^1.0.0" - "@floating-ui/utils": "npm:^0.2.0" - checksum: 10/83e97076c7a5f55c3506f574bc53f03d38bed6eb8181920c8733076889371e287e9ae6f28c520a076967759b9b6ff425362832a5cdf16a999069530dbb9cce53 + "@floating-ui/core": "npm:^1.6.0" + "@floating-ui/utils": "npm:^0.2.8" + checksum: 10/8579392ad10151474869e7640af169b0d7fc2df48d4da27b6dcb1a57202329147ed986b2972787d4b8cd550c87897271b2d9c4633c2ec7d0b3ad37ce1da636f1 languageName: node linkType: hard "@floating-ui/react-dom@npm:^2.0.8": - version: 2.0.8 - resolution: "@floating-ui/react-dom@npm:2.0.8" + version: 2.1.2 + resolution: "@floating-ui/react-dom@npm:2.1.2" dependencies: - "@floating-ui/dom": "npm:^1.6.1" + "@floating-ui/dom": "npm:^1.0.0" peerDependencies: react: ">=16.8.0" react-dom: ">=16.8.0" - checksum: 10/e57b2a498aecf8de0ec28adf434257fca7893bd9bd7e78b63ac98c63b29b9fc086fc175630154352f3610f5c4a0d329823837f4f6c235cc0459fde6417065590 + checksum: 10/2a67dc8499674e42ff32c7246bded185bb0fdd492150067caf9568569557ac4756a67787421d8604b0f241e5337de10762aee270d9aeef106d078a0ff13596c4 languageName: node linkType: hard -"@floating-ui/utils@npm:^0.2.0, @floating-ui/utils@npm:^0.2.1": - version: 0.2.1 - resolution: "@floating-ui/utils@npm:0.2.1" - checksum: 10/33c9ab346e7b05c5a1e6a95bc902aafcfc2c9d513a147e2491468843bd5607531b06d0b9aa56aa491cbf22a6c2495c18ccfc4c0344baec54a689a7bb8e4898d6 +"@floating-ui/utils@npm:^0.2.8": + version: 0.2.8 + resolution: "@floating-ui/utils@npm:0.2.8" + checksum: 10/3e3ea3b2de06badc4baebdf358b3dbd77ccd9474a257a6ef237277895943db2acbae756477ec64de65a2a1436d94aea3107129a1feeef6370675bf2b161c1abc languageName: node linkType: hard @@ -3400,6 +2427,17 @@ __metadata: languageName: node linkType: hard +"@graasp/stylis-plugin-rtl@npm:^2": + version: 2.2.0 + resolution: "@graasp/stylis-plugin-rtl@npm:2.2.0" + dependencies: + cssjanus: "npm:^2.3.0" + peerDependencies: + stylis: 4.x + checksum: 10/4b873aa7465c894ff5422f851522feda36bf73923f7a859befc7d5c8049e660a80a103090b977d01fad5c7d2c7ab92e313a7fa3eb263e2ce41bdb9597762edac + languageName: node + linkType: hard + "@graasp/translations@npm:1.32.0": version: 1.32.0 resolution: "@graasp/translations@npm:1.32.0" @@ -3409,54 +2447,51 @@ __metadata: languageName: node linkType: hard -"@graasp/ui@npm:4.21.0": - version: 4.21.0 - resolution: "@graasp/ui@npm:4.21.0" +"@graasp/ui@https://github.com/lnco-epfl/graasp-ui#1-update-ui-for-lnco-graasp": + version: 5.0.0 + resolution: "@graasp/ui@https://github.com/lnco-epfl/graasp-ui.git#commit=affa6f09d8e58cd48ba74996d90e5230544dd0c0" dependencies: - "@ag-grid-community/client-side-row-model": "npm:31.3.2" - "@ag-grid-community/react": "npm:^31.3.2" - "@ag-grid-community/styles": "npm:^31.3.2" - "@storybook/react-vite": "npm:8.1.11" + "@storybook/react-vite": "npm:8.3.0" http-status-codes: "npm:2.3.0" interweave: "npm:13.1.0" - katex: "npm:0.16.11" lodash.truncate: "npm:4.4.2" - lucide-react: "npm:0.402.0" react-cookie-consent: "npm:9.0.0" react-dnd: "npm:16.0.1" react-dnd-html5-backend: "npm:16.0.1" react-quill: "npm:2.0.0" - react-rnd: "npm:10.4.11" + react-rnd: "npm:10.4.12" uuid: "npm:10.0.0" - vitest: "npm:1.6.0" + vitest: "npm:2.1.0" peerDependencies: - "@emotion/cache": ~11.10.7 || ~11.11.0 - "@emotion/react": ~11.10.6 || ~11.11.0 - "@emotion/styled": ~11.10.6 || ~11.11.0 + "@emotion/cache": ~11.10.7 || ~11.11.0 || ~11.13.0 + "@emotion/react": ~11.10.6 || ~11.11.0 || ~11.13.0 + "@emotion/styled": ~11.10.6 || ~11.11.0 || ~11.13.0 "@graasp/sdk": ^4.14.0 + "@graasp/stylis-plugin-rtl": ^2 "@graasp/translations": ^1.23.0 "@mui/icons-material": ~5.14.0 || ~5.15.0 || ~5.16.0 "@mui/lab": ~5.0.0-alpha.150 "@mui/material": ~5.14.0 || ~5.15.0 || ~5.16.0 i18next: ^22.4.15 || ^23.0.0 + katex: 0.16.11 + lucide-react: ^0.417.0 || ^0.429.0 || ^0.436.0 || ^0.439.0 || ^0.441.0 react: ^18.0.0 react-dom: ^18.0.0 - react-i18next: ^13.0.0 || ^14.0.0 + react-i18next: ^13.0.0 || ^14.0.0 || ^15.0.0 react-router-dom: ^6.11.0 stylis: ^4.1.3 - stylis-plugin-rtl: ^2.1.1 - checksum: 10/6a8778ae27ebb534204a44e1f97b08fdba6d7524fe3417fd7eaab8f4cf66e19800a38812f0b10c8796c885d6cabc5823bed137aebfbf36f29308ac7f04525314 + checksum: 10/28c76afae867879203f67fd3ead56aa2046cc44a2b24d05efcf47590a16e19118061db3b7819fd3991ca0b7532248fcbc4eba2d715a9ec0b04765e2baef6154d languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.11.14": - version: 0.11.14 - resolution: "@humanwhocodes/config-array@npm:0.11.14" +"@humanwhocodes/config-array@npm:^0.13.0": + version: 0.13.0 + resolution: "@humanwhocodes/config-array@npm:0.13.0" dependencies: - "@humanwhocodes/object-schema": "npm:^2.0.2" + "@humanwhocodes/object-schema": "npm:^2.0.3" debug: "npm:^4.3.1" minimatch: "npm:^3.0.5" - checksum: 10/3ffb24ecdfab64014a230e127118d50a1a04d11080cbb748bc21629393d100850496456bbcb4e8c438957fe0934430d731042f1264d6a167b62d32fc2863580a + checksum: 10/524df31e61a85392a2433bf5d03164e03da26c03d009f27852e7dcfdafbc4a23f17f021dacf88e0a7a9fe04ca032017945d19b57a16e2676d9114c22a53a9d11 languageName: node linkType: hard @@ -3467,10 +2502,10 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/object-schema@npm:^2.0.2": - version: 2.0.2 - resolution: "@humanwhocodes/object-schema@npm:2.0.2" - checksum: 10/ef915e3e2f34652f3d383b28a9a99cfea476fa991482370889ab14aac8ecd2b38d47cc21932526c6d949da0daf4a4a6bf629d30f41b0caca25e146819cbfa70e +"@humanwhocodes/object-schema@npm:^2.0.3": + version: 2.0.3 + resolution: "@humanwhocodes/object-schema@npm:2.0.3" + checksum: 10/05bb99ed06c16408a45a833f03a732f59bf6184795d4efadd33238ff8699190a8c871ad1121241bb6501589a9598dc83bf25b99dcbcf41e155cdf36e35e937a3 languageName: node linkType: hard @@ -3515,15 +2550,6 @@ __metadata: languageName: node linkType: hard -"@jest/schemas@npm:^29.6.3": - version: 29.6.3 - resolution: "@jest/schemas@npm:29.6.3" - dependencies: - "@sinclair/typebox": "npm:^0.27.8" - checksum: 10/910040425f0fc93cd13e68c750b7885590b8839066dfa0cd78e7def07bbb708ad869381f725945d66f2284de5663bbecf63e8fdd856e2ae6e261ba30b1687e93 - languageName: node - linkType: hard - "@joshwooding/vite-plugin-react-docgen-typescript@npm:0.3.1": version: 0.3.1 resolution: "@joshwooding/vite-plugin-react-docgen-typescript@npm:0.3.1" @@ -3542,17 +2568,6 @@ __metadata: languageName: node linkType: hard -"@jridgewell/gen-mapping@npm:^0.3.0, @jridgewell/gen-mapping@npm:^0.3.2": - version: 0.3.3 - resolution: "@jridgewell/gen-mapping@npm:0.3.3" - dependencies: - "@jridgewell/set-array": "npm:^1.0.1" - "@jridgewell/sourcemap-codec": "npm:^1.4.10" - "@jridgewell/trace-mapping": "npm:^0.3.9" - checksum: 10/072ace159c39ab85944bdabe017c3de15c5e046a4a4a772045b00ff05e2ebdcfa3840b88ae27e897d473eb4d4845b37be3c78e28910c779f5aeeeae2fb7f0cc2 - languageName: node - linkType: hard - "@jridgewell/gen-mapping@npm:^0.3.5": version: 0.3.5 resolution: "@jridgewell/gen-mapping@npm:0.3.5" @@ -3565,16 +2580,9 @@ __metadata: linkType: hard "@jridgewell/resolve-uri@npm:^3.1.0": - version: 3.1.1 - resolution: "@jridgewell/resolve-uri@npm:3.1.1" - checksum: 10/64d59df8ae1a4e74315eb1b61e012f1c7bc8aac47a3a1e683f6fe7008eab07bc512a742b7aa7c0405685d1421206de58c9c2e6adbfe23832f8bd69408ffc183e - languageName: node - linkType: hard - -"@jridgewell/set-array@npm:^1.0.1": - version: 1.1.2 - resolution: "@jridgewell/set-array@npm:1.1.2" - checksum: 10/69a84d5980385f396ff60a175f7177af0b8da4ddb81824cb7016a9ef914eee9806c72b6b65942003c63f7983d4f39a5c6c27185bbca88eb4690b62075602e28e + version: 3.1.2 + resolution: "@jridgewell/resolve-uri@npm:3.1.2" + checksum: 10/97106439d750a409c22c8bff822d648f6a71f3aa9bc8e5129efdc36343cd3096ddc4eeb1c62d2fe48e9bdd4db37b05d4646a17114ecebd3bbcacfa2de51c3c1d languageName: node linkType: hard @@ -3585,20 +2593,10 @@ __metadata: languageName: node linkType: hard -"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.13, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15": - version: 1.4.15 - resolution: "@jridgewell/sourcemap-codec@npm:1.4.15" - checksum: 10/89960ac087781b961ad918978975bcdf2051cd1741880469783c42de64239703eab9db5230d776d8e6a09d73bb5e4cb964e07d93ee6e2e7aea5a7d726e865c09 - languageName: node - linkType: hard - -"@jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.9": - version: 0.3.20 - resolution: "@jridgewell/trace-mapping@npm:0.3.20" - dependencies: - "@jridgewell/resolve-uri": "npm:^3.1.0" - "@jridgewell/sourcemap-codec": "npm:^1.4.14" - checksum: 10/683117e4e6707ef50c725d6d0ec4234687ff751f36fa46c2b3068931eb6a86b49af374d3030200777666579a992b7470d1bd1c591e9bf64d764dda5295f33093 +"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.13, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.5.0": + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 10/4ed6123217569a1484419ac53f6ea0d9f3b57e5b57ab30d7c267bdb27792a27eb0e4b08e84a2680aa55cc2f2b411ffd6ec3db01c44fdc6dc43aca4b55f8374fd languageName: node linkType: hard @@ -3635,9 +2633,9 @@ __metadata: linkType: hard "@mui/core-downloads-tracker@npm:^5.16.1": - version: 5.16.1 - resolution: "@mui/core-downloads-tracker@npm:5.16.1" - checksum: 10/13321ec64a9c6387b12b3cc137a0e75b4eb2259ae312a527c03aee0ec1992351454df7de44f221463b61b706e0d0714f0ccf2f16bce4becac47d18f720704141 + version: 5.16.7 + resolution: "@mui/core-downloads-tracker@npm:5.16.7" + checksum: 10/b65c48ba2bf6bba6435ba9f2d6c33db0c8a85b3ff7599136a9682b72205bec76470ab5ed5e6e625d5bd012ed9bcbc641ed677548be80d217c9fb5d0435567062 languageName: node linkType: hard @@ -3719,29 +2717,12 @@ __metadata: languageName: node linkType: hard -"@mui/private-theming@npm:^5.15.14": - version: 5.15.14 - resolution: "@mui/private-theming@npm:5.15.14" - dependencies: - "@babel/runtime": "npm:^7.23.9" - "@mui/utils": "npm:^5.15.14" - prop-types: "npm:^15.8.1" - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/6a14311ed53ee4adccfe0ba93275b43773d22fdd10c0d4ba680b9368fc0616a5e0f38f29d2080bcd7e4ed79123047e5f245c403d3fd822e960a97762be65218d - languageName: node - linkType: hard - -"@mui/private-theming@npm:^5.16.1": - version: 5.16.1 - resolution: "@mui/private-theming@npm:5.16.1" +"@mui/private-theming@npm:^5.16.6": + version: 5.16.6 + resolution: "@mui/private-theming@npm:5.16.6" dependencies: "@babel/runtime": "npm:^7.23.9" - "@mui/utils": "npm:^5.16.1" + "@mui/utils": "npm:^5.16.6" prop-types: "npm:^15.8.1" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3749,34 +2730,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/fdfbc5e55bc1c980a00faab952e37280f437826788d8b1908d3eed75d053a4848b6927ea650a976b23419997113509e7ae0f21f325df6ba3a394ccdb32aa4f84 - languageName: node - linkType: hard - -"@mui/styled-engine@npm:^5.15.14": - version: 5.15.14 - resolution: "@mui/styled-engine@npm:5.15.14" - dependencies: - "@babel/runtime": "npm:^7.23.9" - "@emotion/cache": "npm:^11.11.0" - csstype: "npm:^3.1.3" - prop-types: "npm:^15.8.1" - peerDependencies: - "@emotion/react": ^11.4.1 - "@emotion/styled": ^11.3.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - checksum: 10/2a5e03bb20502aef94cfb908898c50abb769192deb32d7f4237039683ce5266104cdc4055a7f0a8342aa62447d52b7439a4f2d0dda0fa6709c227c3621468cab + checksum: 10/3a7ba9fc5c2f0c8311b5ecadd967e5529ce43c1c5682bfc88d4fe37efdac75e986dd33a45cfecea9561370ad5be659dc32e457e1aff31b861ac93ddd1172a720 languageName: node linkType: hard -"@mui/styled-engine@npm:^5.16.1": - version: 5.16.1 - resolution: "@mui/styled-engine@npm:5.16.1" +"@mui/styled-engine@npm:^5.16.6": + version: 5.16.6 + resolution: "@mui/styled-engine@npm:5.16.6" dependencies: "@babel/runtime": "npm:^7.23.9" "@emotion/cache": "npm:^11.11.0" @@ -3791,47 +2751,19 @@ __metadata: optional: true "@emotion/styled": optional: true - checksum: 10/3f1d39b48a437179e96ffe82b51f19e45aeffa51dae2644ac218e4e1700945680caa680ff009658b41cfe2a05ae4e756c9b9f59a4df0ce6ada82e727597949f6 - languageName: node - linkType: hard - -"@mui/system@npm:^5.15.15": - version: 5.15.15 - resolution: "@mui/system@npm:5.15.15" - dependencies: - "@babel/runtime": "npm:^7.23.9" - "@mui/private-theming": "npm:^5.15.14" - "@mui/styled-engine": "npm:^5.15.14" - "@mui/types": "npm:^7.2.14" - "@mui/utils": "npm:^5.15.14" - clsx: "npm:^2.1.0" - csstype: "npm:^3.1.3" - prop-types: "npm:^15.8.1" - peerDependencies: - "@emotion/react": ^11.5.0 - "@emotion/styled": ^11.3.0 - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - "@types/react": - optional: true - checksum: 10/90a84ad0bc1b401b6e53b13fe9cfe8a34668e84885d391abf5ab80b3cd0f37370be25cb40af253cdd468746386282fed24964315933fcb28d2d6e62de0db7bf1 + checksum: 10/8e241269c2f95038102f4b6b44eda71f5dd5c2e99c5a5902fe41778f609ae83c75ca8c77f94aaf61f07c7275d0d333e53ae9d9ea7a7a402602ec594045c30be3 languageName: node linkType: hard -"@mui/system@npm:^5.16.1": - version: 5.16.1 - resolution: "@mui/system@npm:5.16.1" +"@mui/system@npm:^5.15.15, @mui/system@npm:^5.16.1": + version: 5.16.7 + resolution: "@mui/system@npm:5.16.7" dependencies: "@babel/runtime": "npm:^7.23.9" - "@mui/private-theming": "npm:^5.16.1" - "@mui/styled-engine": "npm:^5.16.1" + "@mui/private-theming": "npm:^5.16.6" + "@mui/styled-engine": "npm:^5.16.6" "@mui/types": "npm:^7.2.15" - "@mui/utils": "npm:^5.16.1" + "@mui/utils": "npm:^5.16.6" clsx: "npm:^2.1.0" csstype: "npm:^3.1.3" prop-types: "npm:^15.8.1" @@ -3847,58 +2779,30 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10/e49852b203b61bf4166ba4f1c1e56c846ea204219a6c9e725cbadcad264bff52cec5a10a0cd6516e1772958022b0d204bd8c7674e29d63ea212f5aef7e2814c5 - languageName: node - linkType: hard - -"@mui/types@npm:^7.2.14": - version: 7.2.14 - resolution: "@mui/types@npm:7.2.14" - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/b10cca8f63ea522be4f7c185acd1f4d031947e53824cbf9dc5649c165bcfa8a2749e83fd0bd1809b8e2698f58638ab2b4ce03550095989189d14434ea5c6c0b6 - languageName: node - linkType: hard - -"@mui/types@npm:^7.2.15": - version: 7.2.15 - resolution: "@mui/types@npm:7.2.15" - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/235b4af48a76cbe121e4cf7c4c71c7f9e4eaa458eaff5df2ac8a8f2d4ae93eafa929aba7848a2dfbb3c97dd8d50f4e13828dc17ec136b777bcfdd7d654263996 + checksum: 10/736d8a7e22b6682fa791caad485462914f0f395043e168e4a09067a2d4f3e3320a6b33fa764b85244bd648d016ec7b539a6d5dfab45302e45f377c64d9c342ca languageName: node linkType: hard -"@mui/utils@npm:^5.15.14": - version: 5.15.14 - resolution: "@mui/utils@npm:5.15.14" - dependencies: - "@babel/runtime": "npm:^7.23.9" - "@types/prop-types": "npm:^15.7.11" - prop-types: "npm:^15.8.1" - react-is: "npm:^18.2.0" +"@mui/types@npm:^7.2.14, @mui/types@npm:^7.2.15": + version: 7.2.16 + resolution: "@mui/types@npm:7.2.16" peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 + "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: "@types/react": optional: true - checksum: 10/b3cbe2d0aa7ec65969752dababc39fc6e0b8bb1a9cf8b9bac42ca40e3dd3eaa59b79765bd259019318acc7421d64b9f421bc67e776a581d7c9da6a1c0c50bfbc + checksum: 10/44652fd7afd0063ed38870810ef0524ee5bf9e8fee4aece8d5b76c89dd3e83f6aa370beacc45c0381546b0917cab9af6671d0f4ba7c55af32bd3051a074a2774 languageName: node linkType: hard -"@mui/utils@npm:^5.16.1": - version: 5.16.1 - resolution: "@mui/utils@npm:5.16.1" +"@mui/utils@npm:^5.15.14, @mui/utils@npm:^5.16.1, @mui/utils@npm:^5.16.6": + version: 5.16.6 + resolution: "@mui/utils@npm:5.16.6" dependencies: "@babel/runtime": "npm:^7.23.9" + "@mui/types": "npm:^7.2.15" "@types/prop-types": "npm:^15.7.12" + clsx: "npm:^2.1.1" prop-types: "npm:^15.8.1" react-is: "npm:^18.3.1" peerDependencies: @@ -3907,7 +2811,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/d3294dfc9953b8f1697c4837bf57a81a97b26fdfc6dd4d28747b3126a4ae8d9f4160e03326d42fbb2e1885ea4d9c56301516e13c8b50d81ea4db2455d9f18f3b + checksum: 10/214bc3e9fe49579c5aee264477c802e5f5ced3473cafb1ed0aacd63db223e2668a08fb1f7304e70ea0511f68200dd80c3b49cc58050c7b0962228758a003371d languageName: node linkType: hard @@ -3948,24 +2852,24 @@ __metadata: linkType: hard "@npmcli/agent@npm:^2.0.0": - version: 2.2.0 - resolution: "@npmcli/agent@npm:2.2.0" + version: 2.2.2 + resolution: "@npmcli/agent@npm:2.2.2" dependencies: agent-base: "npm:^7.1.0" http-proxy-agent: "npm:^7.0.0" https-proxy-agent: "npm:^7.0.1" lru-cache: "npm:^10.0.1" - socks-proxy-agent: "npm:^8.0.1" - checksum: 10/822ea077553cd9cfc5cbd6d92380b0950fcb054a7027cd1b63a33bd0cbb16b0c6626ea75d95ec0e804643c8904472d3361d2da8c2444b1fb02a9b525d9c07c41 + socks-proxy-agent: "npm:^8.0.3" + checksum: 10/96fc0036b101bae5032dc2a4cd832efb815ce9b33f9ee2f29909ee49d96a0026b3565f73c507a69eb8603f5cb32e0ae45a70cab1e2655990a4e06ae99f7f572a languageName: node linkType: hard "@npmcli/fs@npm:^3.1.0": - version: 3.1.0 - resolution: "@npmcli/fs@npm:3.1.0" + version: 3.1.1 + resolution: "@npmcli/fs@npm:3.1.1" dependencies: semver: "npm:^7.3.5" - checksum: 10/f3a7ab3a31de65e42aeb6ed03ed035ef123d2de7af4deb9d4a003d27acc8618b57d9fb9d259fe6c28ca538032a028f37337264388ba27d26d37fff7dde22476e + checksum: 10/1e0e04087049b24b38bc0b30d87a9388ee3ca1d3fdfc347c2f77d84fcfe6a51f250bc57ba2c1f614d7e4285c6c62bf8c769bc19aa0949ea39e5b043ee023b0bd languageName: node linkType: hard @@ -4027,185 +2931,129 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.0" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - -"@rollup/rollup-android-arm-eabi@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.6.1" +"@rollup/rollup-android-arm-eabi@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.21.3" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-android-arm64@npm:4.13.0" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-android-arm64@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-android-arm64@npm:4.6.1" +"@rollup/rollup-android-arm64@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-android-arm64@npm:4.21.3" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-darwin-arm64@npm:4.13.0" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-darwin-arm64@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-darwin-arm64@npm:4.6.1" +"@rollup/rollup-darwin-arm64@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-darwin-arm64@npm:4.21.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-darwin-x64@npm:4.13.0" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@rollup/rollup-darwin-x64@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-darwin-x64@npm:4.6.1" +"@rollup/rollup-darwin-x64@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-darwin-x64@npm:4.21.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"@rollup/rollup-linux-arm-gnueabihf@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.6.1" - conditions: os=linux & cpu=arm +"@rollup/rollup-linux-arm-gnueabihf@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.21.3" + conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.0" - conditions: os=linux & cpu=arm64 & libc=glibc +"@rollup/rollup-linux-arm-musleabihf@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.21.3" + conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.6.1" +"@rollup/rollup-linux-arm64-gnu@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.21.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.0" +"@rollup/rollup-linux-arm64-musl@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.21.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.6.1" - conditions: os=linux & cpu=arm64 & libc=musl +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.3" + conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.0" +"@rollup/rollup-linux-riscv64-gnu@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.21.3" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.0" - conditions: os=linux & cpu=x64 & libc=glibc +"@rollup/rollup-linux-s390x-gnu@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.21.3" + conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.6.1" +"@rollup/rollup-linux-x64-gnu@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.21.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.0" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - -"@rollup/rollup-linux-x64-musl@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.6.1" +"@rollup/rollup-linux-x64-musl@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.21.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.0" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-win32-arm64-msvc@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.6.1" +"@rollup/rollup-win32-arm64-msvc@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.21.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.0" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@rollup/rollup-win32-ia32-msvc@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.6.1" +"@rollup/rollup-win32-ia32-msvc@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.21.3" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.0" +"@rollup/rollup-win32-x64-msvc@npm:4.21.3": + version: 4.21.3 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.21.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.6.1": - version: 4.6.1 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.6.1" - conditions: os=win32 & cpu=x64 +"@rtsao/scc@npm:^1.1.0": + version: 1.1.0 + resolution: "@rtsao/scc@npm:1.1.0" + checksum: 10/17d04adf404e04c1e61391ed97bca5117d4c2767a76ae3e879390d6dec7b317fcae68afbf9e98badee075d0b64fa60f287729c4942021b4d19cd01db77385c01 languageName: node linkType: hard "@rushstack/eslint-patch@npm:^1.1.0": - version: 1.5.1 - resolution: "@rushstack/eslint-patch@npm:1.5.1" - checksum: 10/147895437808d72e72673c9f23f2cce54b2e85b8f8b6a8aa3ff78e5fce483fe32d38d42807f8724c6d3e5fbcf9a3f8e9f1418fde1400c055b7bff34ebfac85b3 + version: 1.10.4 + resolution: "@rushstack/eslint-patch@npm:1.10.4" + checksum: 10/fa14a091cc800e1fac75c03112db03eaebbdc2de6e1532ed7702e106c3ce0cbf9b896794d885d455b225e9cc696a5e10c7bfb803d00774461d691e7a39915fc7 languageName: node linkType: hard @@ -4324,36 +3172,22 @@ __metadata: languageName: node linkType: hard -"@sinclair/typebox@npm:^0.27.8": - version: 0.27.8 - resolution: "@sinclair/typebox@npm:0.27.8" - checksum: 10/297f95ff77c82c54de8c9907f186076e715ff2621c5222ba50b8d40a170661c0c5242c763cba2a4791f0f91cb1d8ffa53ea1d7294570cf8cd4694c0e383e484d - languageName: node - linkType: hard - -"@storybook/builder-vite@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/builder-vite@npm:8.1.11" +"@storybook/builder-vite@npm:8.3.0": + version: 8.3.0 + resolution: "@storybook/builder-vite@npm:8.3.0" dependencies: - "@storybook/channels": "npm:8.1.11" - "@storybook/client-logger": "npm:8.1.11" - "@storybook/core-common": "npm:8.1.11" - "@storybook/core-events": "npm:8.1.11" - "@storybook/csf-plugin": "npm:8.1.11" - "@storybook/node-logger": "npm:8.1.11" - "@storybook/preview": "npm:8.1.11" - "@storybook/preview-api": "npm:8.1.11" - "@storybook/types": "npm:8.1.11" + "@storybook/csf-plugin": "npm:8.3.0" "@types/find-cache-dir": "npm:^3.2.1" browser-assert: "npm:^1.2.1" es-module-lexer: "npm:^1.5.0" - express: "npm:^4.17.3" + express: "npm:^4.19.2" find-cache-dir: "npm:^3.0.0" fs-extra: "npm:^11.1.0" magic-string: "npm:^0.30.0" ts-dedent: "npm:^2.0.0" peerDependencies: "@preact/preset-vite": "*" + storybook: ^8.3.0 typescript: ">= 4.3.x" vite: ^4.0.0 || ^5.0.0 vite-plugin-glimmerx: "*" @@ -4364,133 +3198,27 @@ __metadata: optional: true vite-plugin-glimmerx: optional: true - checksum: 10/6e49345ed60b1cdc83b48f931ed673dfeecda48cd1ba6f19f9126b7a35106ae50918fb3105b75226029d3ea40bea682820cb54158c20f73c85d9097c0754b07b - languageName: node - linkType: hard - -"@storybook/channels@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/channels@npm:8.1.11" - dependencies: - "@storybook/client-logger": "npm:8.1.11" - "@storybook/core-events": "npm:8.1.11" - "@storybook/global": "npm:^5.0.0" - telejson: "npm:^7.2.0" - tiny-invariant: "npm:^1.3.1" - checksum: 10/7ca5c0c418d76ca151369b11d3bce0f514f1ca63f6bc66b94ebcbbaa908b4859358020de4aff67a9dec9a43aa0b7c57f9acec67189ec61df8f617403b63023ce - languageName: node - linkType: hard - -"@storybook/client-logger@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/client-logger@npm:8.1.11" - dependencies: - "@storybook/global": "npm:^5.0.0" - checksum: 10/4d2b652133a7aa51387d4667e428db084b81eb67d215cb401a7bdd7e7021a8e698c8b4a203a3ca17d0bef0a8edaeac09bdd37ba770fd87a150d038435835e47a + checksum: 10/e14bdf7a99497f979e135183fe07adc3611e9c650ed86bfac4c8e45cd47455b5e1d5defaf2af8143ffb28cec4674cb2a47897f24aaedd53f9cd9485edd7ec6b6 languageName: node linkType: hard -"@storybook/core-common@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/core-common@npm:8.1.11" - dependencies: - "@storybook/core-events": "npm:8.1.11" - "@storybook/csf-tools": "npm:8.1.11" - "@storybook/node-logger": "npm:8.1.11" - "@storybook/types": "npm:8.1.11" - "@yarnpkg/fslib": "npm:2.10.3" - "@yarnpkg/libzip": "npm:2.3.0" - chalk: "npm:^4.1.0" - cross-spawn: "npm:^7.0.3" - esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0" - esbuild-register: "npm:^3.5.0" - execa: "npm:^5.0.0" - file-system-cache: "npm:2.3.0" - find-cache-dir: "npm:^3.0.0" - find-up: "npm:^5.0.0" - fs-extra: "npm:^11.1.0" - glob: "npm:^10.0.0" - handlebars: "npm:^4.7.7" - lazy-universal-dotenv: "npm:^4.0.0" - node-fetch: "npm:^2.0.0" - picomatch: "npm:^2.3.0" - pkg-dir: "npm:^5.0.0" - prettier-fallback: "npm:prettier@^3" - pretty-hrtime: "npm:^1.0.3" - resolve-from: "npm:^5.0.0" - semver: "npm:^7.3.7" - tempy: "npm:^3.1.0" - tiny-invariant: "npm:^1.3.1" - ts-dedent: "npm:^2.0.0" - util: "npm:^0.12.4" +"@storybook/components@npm:^8.3.0": + version: 8.3.0 + resolution: "@storybook/components@npm:8.3.0" peerDependencies: - prettier: ^2 || ^3 - peerDependenciesMeta: - prettier: - optional: true - checksum: 10/f76cfba89418bc9c494bbd1f57cca308b1b1596c7a2f2a6452668e8db3b91e702c3a9d93a66b3b1c50271a7181b4fe0f19d0d77e7da327663a4daf8be7c10c38 - languageName: node - linkType: hard - -"@storybook/core-events@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/core-events@npm:8.1.11" - dependencies: - "@storybook/csf": "npm:^0.1.7" - ts-dedent: "npm:^2.0.0" - checksum: 10/8628593b9604b189ef295532a1c2210a8e6fc5d8d7b9a6ff79553296985e77abc20e83a000a35c401bbfc39cc4734fdf346637d97508d6b6759603651ac29e8f + storybook: ^8.3.0 + checksum: 10/c53337007bbadb031685dcc8b4045f73b658fc4f4937812b1e25cc793209bfe8da4f10d88dd0aa28464fbbfea2e8007abca9d86f6a5b6ea03d06b653813889d2 languageName: node linkType: hard -"@storybook/csf-plugin@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/csf-plugin@npm:8.1.11" +"@storybook/csf-plugin@npm:8.3.0": + version: 8.3.0 + resolution: "@storybook/csf-plugin@npm:8.3.0" dependencies: - "@storybook/csf-tools": "npm:8.1.11" unplugin: "npm:^1.3.1" - checksum: 10/cb41f58b57f453ad3d896a98789852e0b9f0aa2b1e0bf10e95794136954a5c9badb044913a15634f562b27a24d35833da5378de2848e7c9f55a6eb487261b13f - languageName: node - linkType: hard - -"@storybook/csf-tools@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/csf-tools@npm:8.1.11" - dependencies: - "@babel/generator": "npm:^7.24.4" - "@babel/parser": "npm:^7.24.4" - "@babel/traverse": "npm:^7.24.1" - "@babel/types": "npm:^7.24.0" - "@storybook/csf": "npm:^0.1.7" - "@storybook/types": "npm:8.1.11" - fs-extra: "npm:^11.1.0" - recast: "npm:^0.23.5" - ts-dedent: "npm:^2.0.0" - checksum: 10/eb9efa4f2b1ad6bcb6a8f420f3dfbcf9c709c7e5a4b3b08669bfa9e798a0058b4a73ebb50ce82b877c57f051c73a9d7ff63ce1faa054cc5ceb3a01788bf47ef2 - languageName: node - linkType: hard - -"@storybook/csf@npm:^0.1.7": - version: 0.1.8 - resolution: "@storybook/csf@npm:0.1.8" - dependencies: - type-fest: "npm:^2.19.0" - checksum: 10/0cc01216a8888012bd1b33743cfeab83f16d028ba40ff02d39215a827e899451a39aef6b3a30342cdc4f87567d45f93074cfe05bdb8a34561c636ac7d8a13cfd - languageName: node - linkType: hard - -"@storybook/docs-tools@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/docs-tools@npm:8.1.11" - dependencies: - "@storybook/core-common": "npm:8.1.11" - "@storybook/core-events": "npm:8.1.11" - "@storybook/preview-api": "npm:8.1.11" - "@storybook/types": "npm:8.1.11" - "@types/doctrine": "npm:^0.0.3" - assert: "npm:^2.1.0" - doctrine: "npm:^3.0.0" - lodash: "npm:^4.17.21" - checksum: 10/baaba321d380c26918ce479bd4095d58efe63b14f7352c1f2577d535b80137f64d90583d98ccaf73780471c5f9132150a80038d0b16939a685cdf862dbcb462e + peerDependencies: + storybook: ^8.3.0 + checksum: 10/91ebb22035b33fdd2a03cebec4553d68328357ae49f100d066da8fee0ef1471ec7aa45b3151b3ec552156229b51b5afeaa1fa7dba46e3ada49dd4c057f0425db languageName: node linkType: hard @@ -4501,62 +3229,43 @@ __metadata: languageName: node linkType: hard -"@storybook/node-logger@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/node-logger@npm:8.1.11" - checksum: 10/9f96c30cacae8c138f5f17f11e243a3d506faad606e4146e57a5cafdfbcb0d1f3397d6f17c36b2422db4e927451cf9c6de785cc6f81e078b729f7b906af39650 - languageName: node - linkType: hard - -"@storybook/preview-api@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/preview-api@npm:8.1.11" - dependencies: - "@storybook/channels": "npm:8.1.11" - "@storybook/client-logger": "npm:8.1.11" - "@storybook/core-events": "npm:8.1.11" - "@storybook/csf": "npm:^0.1.7" - "@storybook/global": "npm:^5.0.0" - "@storybook/types": "npm:8.1.11" - "@types/qs": "npm:^6.9.5" - dequal: "npm:^2.0.2" - lodash: "npm:^4.17.21" - memoizerific: "npm:^1.11.3" - qs: "npm:^6.10.0" - tiny-invariant: "npm:^1.3.1" - ts-dedent: "npm:^2.0.0" - util-deprecate: "npm:^1.0.2" - checksum: 10/228fc11266d4e33e4da2964b301d3d6f6ab40b7488d8e5dfcf556f7f5eb5db9270ddc1e4794995e3e4c30acf5ff91344c28306e648cfea7a6b22ca930ebc5826 +"@storybook/manager-api@npm:^8.3.0": + version: 8.3.0 + resolution: "@storybook/manager-api@npm:8.3.0" + peerDependencies: + storybook: ^8.3.0 + checksum: 10/f44e8d428bf94a4d0e306fcc0d887cdd2564ee1b1dfd5a48392cee71be6ae3e065628d5ca44d9307b8b071f9929c4a9ac7a44d7035e52fb17cb94dd9b810a399 languageName: node linkType: hard -"@storybook/preview@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/preview@npm:8.1.11" - checksum: 10/e47d65f283fe1ba4a5e92add77f8c27a9c049e3283f1a4248ec34952bcd7ea9883437131bbc5b2e7c86ae5075039136067565680743c719198107ffa8688ba3f +"@storybook/preview-api@npm:^8.3.0": + version: 8.3.0 + resolution: "@storybook/preview-api@npm:8.3.0" + peerDependencies: + storybook: ^8.3.0 + checksum: 10/bce11261a585c4dd60ef4d0562b91d11bd1fa3b709dcd4b722df0bac0426964097eacbcaf0e5f6602886a9130b5d0732d743ba2edfd62b597b6f2020b0a427d2 languageName: node linkType: hard -"@storybook/react-dom-shim@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/react-dom-shim@npm:8.1.11" +"@storybook/react-dom-shim@npm:8.3.0": + version: 8.3.0 + resolution: "@storybook/react-dom-shim@npm:8.3.0" peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - checksum: 10/dc4724f361c13d2d9d9056caa5cd564b88cfea010e055d1a7359f1e38440715fc523e94b45e9d2f79400ef955427b61eeb08b29810c13aef866e0da169eb5ba0 + storybook: ^8.3.0 + checksum: 10/534b4ff48fa36a784f635a3a611532a9e8b39e915051a804ece847d497231319824a4966091c65838ac751d1f69ca2b67b680689904dca994704fa61c2846c0b languageName: node linkType: hard -"@storybook/react-vite@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/react-vite@npm:8.1.11" +"@storybook/react-vite@npm:8.3.0": + version: 8.3.0 + resolution: "@storybook/react-vite@npm:8.3.0" dependencies: "@joshwooding/vite-plugin-react-docgen-typescript": "npm:0.3.1" "@rollup/pluginutils": "npm:^5.0.2" - "@storybook/builder-vite": "npm:8.1.11" - "@storybook/node-logger": "npm:8.1.11" - "@storybook/react": "npm:8.1.11" - "@storybook/types": "npm:8.1.11" + "@storybook/builder-vite": "npm:8.3.0" + "@storybook/react": "npm:8.3.0" find-up: "npm:^5.0.0" magic-string: "npm:^0.30.0" react-docgen: "npm:^7.0.0" @@ -4565,30 +3274,30 @@ __metadata: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + storybook: ^8.3.0 vite: ^4.0.0 || ^5.0.0 - checksum: 10/f4298efeaa6c639858859feaef05e02fd90f6e389d3f9cdb40fe5d2c94af2a5a137280b961056a84a48105b00e587800c01186763646eaf088c87f831b8c83d2 + checksum: 10/b97588acf939c9eb5c95b06dab63a8a477e70ec548af9393ed730bda18ef3d9b74f387edf3adc8968a3600aefc1679d0e07908b1e9e3a7f99c5ad3182481825d languageName: node linkType: hard -"@storybook/react@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/react@npm:8.1.11" +"@storybook/react@npm:8.3.0": + version: 8.3.0 + resolution: "@storybook/react@npm:8.3.0" dependencies: - "@storybook/client-logger": "npm:8.1.11" - "@storybook/docs-tools": "npm:8.1.11" + "@storybook/components": "npm:^8.3.0" "@storybook/global": "npm:^5.0.0" - "@storybook/preview-api": "npm:8.1.11" - "@storybook/react-dom-shim": "npm:8.1.11" - "@storybook/types": "npm:8.1.11" + "@storybook/manager-api": "npm:^8.3.0" + "@storybook/preview-api": "npm:^8.3.0" + "@storybook/react-dom-shim": "npm:8.3.0" + "@storybook/theming": "npm:^8.3.0" "@types/escodegen": "npm:^0.0.6" "@types/estree": "npm:^0.0.51" - "@types/node": "npm:^18.0.0" + "@types/node": "npm:^22.0.0" acorn: "npm:^7.4.1" acorn-jsx: "npm:^5.3.1" acorn-walk: "npm:^7.2.0" escodegen: "npm:^2.1.0" html-tags: "npm:^3.1.0" - lodash: "npm:^4.17.21" prop-types: "npm:^15.7.2" react-element-to-jsx-string: "npm:^15.0.0" semver: "npm:^7.3.7" @@ -4596,33 +3305,35 @@ __metadata: type-fest: "npm:~2.19" util-deprecate: "npm:^1.0.2" peerDependencies: + "@storybook/test": 8.3.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + storybook: ^8.3.0 typescript: ">= 4.2.x" peerDependenciesMeta: + "@storybook/test": + optional: true typescript: optional: true - checksum: 10/c38c105a8f4b37d3a9f054826186e2523dff65ee213ee0344800abd8f50468bfa68a302ef047113da3d74f58f3e03f676a0456f970fe9a29c9629210d226ef0d + checksum: 10/affbbdd1cbb2281d903495190bdc15cb02d7b42d00e9d2e3a616799ca13b949b51321cdb3c25bb1c083721c6a07d6199b6b0151ca2f87c4bdef81502c53700d1 languageName: node linkType: hard -"@storybook/types@npm:8.1.11": - version: 8.1.11 - resolution: "@storybook/types@npm:8.1.11" - dependencies: - "@storybook/channels": "npm:8.1.11" - "@types/express": "npm:^4.7.0" - file-system-cache: "npm:2.3.0" - checksum: 10/80e2ba60cee54f4471025b9a986df78e12b6f6096769e6a2224549f2008235c2079965a71c9af05be26eafb8ddfaba8431ffcf4b8e39b229c08fb2d48670d851 +"@storybook/theming@npm:^8.3.0": + version: 8.3.0 + resolution: "@storybook/theming@npm:8.3.0" + peerDependencies: + storybook: ^8.3.0 + checksum: 10/a382b5cfe9c232f5bb3943cb034b7ec597f9966e908c868c6ee40f0f3f3797a09231f96a31810760c3a2efdb78c1464239650a88f068fa74ca367f666dd94420 languageName: node linkType: hard "@tanstack/match-sorter-utils@npm:^8.7.0": - version: 8.11.8 - resolution: "@tanstack/match-sorter-utils@npm:8.11.8" + version: 8.19.4 + resolution: "@tanstack/match-sorter-utils@npm:8.19.4" dependencies: - remove-accents: "npm:0.4.2" - checksum: 10/a74863bca3302a06cb3869bcea99c8091d1ccd023b8be7dded9e5e9d2695f7fe9c4ae65562b8e2ebdaf33554057d41bba2bf04a709b6af9940fefcee8ffc5c41 + remove-accents: "npm:0.5.0" + checksum: 10/1289bd422da8577e5b1b4f1673505b521745d2edaf249eee2d8854633896dcb8f4bf91909b8e0641d3df2818856ff530db6957ce907fba65c073b7305dee365d languageName: node linkType: hard @@ -4763,11 +3474,11 @@ __metadata: linkType: hard "@types/babel__generator@npm:*": - version: 7.6.7 - resolution: "@types/babel__generator@npm:7.6.7" + version: 7.6.8 + resolution: "@types/babel__generator@npm:7.6.8" dependencies: "@babel/types": "npm:^7.0.0" - checksum: 10/11d36fdcee9968a7fa05e5e5086bcc349ad32b7d7117728334be76b82444b5e1c89c0efe15205a3f47f299a4864912165e6f0d31ba285fc4f05dbbafcb83e9b6 + checksum: 10/b53c215e9074c69d212402990b0ca8fa57595d09e10d94bda3130aa22b55d796e50449199867879e4ea0ee968f3a2099e009cfb21a726a53324483abbf25cd30 languageName: node linkType: hard @@ -4781,40 +3492,12 @@ __metadata: languageName: node linkType: hard -"@types/babel__traverse@npm:*": - version: 7.20.4 - resolution: "@types/babel__traverse@npm:7.20.4" - dependencies: - "@babel/types": "npm:^7.20.7" - checksum: 10/927073e3a2ca4d24b95acf96d9c91d6fd1c44826d440e5f9b486de421857945b679045710ebf886be2af30d13877d86f9fbd15a383f72a2b07da322af1c1a321 - languageName: node - linkType: hard - -"@types/babel__traverse@npm:^7.18.0": - version: 7.20.5 - resolution: "@types/babel__traverse@npm:7.20.5" +"@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.18.0": + version: 7.20.6 + resolution: "@types/babel__traverse@npm:7.20.6" dependencies: "@babel/types": "npm:^7.20.7" - checksum: 10/f0352d537448e1e37f27e6bb8c962d7893720a92fde9d8601a68a93dbc14e15c088b4c0c8f71021d0966d09fba802ef3de11fdb6766c33993f8cf24f1277c6a9 - languageName: node - linkType: hard - -"@types/body-parser@npm:*": - version: 1.19.5 - resolution: "@types/body-parser@npm:1.19.5" - dependencies: - "@types/connect": "npm:*" - "@types/node": "npm:*" - checksum: 10/1e251118c4b2f61029cc43b0dc028495f2d1957fe8ee49a707fb940f86a9bd2f9754230805598278fe99958b49e9b7e66eec8ef6a50ab5c1f6b93e1ba2aaba82 - languageName: node - linkType: hard - -"@types/connect@npm:*": - version: 3.4.38 - resolution: "@types/connect@npm:3.4.38" - dependencies: - "@types/node": "npm:*" - checksum: 10/7eb1bc5342a9604facd57598a6c62621e244822442976c443efb84ff745246b10d06e8b309b6e80130026a396f19bf6793b7cecd7380169f369dac3bfc46fb99 + checksum: 10/63d13a3789aa1e783b87a8b03d9fb2c2c90078de7782422feff1631b8c2a25db626e63a63ac5a1465d47359201c73069dacb4b52149d17c568187625da3064ae languageName: node linkType: hard @@ -4827,13 +3510,6 @@ __metadata: languageName: node linkType: hard -"@types/doctrine@npm:^0.0.3": - version: 0.0.3 - resolution: "@types/doctrine@npm:0.0.3" - checksum: 10/398c30efc903a750c71166c7385d763c98605723dfae23f0134d6de4d365a8f0a5585a0fe6f959569ff33646e7f43fa83bacb5f2a4d5929cd0f6163d06e4f6b3 - languageName: node - linkType: hard - "@types/doctrine@npm:^0.0.9": version: 0.0.9 resolution: "@types/doctrine@npm:0.0.9" @@ -4841,13 +3517,6 @@ __metadata: languageName: node linkType: hard -"@types/emscripten@npm:^1.39.6": - version: 1.39.13 - resolution: "@types/emscripten@npm:1.39.13" - checksum: 10/02c0446150f9cc2c74dc3a551f86ce13df266c33d8b98d11d9f17263e2d98a6a6b4d36bdd15066c4e1547ae1ed2d52eed9420116b4935d119009e0f53ddbb041 - languageName: node - linkType: hard - "@types/escodegen@npm:^0.0.6": version: 0.0.6 resolution: "@types/escodegen@npm:0.0.6" @@ -4862,34 +3531,10 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:^0.0.51": - version: 0.0.51 - resolution: "@types/estree@npm:0.0.51" - checksum: 10/b566c7a3fc8a81ca3d9e00a717e90b8f5d567e2476b4f6d76a20ec6da33ec28165b8f989ed8dd0c9df41405199777ec36a4f85f32a347fbc6c3f696a3128b6e7 - languageName: node - linkType: hard - -"@types/express-serve-static-core@npm:^4.17.33": - version: 4.17.43 - resolution: "@types/express-serve-static-core@npm:4.17.43" - dependencies: - "@types/node": "npm:*" - "@types/qs": "npm:*" - "@types/range-parser": "npm:*" - "@types/send": "npm:*" - checksum: 10/9079e137470e0456bb8e77ae66df9505ee12591e94860bde574cfe52c5c60bbc5bf7dd44f5689c3cbb1baf0aa84442d9a21f53dcd921d18745727293cd5a5fd6 - languageName: node - linkType: hard - -"@types/express@npm:^4.7.0": - version: 4.17.21 - resolution: "@types/express@npm:4.17.21" - dependencies: - "@types/body-parser": "npm:*" - "@types/express-serve-static-core": "npm:^4.17.33" - "@types/qs": "npm:*" - "@types/serve-static": "npm:*" - checksum: 10/7a6d26cf6f43d3151caf4fec66ea11c9d23166e4f3102edfe45a94170654a54ea08cf3103d26b3928d7ebcc24162c90488e33986b7e3a5f8941225edd5eb18c7 +"@types/estree@npm:^0.0.51": + version: 0.0.51 + resolution: "@types/estree@npm:0.0.51" + checksum: 10/b566c7a3fc8a81ca3d9e00a717e90b8f5d567e2476b4f6d76a20ec6da33ec28165b8f989ed8dd0c9df41405199777ec36a4f85f32a347fbc6c3f696a3128b6e7 languageName: node linkType: hard @@ -4917,13 +3562,6 @@ __metadata: languageName: node linkType: hard -"@types/http-errors@npm:*": - version: 2.0.4 - resolution: "@types/http-errors@npm:2.0.4" - checksum: 10/1f3d7c3b32c7524811a45690881736b3ef741bf9849ae03d32ad1ab7062608454b150a4e7f1351f83d26a418b2d65af9bdc06198f1c079d75578282884c4e8e3 - languageName: node - linkType: hard - "@types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" @@ -4938,20 +3576,6 @@ __metadata: languageName: node linkType: hard -"@types/mime@npm:*": - version: 3.0.4 - resolution: "@types/mime@npm:3.0.4" - checksum: 10/a6139c8e1f705ef2b064d072f6edc01f3c099023ad7c4fce2afc6c2bf0231888202adadbdb48643e8e20da0ce409481a49922e737eca52871b3dc08017455843 - languageName: node - linkType: hard - -"@types/mime@npm:^1": - version: 1.3.5 - resolution: "@types/mime@npm:1.3.5" - checksum: 10/e29a5f9c4776f5229d84e525b7cd7dd960b51c30a0fb9a028c0821790b82fca9f672dab56561e2acd9e8eed51d431bde52eafdfef30f643586c4162f1aecfc78 - languageName: node - linkType: hard - "@types/minimatch@npm:*": version: 5.1.2 resolution: "@types/minimatch@npm:5.1.2" @@ -4966,12 +3590,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*": - version: 20.9.0 - resolution: "@types/node@npm:20.9.0" +"@types/node@npm:*, @types/node@npm:^22.0.0": + version: 22.5.5 + resolution: "@types/node@npm:22.5.5" dependencies: - undici-types: "npm:~5.26.4" - checksum: 10/a934f7645ed117a27857147403b0c657ffbca578c8f280e4c21d27dfb43e58dc4f24c4319d4335b8a4fa08e28fb2dc905a5bd5e4bc8878047164c56c1b162139 + undici-types: "npm:~6.19.2" + checksum: 10/172d02c8e6d921699edcf559c28b3805616bd6481af1b3cb0299f89ad9a6f33b71050434c06ce7b503166054a26275344187c443f99f745d0b12601372452f19 languageName: node linkType: hard @@ -4984,15 +3608,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^18.0.0": - version: 18.19.18 - resolution: "@types/node@npm:18.19.18" - dependencies: - undici-types: "npm:~5.26.4" - checksum: 10/5006bbfdd0ce3e9d4bae725681c965a30a4af6f69b8a8d7adcd1acf343a0d547942c4d66156c0db3ff198e4564d7528dd0d0feb3c223980dac8ccc63f0ee4a98 - languageName: node - linkType: hard - "@types/normalize-package-data@npm:^2.4.0": version: 2.4.4 resolution: "@types/normalize-package-data@npm:2.4.4" @@ -5007,34 +3622,13 @@ __metadata: languageName: node linkType: hard -"@types/prop-types@npm:*": - version: 15.7.6 - resolution: "@types/prop-types@npm:15.7.6" - checksum: 10/5f2796c7330461a556c4d18035fb914b372f96b1619a4f8302d07e1ea708e06a2dbe666dfcd8ff03f64c625aa4c12b31f677d0298a32910f5ab7ee51521d8086 - languageName: node - linkType: hard - -"@types/prop-types@npm:^15.7.11": - version: 15.7.11 - resolution: "@types/prop-types@npm:15.7.11" - checksum: 10/7519ff11d06fbf6b275029fe03fff9ec377b4cb6e864cac34d87d7146c7f5a7560fd164bdc1d2dbe00b60c43713631251af1fd3d34d46c69cd354602bc0c7c54 - languageName: node - linkType: hard - -"@types/prop-types@npm:^15.7.12": +"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.12": version: 15.7.12 resolution: "@types/prop-types@npm:15.7.12" checksum: 10/ac16cc3d0a84431ffa5cfdf89579ad1e2269549f32ce0c769321fdd078f84db4fbe1b461ed5a1a496caf09e637c0e367d600c541435716a55b1d9713f5035dfe languageName: node linkType: hard -"@types/qs@npm:*, @types/qs@npm:^6.9.5": - version: 6.9.11 - resolution: "@types/qs@npm:6.9.11" - checksum: 10/620ca1628bf3da65662c54ed6ebb120b18a3da477d0bfcc872b696685a9bb1893c3c92b53a1190a8f54d52eaddb6af8b2157755699ac83164604329935e8a7f2 - languageName: node - linkType: hard - "@types/quill@npm:^1.3.10": version: 1.3.10 resolution: "@types/quill@npm:1.3.10" @@ -5044,13 +3638,6 @@ __metadata: languageName: node linkType: hard -"@types/range-parser@npm:*": - version: 1.2.7 - resolution: "@types/range-parser@npm:1.2.7" - checksum: 10/95640233b689dfbd85b8c6ee268812a732cf36d5affead89e806fe30da9a430767af8ef2cd661024fd97e19d61f3dec75af2df5e80ec3bea000019ab7028629a - languageName: node - linkType: hard - "@types/react-dom@npm:18.3.0": version: 18.3.0 resolution: "@types/react-dom@npm:18.3.0" @@ -5082,31 +3669,21 @@ __metadata: linkType: hard "@types/react-transition-group@npm:^4.4.10": - version: 4.4.10 - resolution: "@types/react-transition-group@npm:4.4.10" + version: 4.4.11 + resolution: "@types/react-transition-group@npm:4.4.11" dependencies: "@types/react": "npm:*" - checksum: 10/b429f3bd54d9aea6c0395943ce2dda6b76fb458e902365bd91fd99bf72064fb5d59e2b74e78d10f2871908501d350da63e230d81bda2b616c967cab8dc51bd16 - languageName: node - linkType: hard - -"@types/react@npm:*": - version: 18.3.1 - resolution: "@types/react@npm:18.3.1" - dependencies: - "@types/prop-types": "npm:*" - csstype: "npm:^3.0.2" - checksum: 10/baa6b8a75c471c89ebf3477b4feab57102ced25f0c1e553dd04ef6a1f0def28d5e0172fa626a631f22e223f840b5aaa2403b2d4bb671c83c5a9d6c7ae39c7a05 + checksum: 10/a7f4de6e5f57d9fcdea027e22873c633f96a803c96d422db8b99a45c36a9cceb7882d152136bbc31c7158fc1827e37aea5070d369724bb71dd11b5687332bc4d languageName: node linkType: hard -"@types/react@npm:^18.3.3": - version: 18.3.3 - resolution: "@types/react@npm:18.3.3" +"@types/react@npm:*, @types/react@npm:^18.3.3": + version: 18.3.6 + resolution: "@types/react@npm:18.3.6" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c + checksum: 10/ba0d337244347ecbf921de174d9db9bb80b03d41ad3ae7aa65500b3339925852c97e501d7657b5cd629ffed9f7fe3820a63069847e7b8529e4d02934d0f182e9 languageName: node linkType: hard @@ -5118,30 +3695,9 @@ __metadata: linkType: hard "@types/semver@npm:^7.3.12": - version: 7.5.5 - resolution: "@types/semver@npm:7.5.5" - checksum: 10/1b0be2c4d830f5ef002a305308e06e3616fc38a41c9a2c5b4267df82a038d9bd0ba32ec1da82a52db84a720be7e4b69bac7593797d8dc1400a69069af8f19219 - languageName: node - linkType: hard - -"@types/send@npm:*": - version: 0.17.4 - resolution: "@types/send@npm:0.17.4" - dependencies: - "@types/mime": "npm:^1" - "@types/node": "npm:*" - checksum: 10/28320a2aa1eb704f7d96a65272a07c0bf3ae7ed5509c2c96ea5e33238980f71deeed51d3631927a77d5250e4091b3e66bce53b42d770873282c6a20bb8b0280d - languageName: node - linkType: hard - -"@types/serve-static@npm:*": - version: 1.15.5 - resolution: "@types/serve-static@npm:1.15.5" - dependencies: - "@types/http-errors": "npm:*" - "@types/mime": "npm:*" - "@types/node": "npm:*" - checksum: 10/49aa21c367fffe4588fc8c57ea48af0ea7cbadde7418bc53cde85d8bd57fd2a09a293970d9ea86e79f17a87f8adeb3e20da76aab38e1c4d1567931fa15c8af38 + version: 7.5.8 + resolution: "@types/semver@npm:7.5.8" + checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178 languageName: node linkType: hard @@ -5153,9 +3709,9 @@ __metadata: linkType: hard "@types/sizzle@npm:^2.3.2": - version: 2.3.6 - resolution: "@types/sizzle@npm:2.3.6" - checksum: 10/1573d6c86fdf0d7d3d2759b0db65e374b99d773b57781443a6400ce3d0a3bf6a3be393fb9aee5076eff8399c14b7b4d3f51391d1d5cb6a3dcbdccee06a5f6e3e + version: 2.3.8 + resolution: "@types/sizzle@npm:2.3.8" + checksum: 10/2ac62443dc917f5f903cbd9afc51c7d6cc1c6569b4e1a15faf04aea5b13b486e7f208650014c3dc4fed34653eded3e00fe5abffe0e6300cbf0e8a01beebf11a6 languageName: node linkType: hard @@ -5447,104 +4003,130 @@ __metadata: languageName: node linkType: hard -"@vitest/expect@npm:1.6.0": - version: 1.6.0 - resolution: "@vitest/expect@npm:1.6.0" +"@vitest/expect@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/expect@npm:2.1.0" dependencies: - "@vitest/spy": "npm:1.6.0" - "@vitest/utils": "npm:1.6.0" - chai: "npm:^4.3.10" - checksum: 10/e82304a12e22b98c1ccea81e8f33c838561deb878588eac463164cc4f8fc0c401ace3a9e6758d9e3a6bcc01313e845e8478aaefb7548eaded04b8de12c1928f6 + "@vitest/spy": "npm:2.1.0" + "@vitest/utils": "npm:2.1.0" + chai: "npm:^5.1.1" + tinyrainbow: "npm:^1.2.0" + checksum: 10/e7343ef92184cfe1886eac2055576cb3517c0b888a6f5eec645eceefec0836dd4e3a584d93340a344c32ebd2bafcc66093718f9352b5163b0b386c818fc7422e languageName: node linkType: hard -"@vitest/runner@npm:1.6.0": - version: 1.6.0 - resolution: "@vitest/runner@npm:1.6.0" +"@vitest/mocker@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/mocker@npm:2.1.0" dependencies: - "@vitest/utils": "npm:1.6.0" - p-limit: "npm:^5.0.0" - pathe: "npm:^1.1.1" - checksum: 10/d83a608be36dace77f91a9d15ab7753f9c5923281188a8d9cb5ccec770df9cc9ba80e5e1e3465328c7605977be0f0708610855abf5f4af037a4ede5f51a83e47 + "@vitest/spy": "npm:^2.1.0-beta.1" + estree-walker: "npm:^3.0.3" + magic-string: "npm:^0.30.11" + peerDependencies: + "@vitest/spy": 2.1.0 + msw: ^2.3.5 + vite: ^5.0.0 + peerDependenciesMeta: + msw: + optional: true + vite: + optional: true + checksum: 10/a4eb2e859b358746ccdbf4e3db14f829c26847173ad631579703acebc6fde4a60f1ad87e9496c0c36c50f8cc6a04942daa2f2c6b6607df03f096f69aac38f945 languageName: node linkType: hard -"@vitest/snapshot@npm:1.6.0": - version: 1.6.0 - resolution: "@vitest/snapshot@npm:1.6.0" +"@vitest/pretty-format@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/pretty-format@npm:2.1.0" dependencies: - magic-string: "npm:^0.30.5" - pathe: "npm:^1.1.1" - pretty-format: "npm:^29.7.0" - checksum: 10/0bfc26a48b45814604ff0f7276d73a047b79f3618e0b620ff54ea2de548e9603a9770963ba6ebb19f7ea1ed51001cbca58d74aa0271651d4f8e88c6233885eba + tinyrainbow: "npm:^1.2.0" + checksum: 10/e4c920535c72d534971a1133bb3d314b2625c04068069eb7152685118e27bb4a67c400b7701dc26893134e0b3bab8689e9575d993c5af9feeba5355bd2bc2080 languageName: node linkType: hard -"@vitest/spy@npm:1.6.0": - version: 1.6.0 - resolution: "@vitest/spy@npm:1.6.0" +"@vitest/pretty-format@npm:^2.1.0": + version: 2.1.1 + resolution: "@vitest/pretty-format@npm:2.1.1" dependencies: - tinyspy: "npm:^2.2.0" - checksum: 10/1c9698272a58aa47708bb8a1672d655fcec3285b02067cc3f70bfe76f4eda7a756eb379f8c945ccbe61677f5189aeb5ba93c2737a9d7db2de8c4e7bbdffcd372 + tinyrainbow: "npm:^1.2.0" + checksum: 10/744278a3a91d080e51a94b03eaf7cf43779978d6391060cbfdda6d03194eef744ce8f12a2fe2fa90a9bf9b9f038d4c4c4d88f6192f042c88c5ee4125f38bf892 languageName: node linkType: hard -"@vitest/utils@npm:1.6.0": - version: 1.6.0 - resolution: "@vitest/utils@npm:1.6.0" +"@vitest/runner@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/runner@npm:2.1.0" dependencies: - diff-sequences: "npm:^29.6.3" - estree-walker: "npm:^3.0.3" - loupe: "npm:^2.3.7" - pretty-format: "npm:^29.7.0" - checksum: 10/5c5d7295ac13fcea1da039232bcc7c3fc6f070070fe12ba2ad152456af6e216e48a3ae169016cfcd5055706a00dc567b8f62e4a9b1914f069f52b8f0a3c25e60 + "@vitest/utils": "npm:2.1.0" + pathe: "npm:^1.1.2" + checksum: 10/dddcaa657429863df11113a612a855c9ade67792df223f7fbda11c71076804447e535362a7de6307c660af3c682bdab698f6818c8e662b8d4db942beb7616df0 languageName: node linkType: hard -"@volar/language-core@npm:2.3.4": - version: 2.3.4 - resolution: "@volar/language-core@npm:2.3.4" +"@vitest/snapshot@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/snapshot@npm:2.1.0" dependencies: - "@volar/source-map": "npm:2.3.4" - checksum: 10/eff3d21aecfd01d61f10808169d8fe7dcb30cafabaa369803ce9e1fb1c3b22f42a89fe742c3e75bb80386d5d372ab09b1024378d64f5537d171d8d128569f809 + "@vitest/pretty-format": "npm:2.1.0" + magic-string: "npm:^0.30.11" + pathe: "npm:^1.1.2" + checksum: 10/c6681789d016f6fde776d5bd65207478ea1b1d140552e6c913831d666c739d656beb53a75f4ca87efdab793fabcb0f41443b983e06ba431e6380c001d5059961 languageName: node linkType: hard -"@volar/source-map@npm:2.3.4": - version: 2.3.4 - resolution: "@volar/source-map@npm:2.3.4" - checksum: 10/4892024d34661e3687560077565a53759b90feea01cd98d941eb4d82a77e8928a87c791d9ff5f9734702d9180b6d0e2c39ebd2d0a557de913089b3594eecc5ba +"@vitest/spy@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/spy@npm:2.1.0" + dependencies: + tinyspy: "npm:^3.0.0" + checksum: 10/5b1037a13c73828503b83c1dde0e48a2b148b1a5dea9ce71df56d48b859c17e1bc2fea47b8112132c4638aa7de7b09285515359fa1c3c1bb07e44fd929adbea9 languageName: node linkType: hard -"@volar/typescript@npm:^2.3.0": - version: 2.3.4 - resolution: "@volar/typescript@npm:2.3.4" +"@vitest/spy@npm:^2.1.0-beta.1": + version: 2.1.1 + resolution: "@vitest/spy@npm:2.1.1" dependencies: - "@volar/language-core": "npm:2.3.4" - path-browserify: "npm:^1.0.1" - vscode-uri: "npm:^3.0.8" - checksum: 10/6bdf2295cb0a9ff3ab5d8d00825765171e9d3e738c540001401b83ccf07edfe50df8eec248b55cade773cec9c0108e6bad5663b949f3cfed8e109d0bb9204809 + tinyspy: "npm:^3.0.0" + checksum: 10/47e83b4a3d091c4fdc2fbf861ccf2df697d3446a6c69d384b168f9c3e0fa1cabec03e52cc8bec1909735969176ac6272cc4dee8dda945ff059183a5c4568a488 languageName: node linkType: hard -"@yarnpkg/fslib@npm:2.10.3": - version: 2.10.3 - resolution: "@yarnpkg/fslib@npm:2.10.3" +"@vitest/utils@npm:2.1.0": + version: 2.1.0 + resolution: "@vitest/utils@npm:2.1.0" dependencies: - "@yarnpkg/libzip": "npm:^2.3.0" - tslib: "npm:^1.13.0" - checksum: 10/29b38bd2054e3ec14677c16321a20ed69ac41d9d6f2fee7d9d7bc0a5a737e6d94add79cfa5f6ab867b5a98ab6aa2df3b53cb34f81159907cc308576a7bc08c67 + "@vitest/pretty-format": "npm:2.1.0" + loupe: "npm:^3.1.1" + tinyrainbow: "npm:^1.2.0" + checksum: 10/226b3b248eb4b080457b45cc33656a11e48b3d518852885d2c61711470a5c6055d92a114df08b1daeb36009f955cc60352ffd105cc0f8c7f8f6e0ea93adedb1d languageName: node linkType: hard -"@yarnpkg/libzip@npm:2.3.0, @yarnpkg/libzip@npm:^2.3.0": - version: 2.3.0 - resolution: "@yarnpkg/libzip@npm:2.3.0" +"@volar/language-core@npm:2.4.5": + version: 2.4.5 + resolution: "@volar/language-core@npm:2.4.5" + dependencies: + "@volar/source-map": "npm:2.4.5" + checksum: 10/066f23ddc816dc6efe669a05ea4fe020d874ae10acf81d5445b921cadb8ab8c64379820e5daa804352e60f5044d8c8c41ddce006fae4311219c5a625ca042c4c + languageName: node + linkType: hard + +"@volar/source-map@npm:2.4.5": + version: 2.4.5 + resolution: "@volar/source-map@npm:2.4.5" + checksum: 10/babe7079216d20f1a00b81a6ba1ec93d0b8cad125483ef50d7607b5d778cc1b8475db760c50c15e7b0053adec951d712e7e6f81cfb701d8119fa62bb0c0036ba + languageName: node + linkType: hard + +"@volar/typescript@npm:^2.3.0": + version: 2.4.5 + resolution: "@volar/typescript@npm:2.4.5" dependencies: - "@types/emscripten": "npm:^1.39.6" - tslib: "npm:^1.13.0" - checksum: 10/0eb147f39eab2830c29120d17e8bfba5aa15dedb940a7378070c67d4de08e9ba8d34068522e15e6b4db94ecaed4ad520e1e517588a36a348d1aa160bc36156ea + "@volar/language-core": "npm:2.4.5" + path-browserify: "npm:^1.0.1" + vscode-uri: "npm:^3.0.8" + checksum: 10/dbea9780967c24fe91550bc95d9b5fcaacd256973e273fb9ca9cd37e9edcc4805a7a18f91a6edba95e9858acb16d08e895a0a4b7dccc138c37341c49cb302936 languageName: node linkType: hard @@ -5593,13 +4175,6 @@ __metadata: languageName: node linkType: hard -"acorn-walk@npm:^8.3.2": - version: 8.3.2 - resolution: "acorn-walk@npm:8.3.2" - checksum: 10/57dbe2fd8cf744f562431775741c5c087196cd7a65ce4ccb3f3981cdfad25cd24ad2bad404997b88464ac01e789a0a61e5e355b2a84876f13deef39fb39686ca - languageName: node - linkType: hard - "acorn@npm:^7.4.1": version: 7.4.1 resolution: "acorn@npm:7.4.1" @@ -5609,21 +4184,12 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.11.3": - version: 8.11.3 - resolution: "acorn@npm:8.11.3" - bin: - acorn: bin/acorn - checksum: 10/b688e7e3c64d9bfb17b596e1b35e4da9d50553713b3b3630cf5690f2b023a84eac90c56851e6912b483fe60e8b4ea28b254c07e92f17ef83d72d78745a8352dd - languageName: node - linkType: hard - -"acorn@npm:^8.9.0": - version: 8.11.2 - resolution: "acorn@npm:8.11.2" +"acorn@npm:^8.12.0, acorn@npm:^8.12.1, acorn@npm:^8.9.0": + version: 8.12.1 + resolution: "acorn@npm:8.12.1" bin: acorn: bin/acorn - checksum: 10/ff559b891382ad4cd34cc3c493511d0a7075a51f5f9f02a03440e92be3705679367238338566c5fbd3521ecadd565d29301bc8e16cb48379206bffbff3d72500 + checksum: 10/d08c2d122bba32d0861e0aa840b2ee25946c286d5dc5990abca991baf8cdbfbe199b05aacb221b979411a2fea36f83e26b5ac4f6b4e0ce49038c62316c1848f0 languageName: node linkType: hard @@ -5634,12 +4200,12 @@ __metadata: languageName: node linkType: hard -"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0": - version: 7.1.0 - resolution: "agent-base@npm:7.1.0" +"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1": + version: 7.1.1 + resolution: "agent-base@npm:7.1.1" dependencies: debug: "npm:^4.3.4" - checksum: 10/f7828f991470a0cc22cb579c86a18cbae83d8a3cbed39992ab34fc7217c4d126017f1c74d0ab66be87f71455318a8ea3e757d6a37881b8d0f2a2c6aa55e5418f + checksum: 10/c478fec8f79953f118704d007a38f2a185458853f5c45579b9669372bd0e12602e88dc2ad0233077831504f7cd6fcc8251c383375bba5eaaf563b102938bda26 languageName: node linkType: hard @@ -5666,14 +4232,14 @@ __metadata: linkType: hard "ajv@npm:^8.11.0": - version: 8.12.0 - resolution: "ajv@npm:8.12.0" + version: 8.17.1 + resolution: "ajv@npm:8.17.1" dependencies: - fast-deep-equal: "npm:^3.1.1" + fast-deep-equal: "npm:^3.1.3" + fast-uri: "npm:^3.0.1" json-schema-traverse: "npm:^1.0.0" require-from-string: "npm:^2.0.2" - uri-js: "npm:^4.2.2" - checksum: 10/b406f3b79b5756ac53bfe2c20852471b08e122bc1ee4cde08ae4d6a800574d9cd78d60c81c69c63ff81e4da7cd0b638fafbb2303ae580d49cf1600b9059efb85 + checksum: 10/ee3c62162c953e91986c838f004132b6a253d700f1e51253b99791e2dbfdb39161bc950ebdc2f156f8568035bb5ed8be7bd78289cd9ecbf3381fe8f5b82e3f33 languageName: node linkType: hard @@ -5701,9 +4267,9 @@ __metadata: linkType: hard "ansi-regex@npm:^6.0.1": - version: 6.0.1 - resolution: "ansi-regex@npm:6.0.1" - checksum: 10/1ff8b7667cded1de4fa2c9ae283e979fc87036864317da86a2e546725f96406746411d0d85e87a2d12fa5abd715d90006de7fa4fa0477c92321ad3b4c7d4e169 + version: 6.1.0 + resolution: "ansi-regex@npm:6.1.0" + checksum: 10/495834a53b0856c02acd40446f7130cb0f8284f4a39afdab20d5dc42b2e198b1196119fe887beed8f9055c4ff2055e3b2f6d4641d0be018cdfb64fedf6fc1aac languageName: node linkType: hard @@ -5725,13 +4291,6 @@ __metadata: languageName: node linkType: hard -"ansi-styles@npm:^5.0.0": - version: 5.2.0 - resolution: "ansi-styles@npm:5.2.0" - checksum: 10/d7f4e97ce0623aea6bc0d90dcd28881ee04cba06c570b97fd3391bd7a268eedfd9d5e2dd4fdcbdd82b8105df5faf6f24aaedc08eaf3da898e702db5948f63469 - languageName: node - linkType: hard - "ansi-styles@npm:^6.1.0": version: 6.2.1 resolution: "ansi-styles@npm:6.2.1" @@ -5749,13 +4308,6 @@ __metadata: languageName: node linkType: hard -"app-root-dir@npm:^1.0.2": - version: 1.0.2 - resolution: "app-root-dir@npm:1.0.2" - checksum: 10/d4b1653fc60b6465b982bf5a88b12051ed2d807d70609386a809306e1c636496f53522d61fa30f9f98c71aaae34f34e1651889cf17d81a44e3dafd2859d495ad - languageName: node - linkType: hard - "append-transform@npm:^2.0.0": version: 2.0.0 resolution: "append-transform@npm:2.0.0" @@ -5795,22 +4347,29 @@ __metadata: languageName: node linkType: hard -"aria-query@npm:^5.0.0, aria-query@npm:^5.3.0": - version: 5.3.0 - resolution: "aria-query@npm:5.3.0" +"aria-query@npm:^5.0.0": + version: 5.3.1 + resolution: "aria-query@npm:5.3.1" + checksum: 10/4b39d2e466992121886ae436d67085537af895b7e545e6092b89950a1f2c372e4a91b0b1daa16a5164564fdefbc6415a1d04d0fe2db8b1326f9ca6728f8384d0 + languageName: node + linkType: hard + +"aria-query@npm:~5.1.3": + version: 5.1.3 + resolution: "aria-query@npm:5.1.3" dependencies: - dequal: "npm:^2.0.3" - checksum: 10/c3e1ed127cc6886fea4732e97dd6d3c3938e64180803acfb9df8955517c4943760746ffaf4020ce8f7ffaa7556a3b5f85c3769a1f5ca74a1288e02d042f9ae4e + deep-equal: "npm:^2.0.5" + checksum: 10/e5da608a7c4954bfece2d879342b6c218b6b207e2d9e5af270b5e38ef8418f02d122afdc948b68e32649b849a38377785252059090d66fa8081da95d1609c0d2 languageName: node linkType: hard -"array-buffer-byte-length@npm:^1.0.0": - version: 1.0.0 - resolution: "array-buffer-byte-length@npm:1.0.0" +"array-buffer-byte-length@npm:^1.0.0, array-buffer-byte-length@npm:^1.0.1": + version: 1.0.1 + resolution: "array-buffer-byte-length@npm:1.0.1" dependencies: - call-bind: "npm:^1.0.2" - is-array-buffer: "npm:^3.0.1" - checksum: 10/044e101ce150f4804ad19c51d6c4d4cfa505c5b2577bd179256e4aa3f3f6a0a5e9874c78cd428ee566ac574c8a04d7ce21af9fe52e844abfdccb82b33035a7c3 + call-bind: "npm:^1.0.5" + is-array-buffer: "npm:^3.0.4" + checksum: 10/53524e08f40867f6a9f35318fafe467c32e45e9c682ba67b11943e167344d2febc0f6977a17e699b05699e805c3e8f073d876f8bbf1b559ed494ad2cd0fae09e languageName: node linkType: hard @@ -5828,16 +4387,17 @@ __metadata: languageName: node linkType: hard -"array-includes@npm:^3.1.6, array-includes@npm:^3.1.7": - version: 3.1.7 - resolution: "array-includes@npm:3.1.7" +"array-includes@npm:^3.1.6, array-includes@npm:^3.1.8": + version: 3.1.8 + resolution: "array-includes@npm:3.1.8" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - get-intrinsic: "npm:^1.2.1" + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.2" + es-object-atoms: "npm:^1.0.0" + get-intrinsic: "npm:^1.2.4" is-string: "npm:^1.0.7" - checksum: 10/856a8be5d118967665936ad33ff3b07adfc50b06753e596e91fb80c3da9b8c022e92e3cc6781156d6ad95db7109b9f603682c7df2d6a529ed01f7f6b39a4a360 + checksum: 10/290b206c9451f181fb2b1f79a3bf1c0b66bb259791290ffbada760c79b284eef6f5ae2aeb4bcff450ebc9690edd25732c4c73a3c2b340fcc0f4563aed83bf488 languageName: node linkType: hard @@ -5848,16 +4408,31 @@ __metadata: languageName: node linkType: hard -"array.prototype.findlastindex@npm:^1.2.3": - version: 1.2.3 - resolution: "array.prototype.findlastindex@npm:1.2.3" +"array.prototype.findlast@npm:^1.2.5": + version: 1.2.5 + resolution: "array.prototype.findlast@npm:1.2.5" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - es-shim-unscopables: "npm:^1.0.0" - get-intrinsic: "npm:^1.2.1" - checksum: 10/063cbab8eeac3aa01f3e980eecb9a8c5d87723032b49f7f814ecc6d75c33c03c17e3f43a458127a62e16303cab412f95d6ad9dc7e0ae6d9dc27a9bb76c24df7a + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.2" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + es-shim-unscopables: "npm:^1.0.2" + checksum: 10/7dffcc665aa965718ad6de7e17ac50df0c5e38798c0a5bf9340cf24feb8594df6ec6f3fcbe714c1577728a1b18b5704b15669474b27bceeca91ef06ce2a23c31 + languageName: node + linkType: hard + +"array.prototype.findlastindex@npm:^1.2.5": + version: 1.2.5 + resolution: "array.prototype.findlastindex@npm:1.2.5" + dependencies: + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.2" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + es-shim-unscopables: "npm:^1.0.2" + checksum: 10/7c5c821f357cd53ab6cc305de8086430dd8d7a2485db87b13f843e868055e9582b1fd338f02338f67fc3a1603ceaf9610dd2a470b0b506f9d18934780f95b246 languageName: node linkType: hard @@ -5873,7 +4448,7 @@ __metadata: languageName: node linkType: hard -"array.prototype.flatmap@npm:^1.3.1, array.prototype.flatmap@npm:^1.3.2": +"array.prototype.flatmap@npm:^1.3.2": version: 1.3.2 resolution: "array.prototype.flatmap@npm:1.3.2" dependencies: @@ -5885,31 +4460,32 @@ __metadata: languageName: node linkType: hard -"array.prototype.tosorted@npm:^1.1.1": - version: 1.1.2 - resolution: "array.prototype.tosorted@npm:1.1.2" +"array.prototype.tosorted@npm:^1.1.4": + version: 1.1.4 + resolution: "array.prototype.tosorted@npm:1.1.4" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - es-shim-unscopables: "npm:^1.0.0" - get-intrinsic: "npm:^1.2.1" - checksum: 10/aadb7725bb923f594be8121c80def8193ff2871ce1bfa1180b7e7ef705b8a7b32327fcc0d998c5569bb0cabc1c11ad93b1ef11443a26091e8bd1a55b382ab715 + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.3" + es-errors: "npm:^1.3.0" + es-shim-unscopables: "npm:^1.0.2" + checksum: 10/874694e5d50e138894ff5b853e639c29b0aa42bbd355acda8e8e9cd337f1c80565f21edc15e8c727fa4c0877fd9d8783c575809e440cc4d2d19acaa048bf967d languageName: node linkType: hard -"arraybuffer.prototype.slice@npm:^1.0.2": - version: 1.0.2 - resolution: "arraybuffer.prototype.slice@npm:1.0.2" +"arraybuffer.prototype.slice@npm:^1.0.3": + version: 1.0.3 + resolution: "arraybuffer.prototype.slice@npm:1.0.3" dependencies: - array-buffer-byte-length: "npm:^1.0.0" - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - get-intrinsic: "npm:^1.2.1" - is-array-buffer: "npm:^3.0.2" + array-buffer-byte-length: "npm:^1.0.1" + call-bind: "npm:^1.0.5" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.22.3" + es-errors: "npm:^1.2.1" + get-intrinsic: "npm:^1.2.3" + is-array-buffer: "npm:^3.0.4" is-shared-array-buffer: "npm:^1.0.2" - checksum: 10/c200faf437786f5b2c80d4564ff5481c886a16dee642ef02abdc7306c7edd523d1f01d1dd12b769c7eb42ac9bc53874510db19a92a2c035c0f6696172aafa5d3 + checksum: 10/0221f16c1e3ec7b67da870ee0e1f12b825b5f9189835392b59a22990f715827561a4f4cd5330dc7507de272d8df821be6cd4b0cb569babf5ea4be70e365a2f3d languageName: node linkType: hard @@ -5936,23 +4512,10 @@ __metadata: languageName: node linkType: hard -"assert@npm:^2.1.0": - version: 2.1.0 - resolution: "assert@npm:2.1.0" - dependencies: - call-bind: "npm:^1.0.2" - is-nan: "npm:^1.3.2" - object-is: "npm:^1.1.5" - object.assign: "npm:^4.1.4" - util: "npm:^0.12.5" - checksum: 10/6b9d813c8eef1c0ac13feac5553972e4bd180ae16000d4eb5c0ded2489188737c75a5aacefc97a985008b37502f62fe1bad34da1a7481a54bbfabec3964c8aa7 - languageName: node - linkType: hard - -"assertion-error@npm:^1.1.0": - version: 1.1.0 - resolution: "assertion-error@npm:1.1.0" - checksum: 10/fd9429d3a3d4fd61782eb3962ae76b6d08aa7383123fca0596020013b3ebd6647891a85b05ce821c47d1471ed1271f00b0545cf6a4326cf2fc91efcc3b0fbecf +"assertion-error@npm:^2.0.1": + version: 2.0.1 + resolution: "assertion-error@npm:2.0.1" + checksum: 10/a0789dd882211b87116e81e2648ccb7f60340b34f19877dd020b39ebb4714e475eb943e14ba3e22201c221ef6645b7bfe10297e76b6ac95b48a9898c1211ce66 languageName: node linkType: hard @@ -5963,15 +4526,6 @@ __metadata: languageName: node linkType: hard -"ast-types@npm:^0.16.1": - version: 0.16.1 - resolution: "ast-types@npm:0.16.1" - dependencies: - tslib: "npm:^2.0.1" - checksum: 10/f569b475eb1c8cb93888cb6e7b7e36dc43fa19a77e4eb132cbff6e3eb1598ca60f850db6e60b070e5a0ee8c1559fca921dac0916e576f2f104e198793b0bdd8d - languageName: node - linkType: hard - "astral-regex@npm:^2.0.0": version: 2.0.0 resolution: "astral-regex@npm:2.0.0" @@ -5980,18 +4534,9 @@ __metadata: linkType: hard "async@npm:^3.2.0": - version: 3.2.5 - resolution: "async@npm:3.2.5" - checksum: 10/323c3615c3f0ab1ac25a6f953296bc0ac3213d5e0f1c0debdb12964e55963af288d570293c11e44f7967af58c06d2a88d0ea588c86ec0fbf62fa98037f604a0f - languageName: node - linkType: hard - -"asynciterator.prototype@npm:^1.0.0": - version: 1.0.0 - resolution: "asynciterator.prototype@npm:1.0.0" - dependencies: - has-symbols: "npm:^1.0.3" - checksum: 10/e8ebfd9493ac651cf9b4165e9d64030b3da1d17181bb1963627b59e240cdaf021d9b59d44b827dc1dde4e22387ec04c2d0f8720cf58a1c282e34e40cc12721b3 + version: 3.2.6 + resolution: "async@npm:3.2.6" + checksum: 10/cb6e0561a3c01c4b56a799cc8bab6ea5fef45f069ab32500b6e19508db270ef2dffa55e5aed5865c5526e9907b1f8be61b27530823b411ffafb5e1538c86c368 languageName: node linkType: hard @@ -6009,14 +4554,7 @@ __metadata: languageName: node linkType: hard -"available-typed-arrays@npm:^1.0.5": - version: 1.0.5 - resolution: "available-typed-arrays@npm:1.0.5" - checksum: 10/4d4d5e86ea0425696f40717882f66a570647b94ac8d273ddc7549a9b61e5da099e149bf431530ccbd776bd74e02039eb8b5edf426e3e2211ee61af16698a9064 - languageName: node - linkType: hard - -"available-typed-arrays@npm:^1.0.6": +"available-typed-arrays@npm:^1.0.7": version: 1.0.7 resolution: "available-typed-arrays@npm:1.0.7" dependencies: @@ -6033,16 +4571,16 @@ __metadata: linkType: hard "aws4@npm:^1.8.0": - version: 1.12.0 - resolution: "aws4@npm:1.12.0" - checksum: 10/2b8455fe1eee87f0e7d5f32e81e7fec74dce060c72d03f528c8c631fa74209cef53aab6fede182ea17d0c9520cb1e5e3023c5fedb4f1139ae9f067fc720869a5 + version: 1.13.2 + resolution: "aws4@npm:1.13.2" + checksum: 10/290b9f84facbad013747725bfd8b4c42d0b3b04b5620d8418f0219832ef95a7dc597a4af7b1589ae7fce18bacde96f40911c3cda36199dd04d9f8e01f72fa50a languageName: node linkType: hard -"axe-core@npm:=4.7.0": - version: 4.7.0 - resolution: "axe-core@npm:4.7.0" - checksum: 10/615c0f7722c3c9fcf353dbd70b00e2ceae234d4c17cbc839dd85c01d16797c4e4da45f8d27c6118e9e6b033fb06efd196106e13651a1b2f3a10e0f11c7b2f660 +"axe-core@npm:^4.10.0": + version: 4.10.0 + resolution: "axe-core@npm:4.10.0" + checksum: 10/6158489a7a704edc98bd30ed56243b8280c5203c60e095a2feb5bff95d9bf2ef10becfe359b1cbc8601338418999c26cf4eee704181dedbcb487f4d63a06d8d5 languageName: node linkType: hard @@ -6057,12 +4595,10 @@ __metadata: languageName: node linkType: hard -"axobject-query@npm:^3.2.1": - version: 3.2.1 - resolution: "axobject-query@npm:3.2.1" - dependencies: - dequal: "npm:^2.0.3" - checksum: 10/675af2548ed4ece75ad6d50cc0473cfdec7579eac77ec9861e7088d03ffb171aa697b70d2877423bee2ce16460ef62c698c6442a105612cc015719e8ea06b0bd +"axobject-query@npm:^4.1.0": + version: 4.1.0 + resolution: "axobject-query@npm:4.1.0" + checksum: 10/e275dea9b673f71170d914f2d2a18be5d57d8d29717b629e7fedd907dcc2ebdc7a37803ff975874810bd423f222f299c020d28fde40a146f537448bf6bfecb6e languageName: node linkType: hard @@ -6077,39 +4613,39 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.4.6": - version: 0.4.6 - resolution: "babel-plugin-polyfill-corejs2@npm:0.4.6" +"babel-plugin-polyfill-corejs2@npm:^0.4.10": + version: 0.4.11 + resolution: "babel-plugin-polyfill-corejs2@npm:0.4.11" dependencies: "@babel/compat-data": "npm:^7.22.6" - "@babel/helper-define-polyfill-provider": "npm:^0.4.3" + "@babel/helper-define-polyfill-provider": "npm:^0.6.2" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10/736b1bb8e570be029f941a374c769972af870c96b5c324a5387c6b6994aabdad045ce560c530038c8626f02ec70f711ad7445f2572c32ba81fa0e13402cc23f8 + checksum: 10/9c79908bed61b9f52190f254e22d3dca6ce25769738642579ba8d23832f3f9414567a90d8367a31831fa45d9b9607ac43d8d07ed31167d8ca8cda22871f4c7a1 languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.8.5": - version: 0.8.6 - resolution: "babel-plugin-polyfill-corejs3@npm:0.8.6" +"babel-plugin-polyfill-corejs3@npm:^0.10.6": + version: 0.10.6 + resolution: "babel-plugin-polyfill-corejs3@npm:0.10.6" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.4.3" - core-js-compat: "npm:^3.33.1" + "@babel/helper-define-polyfill-provider": "npm:^0.6.2" + core-js-compat: "npm:^3.38.0" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10/2d9c926fda31d800dea7843d82a41b8914a8aaa67d7fb293dd2594e82cd6ce4c9fc67c9d469587b7c14ba38f5ab5689bdc9c21c268888598f464fe77a5f4c964 + checksum: 10/360ac9054a57a18c540059dc627ad5d84d15f79790cb3d84d19a02eec7188c67d08a07db789c3822d6f5df22d918e296d1f27c4055fec2e287d328f09ea8a78a languageName: node linkType: hard -"babel-plugin-polyfill-regenerator@npm:^0.5.3": - version: 0.5.3 - resolution: "babel-plugin-polyfill-regenerator@npm:0.5.3" +"babel-plugin-polyfill-regenerator@npm:^0.6.1": + version: 0.6.2 + resolution: "babel-plugin-polyfill-regenerator@npm:0.6.2" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.4.3" + "@babel/helper-define-polyfill-provider": "npm:^0.6.2" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10/2bb546582cda1870d19e646a7183baeb2cccd56e0ef3e4eaeabd28e120daf17cb87399194a9ccdcf32506bcaa68d23e73440fc8ab990a7a0f8c5a77c12d5d4bc + checksum: 10/150233571072b6b3dfe946242da39cba8587b7f908d1c006f7545fc88b0e3c3018d445739beb61e7a75835f0c2751dbe884a94ff9b245ec42369d9267e0e1b3f languageName: node linkType: hard @@ -6168,9 +4704,9 @@ __metadata: linkType: hard "binary-extensions@npm:^2.0.0": - version: 2.2.0 - resolution: "binary-extensions@npm:2.2.0" - checksum: 10/ccd267956c58d2315f5d3ea6757cf09863c5fc703e50fbeb13a7dc849b812ef76e3cf9ca8f35a0c48498776a7478d7b4a0418e1e2b8cb9cb9731f2922aaad7f8 + version: 2.3.0 + resolution: "binary-extensions@npm:2.3.0" + checksum: 10/bcad01494e8a9283abf18c1b967af65ee79b0c6a9e6fcfafebfe91dbe6e0fc7272bafb73389e198b310516ae04f7ad17d79aacf6cb4c0d5d5202a7e2e52c7d98 languageName: node linkType: hard @@ -6195,23 +4731,23 @@ __metadata: languageName: node linkType: hard -"body-parser@npm:1.20.1": - version: 1.20.1 - resolution: "body-parser@npm:1.20.1" +"body-parser@npm:1.20.3": + version: 1.20.3 + resolution: "body-parser@npm:1.20.3" dependencies: bytes: "npm:3.1.2" - content-type: "npm:~1.0.4" + content-type: "npm:~1.0.5" debug: "npm:2.6.9" depd: "npm:2.0.0" destroy: "npm:1.2.0" http-errors: "npm:2.0.0" iconv-lite: "npm:0.4.24" on-finished: "npm:2.4.1" - qs: "npm:6.11.0" - raw-body: "npm:2.5.1" + qs: "npm:6.13.0" + raw-body: "npm:2.5.2" type-is: "npm:~1.6.18" unpipe: "npm:1.0.0" - checksum: 10/5f8d128022a2fb8b6e7990d30878a0182f300b70e46b3f9d358a9433ad6275f0de46add6d63206da3637c01c3b38b6111a7480f7e7ac2e9f7b989f6133fe5510 + checksum: 10/8723e3d7a672eb50854327453bed85ac48d045f4958e81e7d470c56bf111f835b97e5b73ae9f6393d0011cc9e252771f46fd281bbabc57d33d3986edf1e6aeca languageName: node linkType: hard @@ -6234,12 +4770,12 @@ __metadata: languageName: node linkType: hard -"braces@npm:^3.0.2, braces@npm:~3.0.2": - version: 3.0.2 - resolution: "braces@npm:3.0.2" +"braces@npm:^3.0.3, braces@npm:~3.0.2": + version: 3.0.3 + resolution: "braces@npm:3.0.3" dependencies: - fill-range: "npm:^7.0.1" - checksum: 10/966b1fb48d193b9d155f810e5efd1790962f2c4e0829f8440b8ad236ba009222c501f70185ef732fef17a4c490bb33a03b90dab0631feafbdf447da91e8165b1 + fill-range: "npm:^7.1.1" + checksum: 10/fad11a0d4697a27162840b02b1fad249c1683cbc510cd5bf1a471f2f8085c046d41094308c577a50a03a579dd99d5a6b3724c4b5e8b14df2c4443844cfcda2c6 languageName: node linkType: hard @@ -6250,31 +4786,17 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.21.9, browserslist@npm:^4.22.1": - version: 4.22.1 - resolution: "browserslist@npm:4.22.1" - dependencies: - caniuse-lite: "npm:^1.0.30001541" - electron-to-chromium: "npm:^1.4.535" - node-releases: "npm:^2.0.13" - update-browserslist-db: "npm:^1.0.13" - bin: - browserslist: cli.js - checksum: 10/4a515168e0589c7b1ccbf13a93116ce0418cc5e65d228ec036022cf0e08773fdfb732e2abbf1e1188b96d19ecd4dd707504e75b6d393cba2782fc7d6a7fdefe8 - languageName: node - linkType: hard - -"browserslist@npm:^4.22.2": - version: 4.23.0 - resolution: "browserslist@npm:4.23.0" +"browserslist@npm:^4.23.1, browserslist@npm:^4.23.3": + version: 4.23.3 + resolution: "browserslist@npm:4.23.3" dependencies: - caniuse-lite: "npm:^1.0.30001587" - electron-to-chromium: "npm:^1.4.668" - node-releases: "npm:^2.0.14" - update-browserslist-db: "npm:^1.0.13" + caniuse-lite: "npm:^1.0.30001646" + electron-to-chromium: "npm:^1.5.4" + node-releases: "npm:^2.0.18" + update-browserslist-db: "npm:^1.1.0" bin: browserslist: cli.js - checksum: 10/496c3862df74565dd942b4ae65f502c575cbeba1fa4a3894dad7aa3b16130dc3033bc502d8848147f7b625154a284708253d9598bcdbef5a1e34cf11dc7bad8e + checksum: 10/e266d18c6c6c5becf9a1a7aa264477677b9796387972e8fce34854bb33dc1666194dc28389780e5dc6566e68a95e87ece2ce222e1c4ca93c2b75b61dfebd5f1c languageName: node linkType: hard @@ -6317,22 +4839,22 @@ __metadata: linkType: hard "cacache@npm:^18.0.0": - version: 18.0.0 - resolution: "cacache@npm:18.0.0" + version: 18.0.4 + resolution: "cacache@npm:18.0.4" dependencies: "@npmcli/fs": "npm:^3.1.0" fs-minipass: "npm:^3.0.0" glob: "npm:^10.2.2" lru-cache: "npm:^10.0.1" minipass: "npm:^7.0.3" - minipass-collect: "npm:^1.0.2" + minipass-collect: "npm:^2.0.1" minipass-flush: "npm:^1.0.5" minipass-pipeline: "npm:^1.2.4" p-map: "npm:^4.0.0" ssri: "npm:^10.0.0" tar: "npm:^6.1.11" unique-filename: "npm:^3.0.0" - checksum: 10/b71fefe97b9799a863dc48ac79da2bd57a724ff0922fddd3aef4f3b70395ba00d1ef9547a0594d3d6d3cd57aeaeaf4d938c54f89695053eb2198cf8758b47511 + checksum: 10/ca2f7b2d3003f84d362da9580b5561058ccaecd46cba661cbcff0375c90734b610520d46b472a339fd032d91597ad6ed12dde8af81571197f3c9772b5d35b104 languageName: node linkType: hard @@ -6355,18 +4877,7 @@ __metadata: languageName: node linkType: hard -"call-bind@npm:^1.0.0, call-bind@npm:^1.0.2, call-bind@npm:^1.0.4, call-bind@npm:^1.0.5": - version: 1.0.5 - resolution: "call-bind@npm:1.0.5" - dependencies: - function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.1" - set-function-length: "npm:^1.1.1" - checksum: 10/246d44db6ef9bbd418828dbd5337f80b46be4398d522eded015f31554cbb2ea33025b0203b75c7ab05a1a255b56ef218880cca1743e4121e306729f9e414da39 - languageName: node - linkType: hard - -"call-bind@npm:^1.0.7": +"call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7": version: 1.0.7 resolution: "call-bind@npm:1.0.7" dependencies: @@ -6404,17 +4915,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001541": - version: 1.0.30001561 - resolution: "caniuse-lite@npm:1.0.30001561" - checksum: 10/94cfc8454c19d28828baf254771e0f3cf1828f95b0a85904d70a77b530873a041a735761091e3baf17ec90609250f887baa044b8ed2776368a46dd2e70f050d6 - languageName: node - linkType: hard - -"caniuse-lite@npm:^1.0.30001587": - version: 1.0.30001589 - resolution: "caniuse-lite@npm:1.0.30001589" - checksum: 10/5e1d2eb7c32d48c52204227bc1377f0f4c758ef889c53b9b479e28470e7f82eb1db5853e7754be9600ee662ae32a1d58e8bef0fde6edab06322ddbabfd9d212f +"caniuse-lite@npm:^1.0.30001646": + version: 1.0.30001660 + resolution: "caniuse-lite@npm:1.0.30001660" + checksum: 10/5d83f0b7e2075b7e31f114f739155dc6c21b0afe8cb61180f625a4903b0ccd3d7591a5f81c930f14efddfa57040203ba0890850b8a3738f6c7f17c7dd83b9de8 languageName: node linkType: hard @@ -6425,18 +4929,16 @@ __metadata: languageName: node linkType: hard -"chai@npm:^4.3.10": - version: 4.4.1 - resolution: "chai@npm:4.4.1" +"chai@npm:^5.1.1": + version: 5.1.1 + resolution: "chai@npm:5.1.1" dependencies: - assertion-error: "npm:^1.1.0" - check-error: "npm:^1.0.3" - deep-eql: "npm:^4.1.3" - get-func-name: "npm:^2.0.2" - loupe: "npm:^2.3.6" - pathval: "npm:^1.1.1" - type-detect: "npm:^4.0.8" - checksum: 10/c6d7aba913a67529c68dbec3673f94eb9c586c5474cc5142bd0b587c9c9ec9e5fbaa937e038ecaa6475aea31433752d5fabdd033b9248bde6ae53befcde774ae + assertion-error: "npm:^2.0.1" + check-error: "npm:^2.1.1" + deep-eql: "npm:^5.0.1" + loupe: "npm:^3.1.0" + pathval: "npm:^2.0.0" + checksum: 10/ee67279a5613bd36dc1dc13660042429ae2f1dc5a9030a6abcf381345866dfb5bce7bc10b9d74c8de86b6f656489f654bbbef3f3361e06925591e6a00c72afff languageName: node linkType: hard @@ -6478,12 +4980,10 @@ __metadata: languageName: node linkType: hard -"check-error@npm:^1.0.3": - version: 1.0.3 - resolution: "check-error@npm:1.0.3" - dependencies: - get-func-name: "npm:^2.0.2" - checksum: 10/e2131025cf059b21080f4813e55b3c480419256914601750b0fee3bd9b2b8315b531e551ef12560419b8b6d92a3636511322752b1ce905703239e7cc451b6399 +"check-error@npm:^2.1.1": + version: 2.1.1 + resolution: "check-error@npm:2.1.1" + checksum: 10/d785ed17b1d4a4796b6e75c765a9a290098cf52ff9728ce0756e8ffd4293d2e419dd30c67200aee34202463b474306913f2fcfaf1890641026d9fc6966fea27a languageName: node linkType: hard @@ -6494,26 +4994,7 @@ __metadata: languageName: node linkType: hard -"chokidar@npm:^3.5.1": - version: 3.5.3 - resolution: "chokidar@npm:3.5.3" - dependencies: - anymatch: "npm:~3.1.2" - braces: "npm:~3.0.2" - fsevents: "npm:~2.3.2" - glob-parent: "npm:~5.1.2" - is-binary-path: "npm:~2.1.0" - is-glob: "npm:~4.0.1" - normalize-path: "npm:~3.0.0" - readdirp: "npm:~3.6.0" - dependenciesMeta: - fsevents: - optional: true - checksum: 10/863e3ff78ee7a4a24513d2a416856e84c8e4f5e60efbe03e8ab791af1a183f569b62fc6f6b8044e2804966cb81277ddbbc1dc374fba3265bd609ea8efd62f5b3 - languageName: node - linkType: hard - -"chokidar@npm:^3.5.3": +"chokidar@npm:^3.5.1, chokidar@npm:^3.5.3": version: 3.6.0 resolution: "chokidar@npm:3.6.0" dependencies: @@ -6563,15 +5044,15 @@ __metadata: linkType: hard "cli-table3@npm:~0.6.1": - version: 0.6.3 - resolution: "cli-table3@npm:0.6.3" + version: 0.6.5 + resolution: "cli-table3@npm:0.6.5" dependencies: "@colors/colors": "npm:1.5.0" string-width: "npm:^4.2.0" dependenciesMeta: "@colors/colors": optional: true - checksum: 10/8d82b75be7edc7febb1283dc49582a521536527cba80af62a2e4522a0ee39c252886a1a2f02d05ae9d753204dbcffeb3a40d1358ee10dccd7fe8d935cfad3f85 + checksum: 10/8dca71256f6f1367bab84c33add3f957367c7c43750a9828a4212ebd31b8df76bd7419d386e3391ac7419698a8540c25f1a474584028f35b170841cde2e055c5 languageName: node linkType: hard @@ -6632,10 +5113,10 @@ __metadata: languageName: node linkType: hard -"clsx@npm:^2.1.0": - version: 2.1.0 - resolution: "clsx@npm:2.1.0" - checksum: 10/2e0ce7c3b6803d74fc8147c408f88e79245583202ac14abd9691e2aebb9f312de44270b79154320d10bb7804a9197869635d1291741084826cff20820f31542b +"clsx@npm:^2.1.0, clsx@npm:^2.1.1": + version: 2.1.1 + resolution: "clsx@npm:2.1.1" + checksum: 10/cdfb57fa6c7649bbff98d9028c2f0de2f91c86f551179541cf784b1cfdc1562dcb951955f46d54d930a3879931a980e32a46b598acaea274728dbe068deca919 languageName: node linkType: hard @@ -6678,7 +5159,7 @@ __metadata: languageName: node linkType: hard -"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8, combined-stream@npm:~1.0.6": +"combined-stream@npm:^1.0.8, combined-stream@npm:~1.0.6": version: 1.0.8 resolution: "combined-stream@npm:1.0.8" dependencies: @@ -6701,7 +5182,7 @@ __metadata: languageName: node linkType: hard -"commander@npm:^8.0.0, commander@npm:^8.3.0": +"commander@npm:^8.0.0": version: 8.3.0 resolution: "commander@npm:8.3.0" checksum: 10/6b7b5d334483ce24bd73c5dac2eab901a7dbb25fd983ea24a1eeac6e7166bb1967f641546e8abf1920afbde86a45fbfe5812fbc69d0dc451bb45ca416a12a3a3 @@ -6787,7 +5268,7 @@ __metadata: languageName: node linkType: hard -"content-type@npm:~1.0.4": +"content-type@npm:~1.0.4, content-type@npm:~1.0.5": version: 1.0.5 resolution: "content-type@npm:1.0.5" checksum: 10/585847d98dc7fb8035c02ae2cb76c7a9bd7b25f84c447e5ed55c45c2175e83617c8813871b4ee22f368126af6b2b167df655829007b21aa10302873ea9c62662 @@ -7050,10 +5531,10 @@ __metadata: languageName: node linkType: hard -"cookie@npm:0.5.0": - version: 0.5.0 - resolution: "cookie@npm:0.5.0" - checksum: 10/aae7911ddc5f444a9025fbd979ad1b5d60191011339bce48e555cb83343d0f98b865ff5c4d71fecdfb8555a5cafdc65632f6fce172f32aaf6936830a883a0380 +"cookie@npm:0.6.0": + version: 0.6.0 + resolution: "cookie@npm:0.6.0" + checksum: 10/c1f8f2ea7d443b9331680598b0ae4e6af18a618c37606d1bbdc75bec8361cce09fe93e727059a673f2ba24467131a9fb5a4eec76bb1b149c1b3e1ccb268dc583 languageName: node linkType: hard @@ -7066,12 +5547,12 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.33.1": - version: 3.33.2 - resolution: "core-js-compat@npm:3.33.2" +"core-js-compat@npm:^3.37.1, core-js-compat@npm:^3.38.0": + version: 3.38.1 + resolution: "core-js-compat@npm:3.38.1" dependencies: - browserslist: "npm:^4.22.1" - checksum: 10/9806ac461080f4eef03a6adda77933c8f0bbea16b487ef686a827f9dd0f6ab24ff561415b697155b402d5992ff3bec44a2e01fbe8bd1e8f46acde61a1ecc5910 + browserslist: "npm:^4.23.3" + checksum: 10/4e2f219354fd268895f79486461a12df96f24ed307321482fe2a43529c5a64e7c16bcba654980ba217d603444f5141d43a79058aeac77511085f065c5da72207 languageName: node linkType: hard @@ -7143,37 +5624,21 @@ __metadata: languageName: node linkType: hard -"crypto-random-string@npm:^4.0.0": - version: 4.0.0 - resolution: "crypto-random-string@npm:4.0.0" - dependencies: - type-fest: "npm:^1.0.1" - checksum: 10/cd5d7ae13803de53680aaed4c732f67209af5988cbeec5f6b29082020347c2d8849ca921b2008be7d6bd1d9d198c3c3697e7441d6d0d3da1bf51e9e4d2032149 - languageName: node - linkType: hard - "css.escape@npm:^1.5.1": version: 1.5.1 resolution: "css.escape@npm:1.5.1" - checksum: 10/f6d38088d870a961794a2580b2b2af1027731bb43261cfdce14f19238a88664b351cc8978abc20f06cc6bbde725699dec8deb6fe9816b139fc3f2af28719e774 - languageName: node - linkType: hard - -"cssjanus@npm:^2.0.1": - version: 2.1.0 - resolution: "cssjanus@npm:2.1.0" - checksum: 10/858ab0be770f9f898f3331dafbd8c377a8ca3c7ee88fd5b65b702c260d61ff70fe9d9c70bf343ece0594600904deead97d78ad0ede97ad55accfdc98ebe1dcf2 + checksum: 10/f6d38088d870a961794a2580b2b2af1027731bb43261cfdce14f19238a88664b351cc8978abc20f06cc6bbde725699dec8deb6fe9816b139fc3f2af28719e774 languageName: node linkType: hard -"csstype@npm:^3.0.2": - version: 3.1.2 - resolution: "csstype@npm:3.1.2" - checksum: 10/1f39c541e9acd9562996d88bc9fb62d1cb234786ef11ed275567d4b2bd82e1ceacde25debc8de3d3b4871ae02c2933fa02614004c97190711caebad6347debc2 +"cssjanus@npm:^2.0.1, cssjanus@npm:^2.3.0": + version: 2.3.0 + resolution: "cssjanus@npm:2.3.0" + checksum: 10/eaa78f8b6047f52ea504964fd15b3f92b4d3603dd50350ad3c8c53dc51db8d4f75bac54570cd281df8ac368ed8759ccc677ae3cb53583af051688d63dc329232 languageName: node linkType: hard -"csstype@npm:^3.1.3": +"csstype@npm:^3.0.2, csstype@npm:^3.1.3": version: 3.1.3 resolution: "csstype@npm:3.1.3" checksum: 10/f593cce41ff5ade23f44e77521e3a1bcc2c64107041e1bf6c3c32adc5187d0d60983292fda326154d20b01079e24931aa5b08e4467cc488b60bb1e7f6d478ade @@ -7274,6 +5739,39 @@ __metadata: languageName: node linkType: hard +"data-view-buffer@npm:^1.0.1": + version: 1.0.1 + resolution: "data-view-buffer@npm:1.0.1" + dependencies: + call-bind: "npm:^1.0.6" + es-errors: "npm:^1.3.0" + is-data-view: "npm:^1.0.1" + checksum: 10/5919a39a18ee919573336158fd162fdf8ada1bc23a139f28543fd45fac48e0ea4a3ad3bfde91de124d4106e65c4a7525f6a84c20ba0797ec890a77a96d13a82a + languageName: node + linkType: hard + +"data-view-byte-length@npm:^1.0.1": + version: 1.0.1 + resolution: "data-view-byte-length@npm:1.0.1" + dependencies: + call-bind: "npm:^1.0.7" + es-errors: "npm:^1.3.0" + is-data-view: "npm:^1.0.1" + checksum: 10/f33c65e58d8d0432ad79761f2e8a579818d724b5dc6dc4e700489b762d963ab30873c0f1c37d8f2ed12ef51c706d1195f64422856d25f067457aeec50cc40aac + languageName: node + linkType: hard + +"data-view-byte-offset@npm:^1.0.0": + version: 1.0.0 + resolution: "data-view-byte-offset@npm:1.0.0" + dependencies: + call-bind: "npm:^1.0.6" + es-errors: "npm:^1.3.0" + is-data-view: "npm:^1.0.1" + checksum: 10/96f34f151bf02affb7b9f98762fb7aca1dd5f4553cb57b80bce750ca609c15d33ca659568ef1d422f7e35680736cbccb893a3d4b012760c758c1446bbdc4c6db + languageName: node + linkType: hard + "date-fns@npm:^2.30.0": version: 2.30.0 resolution: "date-fns@npm:2.30.0" @@ -7298,9 +5796,9 @@ __metadata: linkType: hard "dayjs@npm:^1.10.4": - version: 1.11.9 - resolution: "dayjs@npm:1.11.9" - checksum: 10/7bee5a13653049ae166d4ee7f17fd1b3cd31ec8699b2bae1dee6262431d8d5815a4a9f12eaf48d1879a98d993c014a9a9098ed75aa6a041efe9bccc080a687cd + version: 1.11.13 + resolution: "dayjs@npm:1.11.13" + checksum: 10/7374d63ab179b8d909a95e74790def25c8986e329ae989840bacb8b1888be116d20e1c4eee75a69ea0dfbae13172efc50ef85619d304ee7ca3c01d5878b704f5 languageName: node linkType: hard @@ -7313,7 +5811,19 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": +"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.6": + version: 4.3.7 + resolution: "debug@npm:4.3.7" + dependencies: + ms: "npm:^2.1.3" + peerDependenciesMeta: + supports-color: + optional: true + checksum: 10/71168908b9a78227ab29d5d25fe03c5867750e31ce24bf2c44a86efc5af041758bb56569b0a3d48a9b5344c00a24a777e6f4100ed6dfd9534a42c1dde285125a + languageName: node + linkType: hard + +"debug@npm:4.3.4": version: 4.3.4 resolution: "debug@npm:4.3.4" dependencies: @@ -7351,12 +5861,10 @@ __metadata: languageName: node linkType: hard -"deep-eql@npm:^4.1.3": - version: 4.1.3 - resolution: "deep-eql@npm:4.1.3" - dependencies: - type-detect: "npm:^4.0.0" - checksum: 10/12ce93ae63de187e77b076d3d51bfc28b11f98910a22c18714cce112791195e86a94f97788180994614b14562a86c9763f67c69f785e4586f806b5df39bf9301 +"deep-eql@npm:^5.0.1": + version: 5.0.2 + resolution: "deep-eql@npm:5.0.2" + checksum: 10/a529b81e2ef8821621d20a36959a0328873a3e49d393ad11f8efe8559f31239494c2eb889b80342808674c475802ba95b9d6c4c27641b9a029405104c1b59fcf languageName: node linkType: hard @@ -7374,6 +5882,32 @@ __metadata: languageName: node linkType: hard +"deep-equal@npm:^2.0.5": + version: 2.2.3 + resolution: "deep-equal@npm:2.2.3" + dependencies: + array-buffer-byte-length: "npm:^1.0.0" + call-bind: "npm:^1.0.5" + es-get-iterator: "npm:^1.1.3" + get-intrinsic: "npm:^1.2.2" + is-arguments: "npm:^1.1.1" + is-array-buffer: "npm:^3.0.2" + is-date-object: "npm:^1.0.5" + is-regex: "npm:^1.1.4" + is-shared-array-buffer: "npm:^1.0.2" + isarray: "npm:^2.0.5" + object-is: "npm:^1.1.5" + object-keys: "npm:^1.1.1" + object.assign: "npm:^4.1.4" + regexp.prototype.flags: "npm:^1.5.1" + side-channel: "npm:^1.0.4" + which-boxed-primitive: "npm:^1.0.2" + which-collection: "npm:^1.0.1" + which-typed-array: "npm:^1.1.13" + checksum: 10/1ce49d0b71d0f14d8ef991a742665eccd488dfc9b3cada069d4d7a86291e591c92d2589c832811dea182b4015736b210acaaebce6184be356c1060d176f5a05f + languageName: node + linkType: hard + "deep-is@npm:^0.1.3": version: 0.1.4 resolution: "deep-is@npm:0.1.4" @@ -7390,18 +5924,7 @@ __metadata: languageName: node linkType: hard -"define-data-property@npm:^1.0.1, define-data-property@npm:^1.1.1": - version: 1.1.1 - resolution: "define-data-property@npm:1.1.1" - dependencies: - get-intrinsic: "npm:^1.2.1" - gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.0" - checksum: 10/5573c8df96b5857408cad64d9b91b69152e305ce4b06218e5f49b59c6cafdbb90a8bd8a0bb83c7bc67a8d479c04aa697063c9bc28d849b7282f9327586d6bc7b - languageName: node - linkType: hard - -"define-data-property@npm:^1.1.4": +"define-data-property@npm:^1.0.1, define-data-property@npm:^1.1.4": version: 1.1.4 resolution: "define-data-property@npm:1.1.4" dependencies: @@ -7412,7 +5935,7 @@ __metadata: languageName: node linkType: hard -"define-properties@npm:^1.1.3, define-properties@npm:^1.1.4, define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": +"define-properties@npm:^1.1.3, define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": version: 1.2.1 resolution: "define-properties@npm:1.2.1" dependencies: @@ -7437,13 +5960,6 @@ __metadata: languageName: node linkType: hard -"dequal@npm:^2.0.2, dequal@npm:^2.0.3": - version: 2.0.3 - resolution: "dequal@npm:2.0.3" - checksum: 10/6ff05a7561f33603df87c45e389c9ac0a95e3c056be3da1a0c4702149e3a7f6fe5ffbb294478687ba51a9e95f3a60e8b6b9005993acd79c292c7d15f71964b6b - languageName: node - linkType: hard - "destroy@npm:1.2.0": version: 1.2.0 resolution: "destroy@npm:1.2.0" @@ -7465,13 +5981,6 @@ __metadata: languageName: node linkType: hard -"diff-sequences@npm:^29.6.3": - version: 29.6.3 - resolution: "diff-sequences@npm:29.6.3" - checksum: 10/179daf9d2f9af5c57ad66d97cb902a538bcf8ed64963fa7aa0c329b3de3665ce2eb6ffdc2f69f29d445fa4af2517e5e55e5b6e00c00a9ae4f43645f97f7078cb - languageName: node - linkType: hard - "dir-glob@npm:^3.0.1": version: 3.0.1 resolution: "dir-glob@npm:3.0.1" @@ -7536,20 +6045,6 @@ __metadata: languageName: node linkType: hard -"dotenv-expand@npm:^10.0.0": - version: 10.0.0 - resolution: "dotenv-expand@npm:10.0.0" - checksum: 10/b41eb278bc96b92cbf3037ca5f3d21e8845bf165dc06b6f9a0a03d278c2bd5a01c0cfbb3528ae3a60301ba1a8a9cace30e748c54b460753bc00d4c014b675597 - languageName: node - linkType: hard - -"dotenv@npm:^16.0.0": - version: 16.4.5 - resolution: "dotenv@npm:16.4.5" - checksum: 10/55a3134601115194ae0f924e54473459ed0d9fc340ae610b676e248cca45aa7c680d86365318ea964e6da4e2ea80c4514c1adab5adb43d6867fb57ff068f95c8 - languageName: node - linkType: hard - "dotgitignore@npm:^2.1.0": version: 2.1.0 resolution: "dotgitignore@npm:2.1.0" @@ -7584,17 +6079,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.4.535": - version: 1.4.581 - resolution: "electron-to-chromium@npm:1.4.581" - checksum: 10/a40ea2863c9b2e586987d67c87d3ebd819991e86e24fab862ca3a04a60d9e27490951a2fa7bf50d122f02b8ea14a14c5bdbaebe2a97fa95cacca70a27904cfd3 - languageName: node - linkType: hard - -"electron-to-chromium@npm:^1.4.668": - version: 1.4.681 - resolution: "electron-to-chromium@npm:1.4.681" - checksum: 10/92baee495b426a112836c6986736c448ff1178efeaf81e5d58cdd0520716aee5942ff60110c0a6e31e41b81ca320a13759a182597178c90c98daa04d5595d40c +"electron-to-chromium@npm:^1.5.4": + version: 1.5.23 + resolution: "electron-to-chromium@npm:1.5.23" + checksum: 10/01118e662fb57245cbfaff44bb77c31ae3070f4a89ac032a7ae9f6cba1626ce4d3f16b30184a5149a8efa905badc2b6681beb4b12ce3d94f47d6f5e8493410e9 languageName: node linkType: hard @@ -7619,6 +6107,13 @@ __metadata: languageName: node linkType: hard +"encodeurl@npm:~2.0.0": + version: 2.0.0 + resolution: "encodeurl@npm:2.0.0" + checksum: 10/abf5cd51b78082cf8af7be6785813c33b6df2068ce5191a40ca8b1afe6a86f9230af9a9ce694a5ce4665955e5c1120871826df9c128a642e09c58d592e2807fe + languageName: node + linkType: hard + "encoding@npm:^0.1.13": version: 0.1.13 resolution: "encoding@npm:0.1.13" @@ -7638,12 +6133,12 @@ __metadata: linkType: hard "enhanced-resolve@npm:^5.12.0": - version: 5.15.0 - resolution: "enhanced-resolve@npm:5.15.0" + version: 5.17.1 + resolution: "enhanced-resolve@npm:5.17.1" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10/180c3f2706f9117bf4dc7982e1df811dad83a8db075723f299245ef4488e0cad7e96859c5f0e410682d28a4ecd4da021ec7d06265f7e4eb6eed30c69ca5f7d3e + checksum: 10/e8e03cb7a4bf3c0250a89afbd29e5ec20e90ba5fcd026066232a0754864d7d0a393fa6fc0e5379314a6529165a1834b36731147080714459d98924520410d8f5 languageName: node linkType: hard @@ -7692,50 +6187,57 @@ __metadata: languageName: node linkType: hard -"es-abstract@npm:^1.22.1": - version: 1.22.3 - resolution: "es-abstract@npm:1.22.3" +"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.1, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3": + version: 1.23.3 + resolution: "es-abstract@npm:1.23.3" dependencies: - array-buffer-byte-length: "npm:^1.0.0" - arraybuffer.prototype.slice: "npm:^1.0.2" - available-typed-arrays: "npm:^1.0.5" - call-bind: "npm:^1.0.5" - es-set-tostringtag: "npm:^2.0.1" + array-buffer-byte-length: "npm:^1.0.1" + arraybuffer.prototype.slice: "npm:^1.0.3" + available-typed-arrays: "npm:^1.0.7" + call-bind: "npm:^1.0.7" + data-view-buffer: "npm:^1.0.1" + data-view-byte-length: "npm:^1.0.1" + data-view-byte-offset: "npm:^1.0.0" + es-define-property: "npm:^1.0.0" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + es-set-tostringtag: "npm:^2.0.3" es-to-primitive: "npm:^1.2.1" function.prototype.name: "npm:^1.1.6" - get-intrinsic: "npm:^1.2.2" - get-symbol-description: "npm:^1.0.0" + get-intrinsic: "npm:^1.2.4" + get-symbol-description: "npm:^1.0.2" globalthis: "npm:^1.0.3" gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.0" - has-proto: "npm:^1.0.1" + has-property-descriptors: "npm:^1.0.2" + has-proto: "npm:^1.0.3" has-symbols: "npm:^1.0.3" - hasown: "npm:^2.0.0" - internal-slot: "npm:^1.0.5" - is-array-buffer: "npm:^3.0.2" + hasown: "npm:^2.0.2" + internal-slot: "npm:^1.0.7" + is-array-buffer: "npm:^3.0.4" is-callable: "npm:^1.2.7" - is-negative-zero: "npm:^2.0.2" + is-data-view: "npm:^1.0.1" + is-negative-zero: "npm:^2.0.3" is-regex: "npm:^1.1.4" - is-shared-array-buffer: "npm:^1.0.2" + is-shared-array-buffer: "npm:^1.0.3" is-string: "npm:^1.0.7" - is-typed-array: "npm:^1.1.12" + is-typed-array: "npm:^1.1.13" is-weakref: "npm:^1.0.2" object-inspect: "npm:^1.13.1" object-keys: "npm:^1.1.1" - object.assign: "npm:^4.1.4" - regexp.prototype.flags: "npm:^1.5.1" - safe-array-concat: "npm:^1.0.1" - safe-regex-test: "npm:^1.0.0" - string.prototype.trim: "npm:^1.2.8" - string.prototype.trimend: "npm:^1.0.7" - string.prototype.trimstart: "npm:^1.0.7" - typed-array-buffer: "npm:^1.0.0" - typed-array-byte-length: "npm:^1.0.0" - typed-array-byte-offset: "npm:^1.0.0" - typed-array-length: "npm:^1.0.4" + object.assign: "npm:^4.1.5" + regexp.prototype.flags: "npm:^1.5.2" + safe-array-concat: "npm:^1.1.2" + safe-regex-test: "npm:^1.0.3" + string.prototype.trim: "npm:^1.2.9" + string.prototype.trimend: "npm:^1.0.8" + string.prototype.trimstart: "npm:^1.0.8" + typed-array-buffer: "npm:^1.0.2" + typed-array-byte-length: "npm:^1.0.1" + typed-array-byte-offset: "npm:^1.0.2" + typed-array-length: "npm:^1.0.6" unbox-primitive: "npm:^1.0.2" - which-typed-array: "npm:^1.1.13" - checksum: 10/e1ea9738ece15f810733b7bd71d825b555e01bb8c860272560d7d901467a9db1265214d6cf44f3beeb5d73ae421a609b9ad93a39aa47bbcd8cde510d5e0aa875 + which-typed-array: "npm:^1.1.15" + checksum: 10/2da795a6a1ac5fc2c452799a409acc2e3692e06dc6440440b076908617188899caa562154d77263e3053bcd9389a07baa978ab10ac3b46acc399bd0c77be04cb languageName: node linkType: hard @@ -7748,245 +6250,103 @@ __metadata: languageName: node linkType: hard -"es-errors@npm:^1.3.0": +"es-errors@npm:^1.2.1, es-errors@npm:^1.3.0": version: 1.3.0 resolution: "es-errors@npm:1.3.0" checksum: 10/96e65d640156f91b707517e8cdc454dd7d47c32833aa3e85d79f24f9eb7ea85f39b63e36216ef0114996581969b59fe609a94e30316b08f5f4df1d44134cf8d5 languageName: node linkType: hard -"es-iterator-helpers@npm:^1.0.12, es-iterator-helpers@npm:^1.0.15": - version: 1.0.15 - resolution: "es-iterator-helpers@npm:1.0.15" +"es-get-iterator@npm:^1.1.3": + version: 1.1.3 + resolution: "es-get-iterator@npm:1.1.3" dependencies: - asynciterator.prototype: "npm:^1.0.0" call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.22.1" - es-set-tostringtag: "npm:^2.0.1" - function-bind: "npm:^1.1.1" - get-intrinsic: "npm:^1.2.1" - globalthis: "npm:^1.0.3" - has-property-descriptors: "npm:^1.0.0" - has-proto: "npm:^1.0.1" + get-intrinsic: "npm:^1.1.3" has-symbols: "npm:^1.0.3" - internal-slot: "npm:^1.0.5" - iterator.prototype: "npm:^1.1.2" - safe-array-concat: "npm:^1.0.1" - checksum: 10/78535c00c49d81df603e650886d3806f3cd8d288e2c07703cfb145725753a3d2df19bff9feeb14cd1baed02252d1f85c4bbc922c8db02841722ab3ec02e78339 - languageName: node - linkType: hard - -"es-module-lexer@npm:^1.5.0": - version: 1.5.3 - resolution: "es-module-lexer@npm:1.5.3" - checksum: 10/2d80297e955f52ec6a4c7c7683ec2ee80b33c61b46af4f6ed3ef8feab16ba10fd4798141132b3fd0f5e2edb36abd4ad50c63cf3e26da2cca1c56debc68816c44 - languageName: node - linkType: hard - -"es-set-tostringtag@npm:^2.0.1": - version: 2.0.2 - resolution: "es-set-tostringtag@npm:2.0.2" - dependencies: - get-intrinsic: "npm:^1.2.2" - has-tostringtag: "npm:^1.0.0" - hasown: "npm:^2.0.0" - checksum: 10/afcec3a4c9890ae14d7ec606204858441c801ff84f312538e1d1ccf1e5493c8b17bd672235df785f803756472cb4f2d49b87bde5237aef33411e74c22f194e07 - languageName: node - linkType: hard - -"es-shim-unscopables@npm:^1.0.0": - version: 1.0.2 - resolution: "es-shim-unscopables@npm:1.0.2" - dependencies: - hasown: "npm:^2.0.0" - checksum: 10/6d3bf91f658a27cc7217cd32b407a0d714393a84d125ad576319b9e83a893bea165cf41270c29e9ceaa56d3cf41608945d7e2a2c31fd51c0009b0c31402b91c7 + is-arguments: "npm:^1.1.1" + is-map: "npm:^2.0.2" + is-set: "npm:^2.0.2" + is-string: "npm:^1.0.7" + isarray: "npm:^2.0.5" + stop-iteration-iterator: "npm:^1.0.0" + checksum: 10/bc2194befbe55725f9489098626479deee3c801eda7e83ce0dff2eb266a28dc808edb9b623ff01d31ebc1328f09d661333d86b601036692c2e3c1a6942319433 languageName: node linkType: hard -"es-to-primitive@npm:^1.2.1": - version: 1.2.1 - resolution: "es-to-primitive@npm:1.2.1" +"es-iterator-helpers@npm:^1.0.19": + version: 1.0.19 + resolution: "es-iterator-helpers@npm:1.0.19" dependencies: - is-callable: "npm:^1.1.4" - is-date-object: "npm:^1.0.1" - is-symbol: "npm:^1.0.2" - checksum: 10/74aeeefe2714cf99bb40cab7ce3012d74e1e2c1bd60d0a913b467b269edde6e176ca644b5ba03a5b865fb044a29bca05671cd445c85ca2cdc2de155d7fc8fe9b - languageName: node - linkType: hard - -"es6-error@npm:^4.0.1": - version: 4.1.1 - resolution: "es6-error@npm:4.1.1" - checksum: 10/48483c25701dc5a6376f39bbe2eaf5da0b505607ec5a98cd3ade472c1939242156660636e2e508b33211e48e88b132d245341595c067bd4a95ac79fa7134da06 + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.3" + es-errors: "npm:^1.3.0" + es-set-tostringtag: "npm:^2.0.3" + function-bind: "npm:^1.1.2" + get-intrinsic: "npm:^1.2.4" + globalthis: "npm:^1.0.3" + has-property-descriptors: "npm:^1.0.2" + has-proto: "npm:^1.0.3" + has-symbols: "npm:^1.0.3" + internal-slot: "npm:^1.0.7" + iterator.prototype: "npm:^1.1.2" + safe-array-concat: "npm:^1.1.2" + checksum: 10/980a8081cf6798fe17fcea193b0448d784d72d76aca7240b10813207c67e3dc0d8a23992263870c4fc291da5a946935b0c56dec4fa1a9de8fee0165e4fa1fc58 languageName: node linkType: hard -"esbuild-register@npm:^3.5.0": - version: 3.5.0 - resolution: "esbuild-register@npm:3.5.0" - dependencies: - debug: "npm:^4.3.4" - peerDependencies: - esbuild: ">=0.12 <1" - checksum: 10/af6874ce9b5fcdb0974c9d9e9f16530a5b9bd80c699b2ba9d7ace33439c1af1be6948535c775d9a6439e2bf23fb31cfd54ac882cfa38308a3f182039f4b98a01 +"es-module-lexer@npm:^1.5.0": + version: 1.5.4 + resolution: "es-module-lexer@npm:1.5.4" + checksum: 10/f29c7c97a58eb17640dcbd71bd6ef754ad4f58f95c3073894573d29dae2cad43ecd2060d97ed5b866dfb7804d5590fb7de1d2c5339a5fceae8bd60b580387fc5 languageName: node linkType: hard -"esbuild@npm:^0.18.0 || ^0.19.0 || ^0.20.0": - version: 0.20.2 - resolution: "esbuild@npm:0.20.2" - dependencies: - "@esbuild/aix-ppc64": "npm:0.20.2" - "@esbuild/android-arm": "npm:0.20.2" - "@esbuild/android-arm64": "npm:0.20.2" - "@esbuild/android-x64": "npm:0.20.2" - "@esbuild/darwin-arm64": "npm:0.20.2" - "@esbuild/darwin-x64": "npm:0.20.2" - "@esbuild/freebsd-arm64": "npm:0.20.2" - "@esbuild/freebsd-x64": "npm:0.20.2" - "@esbuild/linux-arm": "npm:0.20.2" - "@esbuild/linux-arm64": "npm:0.20.2" - "@esbuild/linux-ia32": "npm:0.20.2" - "@esbuild/linux-loong64": "npm:0.20.2" - "@esbuild/linux-mips64el": "npm:0.20.2" - "@esbuild/linux-ppc64": "npm:0.20.2" - "@esbuild/linux-riscv64": "npm:0.20.2" - "@esbuild/linux-s390x": "npm:0.20.2" - "@esbuild/linux-x64": "npm:0.20.2" - "@esbuild/netbsd-x64": "npm:0.20.2" - "@esbuild/openbsd-x64": "npm:0.20.2" - "@esbuild/sunos-x64": "npm:0.20.2" - "@esbuild/win32-arm64": "npm:0.20.2" - "@esbuild/win32-ia32": "npm:0.20.2" - "@esbuild/win32-x64": "npm:0.20.2" - dependenciesMeta: - "@esbuild/aix-ppc64": - optional: true - "@esbuild/android-arm": - optional: true - "@esbuild/android-arm64": - optional: true - "@esbuild/android-x64": - optional: true - "@esbuild/darwin-arm64": - optional: true - "@esbuild/darwin-x64": - optional: true - "@esbuild/freebsd-arm64": - optional: true - "@esbuild/freebsd-x64": - optional: true - "@esbuild/linux-arm": - optional: true - "@esbuild/linux-arm64": - optional: true - "@esbuild/linux-ia32": - optional: true - "@esbuild/linux-loong64": - optional: true - "@esbuild/linux-mips64el": - optional: true - "@esbuild/linux-ppc64": - optional: true - "@esbuild/linux-riscv64": - optional: true - "@esbuild/linux-s390x": - optional: true - "@esbuild/linux-x64": - optional: true - "@esbuild/netbsd-x64": - optional: true - "@esbuild/openbsd-x64": - optional: true - "@esbuild/sunos-x64": - optional: true - "@esbuild/win32-arm64": - optional: true - "@esbuild/win32-ia32": - optional: true - "@esbuild/win32-x64": - optional: true - bin: - esbuild: bin/esbuild - checksum: 10/663215ab7e599651e00d61b528a63136e1f1d397db8b9c3712540af928c9476d61da95aefa81b7a8dfc7a9fdd7616fcf08395c27be68be8c99953fb461863ce4 - languageName: node - linkType: hard - -"esbuild@npm:^0.19.3": - version: 0.19.8 - resolution: "esbuild@npm:0.19.8" - dependencies: - "@esbuild/android-arm": "npm:0.19.8" - "@esbuild/android-arm64": "npm:0.19.8" - "@esbuild/android-x64": "npm:0.19.8" - "@esbuild/darwin-arm64": "npm:0.19.8" - "@esbuild/darwin-x64": "npm:0.19.8" - "@esbuild/freebsd-arm64": "npm:0.19.8" - "@esbuild/freebsd-x64": "npm:0.19.8" - "@esbuild/linux-arm": "npm:0.19.8" - "@esbuild/linux-arm64": "npm:0.19.8" - "@esbuild/linux-ia32": "npm:0.19.8" - "@esbuild/linux-loong64": "npm:0.19.8" - "@esbuild/linux-mips64el": "npm:0.19.8" - "@esbuild/linux-ppc64": "npm:0.19.8" - "@esbuild/linux-riscv64": "npm:0.19.8" - "@esbuild/linux-s390x": "npm:0.19.8" - "@esbuild/linux-x64": "npm:0.19.8" - "@esbuild/netbsd-x64": "npm:0.19.8" - "@esbuild/openbsd-x64": "npm:0.19.8" - "@esbuild/sunos-x64": "npm:0.19.8" - "@esbuild/win32-arm64": "npm:0.19.8" - "@esbuild/win32-ia32": "npm:0.19.8" - "@esbuild/win32-x64": "npm:0.19.8" - dependenciesMeta: - "@esbuild/android-arm": - optional: true - "@esbuild/android-arm64": - optional: true - "@esbuild/android-x64": - optional: true - "@esbuild/darwin-arm64": - optional: true - "@esbuild/darwin-x64": - optional: true - "@esbuild/freebsd-arm64": - optional: true - "@esbuild/freebsd-x64": - optional: true - "@esbuild/linux-arm": - optional: true - "@esbuild/linux-arm64": - optional: true - "@esbuild/linux-ia32": - optional: true - "@esbuild/linux-loong64": - optional: true - "@esbuild/linux-mips64el": - optional: true - "@esbuild/linux-ppc64": - optional: true - "@esbuild/linux-riscv64": - optional: true - "@esbuild/linux-s390x": - optional: true - "@esbuild/linux-x64": - optional: true - "@esbuild/netbsd-x64": - optional: true - "@esbuild/openbsd-x64": - optional: true - "@esbuild/sunos-x64": - optional: true - "@esbuild/win32-arm64": - optional: true - "@esbuild/win32-ia32": - optional: true - "@esbuild/win32-x64": - optional: true - bin: - esbuild: bin/esbuild - checksum: 10/8c440db4689948626dbc4122a03575c378e86e630e5de3789464504cd474bf3a1fd7c9402ed79eb8aa2f83e5cfd75872c8607d6255a05e540065b42750e89afe +"es-object-atoms@npm:^1.0.0": + version: 1.0.0 + resolution: "es-object-atoms@npm:1.0.0" + dependencies: + es-errors: "npm:^1.3.0" + checksum: 10/f8910cf477e53c0615f685c5c96210591841850871b81924fcf256bfbaa68c254457d994a4308c60d15b20805e7f61ce6abc669375e01a5349391a8c1767584f + languageName: node + linkType: hard + +"es-set-tostringtag@npm:^2.0.3": + version: 2.0.3 + resolution: "es-set-tostringtag@npm:2.0.3" + dependencies: + get-intrinsic: "npm:^1.2.4" + has-tostringtag: "npm:^1.0.2" + hasown: "npm:^2.0.1" + checksum: 10/7227fa48a41c0ce83e0377b11130d324ac797390688135b8da5c28994c0165be8b252e15cd1de41e1325e5a5412511586960213e88f9ab4a5e7d028895db5129 + languageName: node + linkType: hard + +"es-shim-unscopables@npm:^1.0.0, es-shim-unscopables@npm:^1.0.2": + version: 1.0.2 + resolution: "es-shim-unscopables@npm:1.0.2" + dependencies: + hasown: "npm:^2.0.0" + checksum: 10/6d3bf91f658a27cc7217cd32b407a0d714393a84d125ad576319b9e83a893bea165cf41270c29e9ceaa56d3cf41608945d7e2a2c31fd51c0009b0c31402b91c7 + languageName: node + linkType: hard + +"es-to-primitive@npm:^1.2.1": + version: 1.2.1 + resolution: "es-to-primitive@npm:1.2.1" + dependencies: + is-callable: "npm:^1.1.4" + is-date-object: "npm:^1.0.1" + is-symbol: "npm:^1.0.2" + checksum: 10/74aeeefe2714cf99bb40cab7ce3012d74e1e2c1bd60d0a913b467b269edde6e176ca644b5ba03a5b865fb044a29bca05671cd445c85ca2cdc2de155d7fc8fe9b + languageName: node + linkType: hard + +"es6-error@npm:^4.0.1": + version: 4.1.1 + resolution: "es6-error@npm:4.1.1" + checksum: 10/48483c25701dc5a6376f39bbe2eaf5da0b505607ec5a98cd3ade472c1939242156660636e2e508b33211e48e88b132d245341595c067bd4a95ac79fa7134da06 languageName: node linkType: hard @@ -8070,10 +6430,10 @@ __metadata: languageName: node linkType: hard -"escalade@npm:^3.1.1": - version: 3.1.1 - resolution: "escalade@npm:3.1.1" - checksum: 10/afa618e73362576b63f6ca83c975456621095a1ed42ff068174e3f5cea48afc422814dda548c96e6ebb5333e7265140c7292abcc81bbd6ccb1757d50d3a4e182 +"escalade@npm:^3.1.1, escalade@npm:^3.1.2": + version: 3.2.0 + resolution: "escalade@npm:3.2.0" + checksum: 10/9d7169e3965b2f9ae46971afa392f6e5a25545ea30f2e2dd99c9b0a95a3f52b5653681a84f5b2911a413ddad2d7a93d3514165072f349b5ffc59c75a899970d6 languageName: node linkType: hard @@ -8180,15 +6540,15 @@ __metadata: languageName: node linkType: hard -"eslint-module-utils@npm:^2.7.4, eslint-module-utils@npm:^2.8.0": - version: 2.8.0 - resolution: "eslint-module-utils@npm:2.8.0" +"eslint-module-utils@npm:^2.7.4, eslint-module-utils@npm:^2.9.0": + version: 2.11.0 + resolution: "eslint-module-utils@npm:2.11.0" dependencies: debug: "npm:^3.2.7" peerDependenciesMeta: eslint: optional: true - checksum: 10/a9a7ed93eb858092e3cdc797357d4ead2b3ea06959b0eada31ab13862d46a59eb064b9cb82302214232e547980ce33618c2992f6821138a4934e65710ed9cc29 + checksum: 10/1ba42cf48c5f9ec3b76dfa42c16f1c24c10508313689425c05ccb1d0eaa34bdc5c5b9c0c033cd402e9c429666bd3eb8c6d0c66565b0c00949fae743ad3643c95 languageName: node linkType: hard @@ -8207,29 +6567,30 @@ __metadata: linkType: hard "eslint-plugin-import@npm:^2.25.3": - version: 2.29.0 - resolution: "eslint-plugin-import@npm:2.29.0" + version: 2.30.0 + resolution: "eslint-plugin-import@npm:2.30.0" dependencies: - array-includes: "npm:^3.1.7" - array.prototype.findlastindex: "npm:^1.2.3" + "@rtsao/scc": "npm:^1.1.0" + array-includes: "npm:^3.1.8" + array.prototype.findlastindex: "npm:^1.2.5" array.prototype.flat: "npm:^1.3.2" array.prototype.flatmap: "npm:^1.3.2" debug: "npm:^3.2.7" doctrine: "npm:^2.1.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-module-utils: "npm:^2.8.0" - hasown: "npm:^2.0.0" - is-core-module: "npm:^2.13.1" + eslint-module-utils: "npm:^2.9.0" + hasown: "npm:^2.0.2" + is-core-module: "npm:^2.15.1" is-glob: "npm:^4.0.3" minimatch: "npm:^3.1.2" - object.fromentries: "npm:^2.0.7" - object.groupby: "npm:^1.0.1" - object.values: "npm:^1.1.7" + object.fromentries: "npm:^2.0.8" + object.groupby: "npm:^1.0.3" + object.values: "npm:^1.2.0" semver: "npm:^6.3.1" - tsconfig-paths: "npm:^3.14.2" + tsconfig-paths: "npm:^3.15.0" peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - checksum: 10/d6e8d016f38369892c85b866f762c03dee2b337d4f12031756e30d7490879261d1192a3c2f682fd7c4d2b923465f7a1e3d22cfdad5da1b1391c3bd39ea87af1a + checksum: 10/a5f85dfe76e27286c28a01d137769726ce3f758bcc03aa6b6f9e18700a40a08f57239f82e07efcab763c4b03a02d425edcc29fbecf40aad0124286978c6bc63c languageName: node linkType: hard @@ -8251,63 +6612,65 @@ __metadata: linkType: hard "eslint-plugin-jsx-a11y@npm:^6.5.1": - version: 6.8.0 - resolution: "eslint-plugin-jsx-a11y@npm:6.8.0" + version: 6.10.0 + resolution: "eslint-plugin-jsx-a11y@npm:6.10.0" dependencies: - "@babel/runtime": "npm:^7.23.2" - aria-query: "npm:^5.3.0" - array-includes: "npm:^3.1.7" + aria-query: "npm:~5.1.3" + array-includes: "npm:^3.1.8" array.prototype.flatmap: "npm:^1.3.2" ast-types-flow: "npm:^0.0.8" - axe-core: "npm:=4.7.0" - axobject-query: "npm:^3.2.1" + axe-core: "npm:^4.10.0" + axobject-query: "npm:^4.1.0" damerau-levenshtein: "npm:^1.0.8" emoji-regex: "npm:^9.2.2" - es-iterator-helpers: "npm:^1.0.15" - hasown: "npm:^2.0.0" + es-iterator-helpers: "npm:^1.0.19" + hasown: "npm:^2.0.2" jsx-ast-utils: "npm:^3.3.5" language-tags: "npm:^1.0.9" minimatch: "npm:^3.1.2" - object.entries: "npm:^1.1.7" - object.fromentries: "npm:^2.0.7" + object.fromentries: "npm:^2.0.8" + safe-regex-test: "npm:^1.0.3" + string.prototype.includes: "npm:^2.0.0" peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10/7a8e4498531a43d988ce2f12502a3f5ce96eacfec13f956cf927f24bb041b724fb7fc0f0306ea19d143bfc79e138bf25e25acca0822847206ac6bf5ce095e846 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + checksum: 10/d66e5e541a5a747d8a7ffd6e45b79c9da416b42be5891c259f3d9af63ed8897b5ff67373b00682ecdfc04fe2a2bc9df9c23b2f1749a228221d2dae0914543303 languageName: node linkType: hard "eslint-plugin-react-hooks@npm:^4.3.0": - version: 4.6.0 - resolution: "eslint-plugin-react-hooks@npm:4.6.0" + version: 4.6.2 + resolution: "eslint-plugin-react-hooks@npm:4.6.2" peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - checksum: 10/3c63134e056a6d98d66e2c475c81f904169db817e89316d14e36269919e31f4876a2588aa0e466ec8ef160465169c627fe823bfdaae7e213946584e4a165a3ac + checksum: 10/5a0680941f34e70cf505bcb6082df31a3e445d193ee95a88ff3483041eb944f4cefdaf7e81b0eb1feb4eeceee8c7c6ddb8a2a6e8c4c0388514a42e16ac7b7a69 languageName: node linkType: hard "eslint-plugin-react@npm:^7.27.1": - version: 7.33.2 - resolution: "eslint-plugin-react@npm:7.33.2" + version: 7.36.1 + resolution: "eslint-plugin-react@npm:7.36.1" dependencies: - array-includes: "npm:^3.1.6" - array.prototype.flatmap: "npm:^1.3.1" - array.prototype.tosorted: "npm:^1.1.1" + array-includes: "npm:^3.1.8" + array.prototype.findlast: "npm:^1.2.5" + array.prototype.flatmap: "npm:^1.3.2" + array.prototype.tosorted: "npm:^1.1.4" doctrine: "npm:^2.1.0" - es-iterator-helpers: "npm:^1.0.12" + es-iterator-helpers: "npm:^1.0.19" estraverse: "npm:^5.3.0" + hasown: "npm:^2.0.2" jsx-ast-utils: "npm:^2.4.1 || ^3.0.0" minimatch: "npm:^3.1.2" - object.entries: "npm:^1.1.6" - object.fromentries: "npm:^2.0.6" - object.hasown: "npm:^1.1.2" - object.values: "npm:^1.1.6" + object.entries: "npm:^1.1.8" + object.fromentries: "npm:^2.0.8" + object.values: "npm:^1.2.0" prop-types: "npm:^15.8.1" - resolve: "npm:^2.0.0-next.4" + resolve: "npm:^2.0.0-next.5" semver: "npm:^6.3.1" - string.prototype.matchall: "npm:^4.0.8" + string.prototype.matchall: "npm:^4.0.11" + string.prototype.repeat: "npm:^1.0.0" peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10/cb8c5dd5859cace330e24b7d74b9c652c0d93ef1d87957261fe1ac2975c27c918d0d5dc607f25aba4972ce74d04456f4f93883a16ac10cd598680d047fc3495d + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + checksum: 10/bca154b446c35af4859a92fd043dcfe5c74851eb27652234020548570bb81d37cc9f1eb1795b3c9e7514de6c9b48f42fcc00153062eca879dab45ab84e49d0b1 languageName: node linkType: hard @@ -8364,14 +6727,14 @@ __metadata: linkType: hard "eslint@npm:^8.57.0": - version: 8.57.0 - resolution: "eslint@npm:8.57.0" + version: 8.57.1 + resolution: "eslint@npm:8.57.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.6.1" "@eslint/eslintrc": "npm:^2.1.4" - "@eslint/js": "npm:8.57.0" - "@humanwhocodes/config-array": "npm:^0.11.14" + "@eslint/js": "npm:8.57.1" + "@humanwhocodes/config-array": "npm:^0.13.0" "@humanwhocodes/module-importer": "npm:^1.0.1" "@nodelib/fs.walk": "npm:^1.2.8" "@ungap/structured-clone": "npm:^1.2.0" @@ -8407,18 +6770,18 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: 10/00496e218b23747a7a9817bf58b522276d0dc1f2e546dceb4eea49f9871574088f72f1f069a6b560ef537efa3a75261b8ef70e51ef19033da1cc4c86a755ef15 + checksum: 10/5504fa24879afdd9f9929b2fbfc2ee9b9441a3d464efd9790fbda5f05738858530182029f13323add68d19fec749d3ab4a70320ded091ca4432b1e9cc4ed104c languageName: node linkType: hard "espree@npm:^10.0.1": - version: 10.0.1 - resolution: "espree@npm:10.0.1" + version: 10.1.0 + resolution: "espree@npm:10.1.0" dependencies: - acorn: "npm:^8.11.3" + acorn: "npm:^8.12.0" acorn-jsx: "npm:^5.3.2" eslint-visitor-keys: "npm:^4.0.0" - checksum: 10/557d6cfb4894b1489effcaed8702682086033f8a2449568933bc59493734733d750f2a87907ba575844d3933340aea2d84288f5e67020c6152f6fd18a86497b2 + checksum: 10/a673aa39a19a51763d92272f8f3772ae3d4b10624740bb72d5f273b631b43f1a5a32b385c1da6ae6bc10be05a5913bc4679ebd22a09c7b336a745204834806ea languageName: node linkType: hard @@ -8433,7 +6796,7 @@ __metadata: languageName: node linkType: hard -"esprima@npm:^4.0.0, esprima@npm:^4.0.1, esprima@npm:~4.0.0": +"esprima@npm:^4.0.0, esprima@npm:^4.0.1": version: 4.0.1 resolution: "esprima@npm:4.0.1" bin: @@ -8444,11 +6807,11 @@ __metadata: linkType: hard "esquery@npm:^1.4.2": - version: 1.5.0 - resolution: "esquery@npm:1.5.0" + version: 1.6.0 + resolution: "esquery@npm:1.6.0" dependencies: estraverse: "npm:^5.1.0" - checksum: 10/e65fcdfc1e0ff5effbf50fb4f31ea20143ae5df92bb2e4953653d8d40aa4bc148e0d06117a592ce4ea53eeab1dafdfded7ea7e22a5be87e82d73757329a1b01d + checksum: 10/c587fb8ec9ed83f2b1bc97cf2f6854cc30bf784a79d62ba08c6e358bf22280d69aee12827521cf38e69ae9761d23fb7fde593ce315610f85655c139d99b05e5a languageName: node linkType: hard @@ -8536,23 +6899,6 @@ __metadata: languageName: node linkType: hard -"execa@npm:^5.0.0": - version: 5.1.1 - resolution: "execa@npm:5.1.1" - dependencies: - cross-spawn: "npm:^7.0.3" - get-stream: "npm:^6.0.0" - human-signals: "npm:^2.1.0" - is-stream: "npm:^2.0.0" - merge-stream: "npm:^2.0.0" - npm-run-path: "npm:^4.0.1" - onetime: "npm:^5.1.2" - signal-exit: "npm:^3.0.3" - strip-final-newline: "npm:^2.0.0" - checksum: 10/8ada91f2d70f7dff702c861c2c64f21dfdc1525628f3c0454fd6f02fce65f7b958616cbd2b99ca7fa4d474e461a3d363824e91b3eb881705231abbf387470597 - languageName: node - linkType: hard - "execa@npm:^8.0.1": version: 8.0.1 resolution: "execa@npm:8.0.1" @@ -8586,42 +6932,42 @@ __metadata: languageName: node linkType: hard -"express@npm:^4.17.3": - version: 4.18.2 - resolution: "express@npm:4.18.2" +"express@npm:^4.19.2": + version: 4.21.0 + resolution: "express@npm:4.21.0" dependencies: accepts: "npm:~1.3.8" array-flatten: "npm:1.1.1" - body-parser: "npm:1.20.1" + body-parser: "npm:1.20.3" content-disposition: "npm:0.5.4" content-type: "npm:~1.0.4" - cookie: "npm:0.5.0" + cookie: "npm:0.6.0" cookie-signature: "npm:1.0.6" debug: "npm:2.6.9" depd: "npm:2.0.0" - encodeurl: "npm:~1.0.2" + encodeurl: "npm:~2.0.0" escape-html: "npm:~1.0.3" etag: "npm:~1.8.1" - finalhandler: "npm:1.2.0" + finalhandler: "npm:1.3.1" fresh: "npm:0.5.2" http-errors: "npm:2.0.0" - merge-descriptors: "npm:1.0.1" + merge-descriptors: "npm:1.0.3" methods: "npm:~1.1.2" on-finished: "npm:2.4.1" parseurl: "npm:~1.3.3" - path-to-regexp: "npm:0.1.7" + path-to-regexp: "npm:0.1.10" proxy-addr: "npm:~2.0.7" - qs: "npm:6.11.0" + qs: "npm:6.13.0" range-parser: "npm:~1.2.1" safe-buffer: "npm:5.2.1" - send: "npm:0.18.0" - serve-static: "npm:1.15.0" + send: "npm:0.19.0" + serve-static: "npm:1.16.2" setprototypeof: "npm:1.2.0" statuses: "npm:2.0.1" type-is: "npm:~1.6.18" utils-merge: "npm:1.0.1" vary: "npm:~1.1.2" - checksum: 10/869ae89ed6ff4bed7b373079dc58e5dddcf2915a2669b36037ff78c99d675ae930e5fe052b35c24f56557d28a023bb1cbe3e2f2fb87eaab96a1cedd7e597809d + checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3 languageName: node linkType: hard @@ -8704,12 +7050,19 @@ __metadata: languageName: node linkType: hard +"fast-uri@npm:^3.0.1": + version: 3.0.1 + resolution: "fast-uri@npm:3.0.1" + checksum: 10/e8ee4712270de0d29eb0fbf41ffad0ac80952e8797be760e8bb62c4707f08f50a86fe2d7829681ca133c07d6eb4b4a75389a5fc36674c5b254a3ac0891a68fc7 + languageName: node + linkType: hard + "fastq@npm:^1.6.0": - version: 1.15.0 - resolution: "fastq@npm:1.15.0" + version: 1.17.1 + resolution: "fastq@npm:1.17.1" dependencies: reusify: "npm:^1.0.4" - checksum: 10/67c01b1c972e2d5b6fea197a1a39d5d582982aea69ff4c504badac71080d8396d4843b165a9686e907c233048f15a86bbccb0e7f83ba771f6fa24bcde059d0c3 + checksum: 10/a443180068b527dd7b3a63dc7f2a47ceca2f3e97b9c00a1efe5538757e6cc4056a3526df94308075d7727561baf09ebaa5b67da8dcbddb913a021c5ae69d1f69 languageName: node linkType: hard @@ -8740,16 +7093,6 @@ __metadata: languageName: node linkType: hard -"file-system-cache@npm:2.3.0": - version: 2.3.0 - resolution: "file-system-cache@npm:2.3.0" - dependencies: - fs-extra: "npm:11.1.1" - ramda: "npm:0.29.0" - checksum: 10/8f0530aaa8bed115ef1b00f69accde8d1311d0eaffc6e37bb0b5057b8be79e6e960823025ea3c980a58147eed0ba690b9906c2229e132f5d96158e9b635a052c - languageName: node - linkType: hard - "filesize@npm:10.1.4": version: 10.1.4 resolution: "filesize@npm:10.1.4" @@ -8757,27 +7100,27 @@ __metadata: languageName: node linkType: hard -"fill-range@npm:^7.0.1": - version: 7.0.1 - resolution: "fill-range@npm:7.0.1" +"fill-range@npm:^7.1.1": + version: 7.1.1 + resolution: "fill-range@npm:7.1.1" dependencies: to-regex-range: "npm:^5.0.1" - checksum: 10/e260f7592fd196b4421504d3597cc76f4a1ca7a9488260d533b611fc3cefd61e9a9be1417cb82d3b01ad9f9c0ff2dbf258e1026d2445e26b0cf5148ff4250429 + checksum: 10/a7095cb39e5bc32fada2aa7c7249d3f6b01bd1ce461a61b0adabacccabd9198500c6fb1f68a7c851a657e273fce2233ba869638897f3d7ed2e87a2d89b4436ea languageName: node linkType: hard -"finalhandler@npm:1.2.0": - version: 1.2.0 - resolution: "finalhandler@npm:1.2.0" +"finalhandler@npm:1.3.1": + version: 1.3.1 + resolution: "finalhandler@npm:1.3.1" dependencies: debug: "npm:2.6.9" - encodeurl: "npm:~1.0.2" + encodeurl: "npm:~2.0.0" escape-html: "npm:~1.0.3" on-finished: "npm:2.4.1" parseurl: "npm:~1.3.3" statuses: "npm:2.0.1" unpipe: "npm:~1.0.0" - checksum: 10/635718cb203c6d18e6b48dfbb6c54ccb08ea470e4f474ddcef38c47edcf3227feec316f886dd701235997d8af35240cae49856721ce18f539ad038665ebbf163 + checksum: 10/4babe72969b7373b5842bc9f75c3a641a4d0f8eb53af6b89fa714d4460ce03fb92b28de751d12ba415e96e7e02870c436d67412120555e2b382640535697305b languageName: node linkType: hard @@ -8860,19 +7203,19 @@ __metadata: linkType: hard "flatted@npm:^3.2.9": - version: 3.2.9 - resolution: "flatted@npm:3.2.9" - checksum: 10/dc2b89e46a2ebde487199de5a4fcb79e8c46f984043fea5c41dbf4661eb881fefac1c939b5bdcd8a09d7f960ec364f516970c7ec44e58ff451239c07fd3d419b + version: 3.3.1 + resolution: "flatted@npm:3.3.1" + checksum: 10/7b8376061d5be6e0d3658bbab8bde587647f68797cf6bfeae9dea0e5137d9f27547ab92aaff3512dd9d1299086a6d61be98e9d48a56d17531b634f77faadbc49 languageName: node linkType: hard "follow-redirects@npm:^1.15.6": - version: 1.15.6 - resolution: "follow-redirects@npm:1.15.6" + version: 1.15.9 + resolution: "follow-redirects@npm:1.15.9" peerDependenciesMeta: debug: optional: true - checksum: 10/70c7612c4cab18e546e36b991bbf8009a1a41cf85354afe04b113d1117569abf760269409cb3eb842d9f7b03d62826687086b081c566ea7b1e6613cf29030bf7 + checksum: 10/e3ab42d1097e90d28b913903841e6779eb969b62a64706a3eb983e894a5db000fbd89296f45f08885a0e54cd558ef62e81be1165da9be25a6c44920da10f424c languageName: node linkType: hard @@ -8896,12 +7239,12 @@ __metadata: linkType: hard "foreground-child@npm:^3.1.0": - version: 3.1.1 - resolution: "foreground-child@npm:3.1.1" + version: 3.3.0 + resolution: "foreground-child@npm:3.3.0" dependencies: cross-spawn: "npm:^7.0.0" signal-exit: "npm:^4.0.1" - checksum: 10/087edd44857d258c4f73ad84cb8df980826569656f2550c341b27adf5335354393eec24ea2fabd43a253233fb27cee177ebe46bd0b7ea129c77e87cb1e9936fb + checksum: 10/e3a60480f3a09b12273ce2c5fcb9514d98dd0e528f58656a1b04680225f918d60a2f81f6a368f2f3b937fcee9cfc0cbf16f1ad9a0bc6a3a6e103a84c9a90087e languageName: node linkType: hard @@ -8912,7 +7255,7 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^4.0.0": +"form-data@npm:^4.0.0, form-data@npm:~4.0.0": version: 4.0.0 resolution: "form-data@npm:4.0.0" dependencies: @@ -8923,17 +7266,6 @@ __metadata: languageName: node linkType: hard -"form-data@npm:~2.3.2": - version: 2.3.3 - resolution: "form-data@npm:2.3.3" - dependencies: - asynckit: "npm:^0.4.0" - combined-stream: "npm:^1.0.6" - mime-types: "npm:^2.1.12" - checksum: 10/1b6f3ccbf4540e535887b42218a2431a3f6cfdea320119c2affa2a7a374ad8fdd1e60166fc865181f45d49b1684c3e90e7b2190d3fe016692957afb9cf0d0d02 - languageName: node - linkType: hard - "forwarded@npm:0.2.0": version: 0.2.0 resolution: "forwarded@npm:0.2.0" @@ -8955,14 +7287,14 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:11.1.1, fs-extra@npm:^11.1.0": - version: 11.1.1 - resolution: "fs-extra@npm:11.1.1" +"fs-extra@npm:^11.1.0": + version: 11.2.0 + resolution: "fs-extra@npm:11.2.0" dependencies: graceful-fs: "npm:^4.2.0" jsonfile: "npm:^6.0.1" universalify: "npm:^2.0.0" - checksum: 10/c4e9fabf9762a70d1403316b7faa899f3d3303c8afa765b891c2210fdeba368461e04ae1203920b64ef6a7d066a39ab8cef2160b5ce8d1011bb4368688cd9bb7 + checksum: 10/0579bf6726a4cd054d4aa308f10b483f52478bb16284f32cf60b4ce0542063d551fca1a08a2af365e35db21a3fa5a06cf2a6ed614004b4368982bc754cb816b3 languageName: node linkType: hard @@ -9022,14 +7354,14 @@ __metadata: languageName: node linkType: hard -"function-bind@npm:^1.1.1, function-bind@npm:^1.1.2": +"function-bind@npm:^1.1.2": version: 1.1.2 resolution: "function-bind@npm:1.1.2" checksum: 10/185e20d20f10c8d661d59aac0f3b63b31132d492e1b11fcc2a93cb2c47257ebaee7407c38513efd2b35cafdf972d9beb2ea4593c1e0f3bf8f2744836928d7454 languageName: node linkType: hard -"function.prototype.name@npm:^1.1.5, function.prototype.name@npm:^1.1.6": +"function.prototype.name@npm:^1.1.6": version: 1.1.6 resolution: "function.prototype.name@npm:1.1.6" dependencies: @@ -9062,26 +7394,14 @@ __metadata: languageName: node linkType: hard -"get-func-name@npm:^2.0.1, get-func-name@npm:^2.0.2": +"get-func-name@npm:^2.0.1": version: 2.0.2 resolution: "get-func-name@npm:2.0.2" checksum: 10/3f62f4c23647de9d46e6f76d2b3eafe58933a9b3830c60669e4180d6c601ce1b4aa310ba8366143f55e52b139f992087a9f0647274e8745621fa2af7e0acf13b languageName: node linkType: hard -"get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.2": - version: 1.2.2 - resolution: "get-intrinsic@npm:1.2.2" - dependencies: - function-bind: "npm:^1.1.2" - has-proto: "npm:^1.0.1" - has-symbols: "npm:^1.0.3" - hasown: "npm:^2.0.0" - checksum: 10/aa96db4f809734d26d49b59bc8669d73a0ae792da561514e987735573a1dfaede516cd102f217a078ea2b42d4c4fb1f83d487932cb15d49826b726cc9cd4470b - languageName: node - linkType: hard - -"get-intrinsic@npm:^1.2.4": +"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.2, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4": version: 1.2.4 resolution: "get-intrinsic@npm:1.2.4" dependencies: @@ -9124,13 +7444,6 @@ __metadata: languageName: node linkType: hard -"get-stream@npm:^6.0.0": - version: 6.0.1 - resolution: "get-stream@npm:6.0.1" - checksum: 10/781266d29725f35c59f1d214aedc92b0ae855800a980800e2923b3fbc4e56b3cb6e462c42e09a1cf1a00c64e056a78fa407cbe06c7c92b7e5cd49b4b85c2a497 - languageName: node - linkType: hard - "get-stream@npm:^8.0.1": version: 8.0.1 resolution: "get-stream@npm:8.0.1" @@ -9138,22 +7451,23 @@ __metadata: languageName: node linkType: hard -"get-symbol-description@npm:^1.0.0": - version: 1.0.0 - resolution: "get-symbol-description@npm:1.0.0" +"get-symbol-description@npm:^1.0.2": + version: 1.0.2 + resolution: "get-symbol-description@npm:1.0.2" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.1.1" - checksum: 10/7e5f298afe0f0872747dce4a949ce490ebc5d6dd6aefbbe5044543711c9b19a4dfaebdbc627aee99e1299d58a435b2fbfa083458c1d58be6dc03a3bada24d359 + call-bind: "npm:^1.0.5" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.4" + checksum: 10/e1cb53bc211f9dbe9691a4f97a46837a553c4e7caadd0488dc24ac694db8a390b93edd412b48dcdd0b4bbb4c595de1709effc75fc87c0839deedc6968f5bd973 languageName: node linkType: hard "get-tsconfig@npm:^4.5.0": - version: 4.7.2 - resolution: "get-tsconfig@npm:4.7.2" + version: 4.8.1 + resolution: "get-tsconfig@npm:4.8.1" dependencies: resolve-pkg-maps: "npm:^1.0.0" - checksum: 10/f21135848fb5d16012269b7b34b186af7a41824830f8616aba17a15eb4d9e54fdc876833f1e21768395215a826c8145582f5acd594ae2b4de3284d10b38d20f8 + checksum: 10/3fb5a8ad57b9633eaea085d81661e9e5c9f78b35d8f8689eaf8b8b45a2a3ebf3b3422266d4d7df765e308cc1e6231648d114803ab3d018332e29916f2c1de036 languageName: node linkType: hard @@ -9263,33 +7577,19 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.0.0, glob@npm:^10.3.10": - version: 10.3.10 - resolution: "glob@npm:10.3.10" +"glob@npm:^10.2.2, glob@npm:^10.3.10": + version: 10.4.5 + resolution: "glob@npm:10.4.5" dependencies: foreground-child: "npm:^3.1.0" - jackspeak: "npm:^2.3.5" - minimatch: "npm:^9.0.1" - minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry: "npm:^1.10.1" + jackspeak: "npm:^3.1.2" + minimatch: "npm:^9.0.4" + minipass: "npm:^7.1.2" + package-json-from-dist: "npm:^1.0.0" + path-scurry: "npm:^1.11.1" bin: glob: dist/esm/bin.mjs - checksum: 10/38bdb2c9ce75eb5ed168f309d4ed05b0798f640b637034800a6bf306f39d35409bf278b0eaaffaec07591085d3acb7184a201eae791468f0f617771c2486a6a8 - languageName: node - linkType: hard - -"glob@npm:^10.2.2": - version: 10.3.3 - resolution: "glob@npm:10.3.3" - dependencies: - foreground-child: "npm:^3.1.0" - jackspeak: "npm:^2.0.3" - minimatch: "npm:^9.0.1" - minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry: "npm:^1.10.1" - bin: - glob: dist/cjs/src/bin.js - checksum: 10/0d1a59dff5d5d7085f9c1e3b0c9c3a7e3a199a013ef8f800c0886e3cfe6f8e293f7847081021a97f96616bf778c053c6937382675f369ec8231c8b95d3ba11e2 + checksum: 10/698dfe11828b7efd0514cd11e573eaed26b2dff611f0400907281ce3eab0c1e56143ef9b35adc7c77ecc71fba74717b510c7c223d34ca8a98ec81777b293d4ac languageName: node linkType: hard @@ -9333,20 +7633,21 @@ __metadata: linkType: hard "globals@npm:^13.19.0": - version: 13.23.0 - resolution: "globals@npm:13.23.0" + version: 13.24.0 + resolution: "globals@npm:13.24.0" dependencies: type-fest: "npm:^0.20.2" - checksum: 10/bf6a8616f4a64959c0b9a8eb4dc8a02e7dd0082385f7f06bc9694d9fceabe39f83f83789322cfe0470914dc8b273b7a29af5570b9e1a0507d3fb7348a64703a3 + checksum: 10/62c5b1997d06674fc7191d3e01e324d3eda4d65ac9cc4e78329fa3b5c4fd42a0e1c8722822497a6964eee075255ce21ccf1eec2d83f92ef3f06653af4d0ee28e languageName: node linkType: hard "globalthis@npm:^1.0.3": - version: 1.0.3 - resolution: "globalthis@npm:1.0.3" + version: 1.0.4 + resolution: "globalthis@npm:1.0.4" dependencies: - define-properties: "npm:^1.1.3" - checksum: 10/45ae2f3b40a186600d0368f2a880ae257e8278b4c7704f0417d6024105ad7f7a393661c5c2fa1334669cd485ea44bc883a08fdd4516df2428aec40c99f52aa89 + define-properties: "npm:^1.2.1" + gopd: "npm:^1.0.1" + checksum: 10/1f1fd078fb2f7296306ef9dd51019491044ccf17a59ed49d375b576ca108ff37e47f3d29aead7add40763574a992f16a5367dd1e2173b8634ef18556ab719ac4 languageName: node linkType: hard @@ -9385,8 +7686,9 @@ __metadata: "@emotion/styled": "npm:11.11.5" "@graasp/query-client": "npm:3.15.0" "@graasp/sdk": "npm:4.17.0" + "@graasp/stylis-plugin-rtl": "npm:^2" "@graasp/translations": "npm:1.32.0" - "@graasp/ui": "npm:4.21.0" + "@graasp/ui": "https://github.com/lnco-epfl/graasp-ui#1-update-ui-for-lnco-graasp" "@mui/icons-material": "npm:5.16.1" "@mui/lab": "npm:5.0.0-alpha.170" "@mui/material": "npm:5.16.1" @@ -9415,6 +7717,7 @@ __metadata: husky: "npm:9.0.11" i18next: "npm:23.12.1" istanbul-lib-coverage: "npm:3.2.2" + lucide-react: "npm:^0.417.0 || ^0.429.0 || ^0.436.0 || ^0.439.0 || ^0.441.0" nyc: "npm:17.0.0" prettier: "npm:3.3.2" react: "npm:18.3.1" @@ -9495,16 +7798,7 @@ __metadata: languageName: node linkType: hard -"has-property-descriptors@npm:^1.0.0": - version: 1.0.1 - resolution: "has-property-descriptors@npm:1.0.1" - dependencies: - get-intrinsic: "npm:^1.2.2" - checksum: 10/21a47bb080a24e79594aef1ce71e1a18a1c5ab4120308e218088f67ebb7f6f408847541e2d96e5bd00e90eef5c5a49e4ebbdc8fc2d5b365a2c379aef071642f0 - languageName: node - linkType: hard - -"has-property-descriptors@npm:^1.0.2": +"has-property-descriptors@npm:^1.0.0, has-property-descriptors@npm:^1.0.2": version: 1.0.2 resolution: "has-property-descriptors@npm:1.0.2" dependencies: @@ -9513,10 +7807,10 @@ __metadata: languageName: node linkType: hard -"has-proto@npm:^1.0.1": - version: 1.0.1 - resolution: "has-proto@npm:1.0.1" - checksum: 10/eab2ab0ed1eae6d058b9bbc4c1d99d2751b29717be80d02fd03ead8b62675488de0c7359bc1fdd4b87ef6fd11e796a9631ad4d7452d9324fdada70158c2e5be7 +"has-proto@npm:^1.0.1, has-proto@npm:^1.0.3": + version: 1.0.3 + resolution: "has-proto@npm:1.0.3" + checksum: 10/0b67c2c94e3bea37db3e412e3c41f79d59259875e636ba471e94c009cdfb1fa82bf045deeffafc7dbb9c148e36cae6b467055aaa5d9fad4316e11b41e3ba551a languageName: node linkType: hard @@ -9527,16 +7821,7 @@ __metadata: languageName: node linkType: hard -"has-tostringtag@npm:^1.0.0": - version: 1.0.0 - resolution: "has-tostringtag@npm:1.0.0" - dependencies: - has-symbols: "npm:^1.0.2" - checksum: 10/95546e7132efc895a9ae64a8a7cf52588601fc3d52e0304ed228f336992cdf0baaba6f3519d2655e560467db35a1ed79f6420c286cc91a13aa0647a31ed92570 - languageName: node - linkType: hard - -"has-tostringtag@npm:^1.0.1": +"has-tostringtag@npm:^1.0.0, has-tostringtag@npm:^1.0.2": version: 1.0.2 resolution: "has-tostringtag@npm:1.0.2" dependencies: @@ -9545,15 +7830,6 @@ __metadata: languageName: node linkType: hard -"has@npm:^1.0.3": - version: 1.0.3 - resolution: "has@npm:1.0.3" - dependencies: - function-bind: "npm:^1.1.1" - checksum: 10/a449f3185b1d165026e8d25f6a8c3390bd25c201ff4b8c1aaf948fc6a5fcfd6507310b8c00c13a3325795ea9791fcc3d79d61eafa313b5750438fc19183df57b - languageName: node - linkType: hard - "hasha@npm:^5.0.0": version: 5.2.2 resolution: "hasha@npm:5.2.2" @@ -9564,12 +7840,12 @@ __metadata: languageName: node linkType: hard -"hasown@npm:^2.0.0": - version: 2.0.0 - resolution: "hasown@npm:2.0.0" +"hasown@npm:^2.0.0, hasown@npm:^2.0.1, hasown@npm:^2.0.2": + version: 2.0.2 + resolution: "hasown@npm:2.0.2" dependencies: function-bind: "npm:^1.1.2" - checksum: 10/c330f8d93f9d23fe632c719d4db3d698ef7d7c367d51548b836069e06a90fa9151e868c8e67353cfe98d67865bf7354855db28fa36eb1b18fa5d4a3f4e7f1c90 + checksum: 10/7898a9c1788b2862cf0f9c345a6bec77ba4a0c0983c7f19d610c382343d4f98fa260686b225dfb1f88393a66679d2ec58ee310c1d6868c081eda7918f32cc70a languageName: node linkType: hard @@ -9642,23 +7918,23 @@ __metadata: linkType: hard "http-proxy-agent@npm:^7.0.0": - version: 7.0.0 - resolution: "http-proxy-agent@npm:7.0.0" + version: 7.0.2 + resolution: "http-proxy-agent@npm:7.0.2" dependencies: agent-base: "npm:^7.1.0" debug: "npm:^4.3.4" - checksum: 10/dbaaf3d9f3fc4df4a5d7ec45d456ec50f575240b557160fa63427b447d1f812dd7fe4a4f17d2e1ba003d231f07edf5a856ea6d91cb32d533062ff20a7803ccac + checksum: 10/d062acfa0cb82beeb558f1043c6ba770ea892b5fb7b28654dbc70ea2aeea55226dd34c02a294f6c1ca179a5aa483c4ea641846821b182edbd9cc5d89b54c6848 languageName: node linkType: hard -"http-signature@npm:~1.3.6": - version: 1.3.6 - resolution: "http-signature@npm:1.3.6" +"http-signature@npm:~1.4.0": + version: 1.4.0 + resolution: "http-signature@npm:1.4.0" dependencies: assert-plus: "npm:^1.0.0" jsprim: "npm:^2.0.2" - sshpk: "npm:^1.14.1" - checksum: 10/5f08e0c82174999da97114facb0d0d47e268d60b6fc10f92cb87b99d5ccccd36f79b9508c29dda0b4f4e3a1b2f7bcaf847e68ecd5da2f1fc465fcd1d054b7884 + sshpk: "npm:^1.18.0" + checksum: 10/f9f5eed4ac5db5e1ec6d00652680c7d8b76d553560017e34505c0c22c37abb2e6d22b9268ed4a8542aa9746852a2d64850531091e443393c9c8e0f4fd4174455 languageName: node linkType: hard @@ -9670,12 +7946,12 @@ __metadata: linkType: hard "https-proxy-agent@npm:^7.0.1": - version: 7.0.2 - resolution: "https-proxy-agent@npm:7.0.2" + version: 7.0.5 + resolution: "https-proxy-agent@npm:7.0.5" dependencies: agent-base: "npm:^7.0.2" debug: "npm:4" - checksum: 10/9ec844f78fd643608239c9c3f6819918631df5cd3e17d104cc507226a39b5d4adda9d790fc9fd63ac0d2bb8a761b2f9f60faa80584a9bf9d7f2e8c5ed0acd330 + checksum: 10/6679d46159ab3f9a5509ee80c3a3fc83fba3a920a5e18d32176c3327852c3c00ad640c0c4210a8fd70ea3c4a6d3a1b375bf01942516e7df80e2646bdc77658ab languageName: node linkType: hard @@ -9686,13 +7962,6 @@ __metadata: languageName: node linkType: hard -"human-signals@npm:^2.1.0": - version: 2.1.0 - resolution: "human-signals@npm:2.1.0" - checksum: 10/df59be9e0af479036798a881d1f136c4a29e0b518d4abb863afbd11bf30efa3eeb1d0425fc65942dcc05ab3bf40205ea436b0ff389f2cd20b75b8643d539bf86 - languageName: node - linkType: hard - "human-signals@npm:^5.0.0": version: 5.0.0 resolution: "human-signals@npm:5.0.0" @@ -9743,17 +8012,10 @@ __metadata: languageName: node linkType: hard -"ignore@npm:^5.2.0": - version: 5.2.4 - resolution: "ignore@npm:5.2.4" - checksum: 10/4f7caf5d2005da21a382d4bd1d2aa741a3bed51de185c8562dd7f899a81a620ac4fd0619b06f7029a38ae79e4e4c134399db3bd0192c703c3ef54bb82df3086c - languageName: node - linkType: hard - -"ignore@npm:^5.3.1": - version: 5.3.1 - resolution: "ignore@npm:5.3.1" - checksum: 10/0a884c2fbc8c316f0b9f92beaf84464253b73230a4d4d286697be45fca081199191ca33e1c2e82d9e5f851f5e9a48a78e25a35c951e7eb41e59f150db3530065 +"ignore@npm:^5.2.0, ignore@npm:^5.3.1": + version: 5.3.2 + resolution: "ignore@npm:5.3.2" + checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98 languageName: node linkType: hard @@ -9775,9 +8037,9 @@ __metadata: linkType: hard "import-meta-resolve@npm:^4.0.0": - version: 4.0.0 - resolution: "import-meta-resolve@npm:4.0.0" - checksum: 10/73f0f1d68f7280cb4415e3a212a6e5d57fbfe61ab6f467df3dad5361529fbd89ac7d8ea2b694412b74985a4226d218ad3fb22fd8f06f5429beda521dc9f0229c + version: 4.1.0 + resolution: "import-meta-resolve@npm:4.1.0" + checksum: 10/40162f67eb406c8d5d49266206ef12ff07b54f5fad8cfd806db9efe3a055958e9969be51d6efaf82e34b8bea6758113dcc17bb79ff148292a4badcabc3472f22 languageName: node linkType: hard @@ -9833,14 +8095,14 @@ __metadata: languageName: node linkType: hard -"internal-slot@npm:^1.0.5": - version: 1.0.6 - resolution: "internal-slot@npm:1.0.6" +"internal-slot@npm:^1.0.4, internal-slot@npm:^1.0.7": + version: 1.0.7 + resolution: "internal-slot@npm:1.0.7" dependencies: - get-intrinsic: "npm:^1.2.2" + es-errors: "npm:^1.3.0" hasown: "npm:^2.0.0" side-channel: "npm:^1.0.4" - checksum: 10/bc2022eb1f277f2fcb2a60e7ced451c7ffc7a769b12e63c7a3fb247af8b5a1bed06428ce724046a8bca39ed6eb5b6832501a42f2e9a5ec4a9a7dc4e634431616 + checksum: 10/3e66720508831153ecf37d13def9f6856f9f2960989ec8a0a0476c98f887fca9eff0163127466485cb825c900c2d6fc601aa9117b7783b90ffce23a71ea5d053 languageName: node linkType: hard @@ -9855,10 +8117,13 @@ __metadata: languageName: node linkType: hard -"ip@npm:^2.0.0": - version: 2.0.0 - resolution: "ip@npm:2.0.0" - checksum: 10/1270b11e534a466fb4cf4426cbcc3a907c429389f7f4e4e3b288b42823562e88d6a509ceda8141a507de147ca506141f745005c0aa144569d94cf24a54eb52bc +"ip-address@npm:^9.0.5": + version: 9.0.5 + resolution: "ip-address@npm:9.0.5" + dependencies: + jsbn: "npm:1.1.0" + sprintf-js: "npm:^1.1.3" + checksum: 10/1ed81e06721af012306329b31f532b5e24e00cb537be18ddc905a84f19fe8f83a09a1699862bf3a1ec4b9dea93c55a3fa5faf8b5ea380431469df540f38b092c languageName: node linkType: hard @@ -9869,7 +8134,7 @@ __metadata: languageName: node linkType: hard -"is-arguments@npm:^1.0.4, is-arguments@npm:^1.1.1": +"is-arguments@npm:^1.1.1": version: 1.1.1 resolution: "is-arguments@npm:1.1.1" dependencies: @@ -9879,14 +8144,13 @@ __metadata: languageName: node linkType: hard -"is-array-buffer@npm:^3.0.1, is-array-buffer@npm:^3.0.2": - version: 3.0.2 - resolution: "is-array-buffer@npm:3.0.2" +"is-array-buffer@npm:^3.0.2, is-array-buffer@npm:^3.0.4": + version: 3.0.4 + resolution: "is-array-buffer@npm:3.0.4" dependencies: call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.2.0" - is-typed-array: "npm:^1.1.10" - checksum: 10/dcac9dda66ff17df9cabdc58214172bf41082f956eab30bb0d86bc0fab1e44b690fc8e1f855cf2481245caf4e8a5a006a982a71ddccec84032ed41f9d8da8c14 + get-intrinsic: "npm:^1.2.1" + checksum: 10/34a26213d981d58b30724ef37a1e0682f4040d580fa9ff58fdfdd3cefcb2287921718c63971c1c404951e7b747c50fdc7caf6e867e951353fa71b369c04c969b languageName: node linkType: hard @@ -9952,21 +8216,21 @@ __metadata: languageName: node linkType: hard -"is-core-module@npm:^2.11.0, is-core-module@npm:^2.13.0, is-core-module@npm:^2.5.0": - version: 2.13.0 - resolution: "is-core-module@npm:2.13.0" +"is-core-module@npm:^2.11.0, is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.5.0": + version: 2.15.1 + resolution: "is-core-module@npm:2.15.1" dependencies: - has: "npm:^1.0.3" - checksum: 10/55ccb5ccd208a1e088027065ee6438a99367e4c31c366b52fbaeac8fa23111cd17852111836d904da604801b3286d38d3d1ffa6cd7400231af8587f021099dc6 + hasown: "npm:^2.0.2" + checksum: 10/77316d5891d5743854bcef2cd2f24c5458fb69fbc9705c12ca17d54a2017a67d0693bbf1ba8c77af376c0eef6bf6d1b27a4ab08e4db4e69914c3789bdf2ceec5 languageName: node linkType: hard -"is-core-module@npm:^2.13.1": - version: 2.13.1 - resolution: "is-core-module@npm:2.13.1" +"is-data-view@npm:^1.0.1": + version: 1.0.1 + resolution: "is-data-view@npm:1.0.1" dependencies: - hasown: "npm:^2.0.0" - checksum: 10/d53bd0cc24b0a0351fb4b206ee3908f71b9bbf1c47e9c9e14e5f06d292af1663704d2abd7e67700d6487b2b7864e0d0f6f10a1edf1892864bdffcb197d1845a2 + is-typed-array: "npm:^1.1.13" + checksum: 10/4ba4562ac2b2ec005fefe48269d6bd0152785458cd253c746154ffb8a8ab506a29d0cfb3b74af87513843776a88e4981ae25c89457bf640a33748eab1a7216b5 languageName: node linkType: hard @@ -10002,7 +8266,7 @@ __metadata: languageName: node linkType: hard -"is-generator-function@npm:^1.0.10, is-generator-function@npm:^1.0.7": +"is-generator-function@npm:^1.0.10": version: 1.0.10 resolution: "is-generator-function@npm:1.0.10" dependencies: @@ -10037,27 +8301,17 @@ __metadata: languageName: node linkType: hard -"is-map@npm:^2.0.1": - version: 2.0.2 - resolution: "is-map@npm:2.0.2" - checksum: 10/60ba910f835f2eacb1fdf5b5a6c60fe1c702d012a7673e6546992bcc0c873f62ada6e13d327f9e48f1720d49c152d6cdecae1fa47a261ef3d247c3ce6f0e1d39 - languageName: node - linkType: hard - -"is-nan@npm:^1.3.2": - version: 1.3.2 - resolution: "is-nan@npm:1.3.2" - dependencies: - call-bind: "npm:^1.0.0" - define-properties: "npm:^1.1.3" - checksum: 10/1f784d3472c09bc2e47acba7ffd4f6c93b0394479aa613311dc1d70f1bfa72eb0846c81350967722c959ba65811bae222204d6c65856fdce68f31986140c7b0e +"is-map@npm:^2.0.2, is-map@npm:^2.0.3": + version: 2.0.3 + resolution: "is-map@npm:2.0.3" + checksum: 10/8de7b41715b08bcb0e5edb0fb9384b80d2d5bcd10e142188f33247d19ff078abaf8e9b6f858e2302d8d05376a26a55cd23a3c9f8ab93292b02fcd2cc9e4e92bb languageName: node linkType: hard -"is-negative-zero@npm:^2.0.2": - version: 2.0.2 - resolution: "is-negative-zero@npm:2.0.2" - checksum: 10/edbec1a9e6454d68bf595a114c3a72343d2d0be7761d8173dae46c0b73d05bb8fe9398c85d121e7794a66467d2f40b4a610b0be84cd804262d234fc634c86131 +"is-negative-zero@npm:^2.0.3": + version: 2.0.3 + resolution: "is-negative-zero@npm:2.0.3" + checksum: 10/8fe5cffd8d4fb2ec7b49d657e1691889778d037494c6f40f4d1a524cadd658b4b53ad7b6b73a59bcb4b143ae9a3d15829af864b2c0f9d65ac1e678c4c80f17e5 languageName: node linkType: hard @@ -10115,19 +8369,19 @@ __metadata: languageName: node linkType: hard -"is-set@npm:^2.0.1": - version: 2.0.2 - resolution: "is-set@npm:2.0.2" - checksum: 10/d89e82acdc7760993474f529e043f9c4a1d63ed4774d21cc2e331d0e401e5c91c27743cd7c889137028f6a742234759a4bd602368fbdbf0b0321994aefd5603f +"is-set@npm:^2.0.2, is-set@npm:^2.0.3": + version: 2.0.3 + resolution: "is-set@npm:2.0.3" + checksum: 10/5685df33f0a4a6098a98c72d94d67cad81b2bc72f1fb2091f3d9283c4a1c582123cd709145b02a9745f0ce6b41e3e43f1c944496d1d74d4ea43358be61308669 languageName: node linkType: hard -"is-shared-array-buffer@npm:^1.0.2": - version: 1.0.2 - resolution: "is-shared-array-buffer@npm:1.0.2" +"is-shared-array-buffer@npm:^1.0.2, is-shared-array-buffer@npm:^1.0.3": + version: 1.0.3 + resolution: "is-shared-array-buffer@npm:1.0.3" dependencies: - call-bind: "npm:^1.0.2" - checksum: 10/23d82259d6cd6dbb7c4ff3e4efeff0c30dbc6b7f88698498c17f9821cb3278d17d2b6303a5341cbd638ab925a28f3f086a6c79b3df70ac986cc526c725d43b4f + call-bind: "npm:^1.0.7" + checksum: 10/bc5402900dc62b96ebb2548bf5b0a0bcfacc2db122236fe3ab3b3e3c884293a0d5eb777e73f059bcbf8dc8563bb65eae972fee0fb97e38a9ae27c8678f62bcfe languageName: node linkType: hard @@ -10181,16 +8435,7 @@ __metadata: languageName: node linkType: hard -"is-typed-array@npm:^1.1.10, is-typed-array@npm:^1.1.12, is-typed-array@npm:^1.1.9": - version: 1.1.12 - resolution: "is-typed-array@npm:1.1.12" - dependencies: - which-typed-array: "npm:^1.1.11" - checksum: 10/d953adfd3c41618d5e01b2a10f21817e4cdc9572772fa17211100aebb3811b6e3c2e308a0558cc87d218a30504cb90154b833013437776551bfb70606fb088ca - languageName: node - linkType: hard - -"is-typed-array@npm:^1.1.3": +"is-typed-array@npm:^1.1.13": version: 1.1.13 resolution: "is-typed-array@npm:1.1.13" dependencies: @@ -10213,10 +8458,10 @@ __metadata: languageName: node linkType: hard -"is-weakmap@npm:^2.0.1": - version: 2.0.1 - resolution: "is-weakmap@npm:2.0.1" - checksum: 10/289fa4e8ba1bdda40ca78481266f6925b7c46a85599e6a41a77010bf91e5a24dfb660db96863bbf655ecdbda0ab517204d6a4e0c151dbec9d022c556321f3776 +"is-weakmap@npm:^2.0.2": + version: 2.0.2 + resolution: "is-weakmap@npm:2.0.2" + checksum: 10/a7b7e23206c542dcf2fa0abc483142731788771527e90e7e24f658c0833a0d91948a4f7b30d78f7a65255a48512e41a0288b778ba7fc396137515c12e201fd11 languageName: node linkType: hard @@ -10229,13 +8474,13 @@ __metadata: languageName: node linkType: hard -"is-weakset@npm:^2.0.1": - version: 2.0.2 - resolution: "is-weakset@npm:2.0.2" +"is-weakset@npm:^2.0.3": + version: 2.0.3 + resolution: "is-weakset@npm:2.0.3" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.1.1" - checksum: 10/8f2ddb9639716fd7936784e175ea1183c5c4c05274c34f34f6a53175313cb1c9c35a8b795623306995e2f7cc8f25aa46302f15a2113e51c5052d447be427195c + call-bind: "npm:^1.0.7" + get-intrinsic: "npm:^1.2.4" + checksum: 10/40159582ff1b44fc40085f631baf19f56479b05af2faede65b4e6a0b6acab745c13fd070e35b475aafd8a1ee50879ba5a3f1265125b46bebdb446b6be1f62165 languageName: node linkType: hard @@ -10317,15 +8562,15 @@ __metadata: linkType: hard "istanbul-lib-instrument@npm:^6.0.2": - version: 6.0.2 - resolution: "istanbul-lib-instrument@npm:6.0.2" + version: 6.0.3 + resolution: "istanbul-lib-instrument@npm:6.0.3" dependencies: "@babel/core": "npm:^7.23.9" "@babel/parser": "npm:^7.23.9" "@istanbuljs/schema": "npm:^0.1.3" istanbul-lib-coverage: "npm:^3.2.0" semver: "npm:^7.5.4" - checksum: 10/3aee19be199350182827679a137e1df142a306e9d7e20bb5badfd92ecc9023a7d366bc68e7c66e36983654a02a67401d75d8debf29fc6d4b83670fde69a594fc + checksum: 10/aa5271c0008dfa71b6ecc9ba1e801bf77b49dc05524e8c30d58aaf5b9505e0cd12f25f93165464d4266a518c5c75284ecb598fbd89fec081ae77d2c9d3327695 languageName: node linkType: hard @@ -10366,12 +8611,12 @@ __metadata: linkType: hard "istanbul-reports@npm:^3.0.2": - version: 3.1.6 - resolution: "istanbul-reports@npm:3.1.6" + version: 3.1.7 + resolution: "istanbul-reports@npm:3.1.7" dependencies: html-escaper: "npm:^2.0.0" istanbul-lib-report: "npm:^3.0.0" - checksum: 10/135c178e509b21af5c446a6951fc01c331331bb0fdb1ed1dd7f68a8c875603c2e2ee5c82801db5feb868e5cc35e9babe2d972d322afc50f6de6cce6431b9b2ff + checksum: 10/f1faaa4684efaf57d64087776018d7426312a59aa6eeb4e0e3a777347d23cd286ad18f427e98f0e3dee666103d7404c9d7abc5f240406a912fa16bd6695437fa languageName: node linkType: hard @@ -10388,29 +8633,16 @@ __metadata: languageName: node linkType: hard -"jackspeak@npm:^2.0.3": - version: 2.2.2 - resolution: "jackspeak@npm:2.2.2" - dependencies: - "@isaacs/cliui": "npm:^8.0.2" - "@pkgjs/parseargs": "npm:^0.11.0" - dependenciesMeta: - "@pkgjs/parseargs": - optional: true - checksum: 10/0f43b70bddaf42f5fa4373c78d46819d2b9e5c1e7a245d53bc7b8693b0c6c7925985fadc5e4c4b2aafa9207c8b108e8ffd15c9f0ab59fd6be60e7326749e4010 - languageName: node - linkType: hard - -"jackspeak@npm:^2.3.5": - version: 2.3.6 - resolution: "jackspeak@npm:2.3.6" +"jackspeak@npm:^3.1.2": + version: 3.4.3 + resolution: "jackspeak@npm:3.4.3" dependencies: "@isaacs/cliui": "npm:^8.0.2" "@pkgjs/parseargs": "npm:^0.11.0" dependenciesMeta: "@pkgjs/parseargs": optional: true - checksum: 10/6e6490d676af8c94a7b5b29b8fd5629f21346911ebe2e32931c2a54210134408171c24cee1a109df2ec19894ad04a429402a8438cbf5cc2794585d35428ace76 + checksum: 10/96f8786eaab98e4bf5b2a5d6d9588ea46c4d06bbc4f2eb861fdd7b6b182b16f71d8a70e79820f335d52653b16d4843b29dd9cdcf38ae80406756db9199497cf3 languageName: node linkType: hard @@ -10422,11 +8654,11 @@ __metadata: linkType: hard "jiti@npm:^1.19.1": - version: 1.21.0 - resolution: "jiti@npm:1.21.0" + version: 1.21.6 + resolution: "jiti@npm:1.21.6" bin: jiti: bin/jiti.js - checksum: 10/005a0239e50381b5c9919f59dbab86128367bd64872f3376dbbde54b6523f41bd134bf22909e2a509e38fd87e1c22125ca255b9b6b53e7df0fedd23f737334cc + checksum: 10/289b124cea411c130a14ffe88e3d38376ab44b6695616dfa0a1f32176a8f20ec90cdd6d2b9d81450fc6467cfa4d865f04f49b98452bff0f812bc400fd0ae78d6 languageName: node linkType: hard @@ -10451,13 +8683,6 @@ __metadata: languageName: node linkType: hard -"js-tokens@npm:^8.0.2": - version: 8.0.3 - resolution: "js-tokens@npm:8.0.3" - checksum: 10/af5ed8ddbc446a868c026599214f4a482ab52461edb82e547949255f98910a14bd81ddab88a8d570d74bd7dc96c6d4df7f963794ec5aaf13c53918cc46b9caa6 - languageName: node - linkType: hard - "js-yaml@npm:4.1.0, js-yaml@npm:^4.1.0": version: 4.1.0 resolution: "js-yaml@npm:4.1.0" @@ -10481,6 +8706,13 @@ __metadata: languageName: node linkType: hard +"jsbn@npm:1.1.0": + version: 1.1.0 + resolution: "jsbn@npm:1.1.0" + checksum: 10/bebe7ae829bbd586ce8cbe83501dd8cb8c282c8902a8aeeed0a073a89dc37e8103b1244f3c6acd60278bcbfe12d93a3f83c9ac396868a3b3bbc3c5e5e3b648ef + languageName: node + linkType: hard + "jsbn@npm:~0.1.0": version: 0.1.1 resolution: "jsbn@npm:0.1.1" @@ -10582,13 +8814,6 @@ __metadata: languageName: node linkType: hard -"jsonc-parser@npm:^3.2.0": - version: 3.2.1 - resolution: "jsonc-parser@npm:3.2.1" - checksum: 10/fe2df6f39e21653781d52cae20c5b9e0ab62461918d97f9430b216cea9b6500efc1d8b42c6584cc0a7548b4c996055e9cdc39f09b9782fa6957af2f45306c530 - languageName: node - linkType: hard - "jsonfile@npm:^6.0.1": version: 6.1.0 resolution: "jsonfile@npm:6.1.0" @@ -10633,17 +8858,6 @@ __metadata: languageName: node linkType: hard -"katex@npm:0.16.11": - version: 0.16.11 - resolution: "katex@npm:0.16.11" - dependencies: - commander: "npm:^8.3.0" - bin: - katex: cli.js - checksum: 10/adfb95a70168f732c26f44a443d27df393ca641a3533aa9321f37b1b69134cf4b15142d533c187ec9a0b02c0bbfebab5ab26f15bd0cc08a57114e1f767f0d7ae - languageName: node - linkType: hard - "keyv@npm:^4.5.3": version: 4.5.4 resolution: "keyv@npm:4.5.4" @@ -10661,9 +8875,9 @@ __metadata: linkType: hard "language-subtag-registry@npm:^0.3.20": - version: 0.3.22 - resolution: "language-subtag-registry@npm:0.3.22" - checksum: 10/5591f4abd775d1ab5945355a5ba894327d2d94c900607bdb69aac1bc5bb921dbeeeb5f616df95e8c0ae875501d19c1cfa0e852ece822121e95048deb34f2b4d2 + version: 0.3.23 + resolution: "language-subtag-registry@npm:0.3.23" + checksum: 10/fe13ed74ab9f862db8e5747b98cc9aa08d52a19f85b5cdb4975cd364c8539bd2da3380e4560d2dbbd728ec33dff8a4b4421fcb2e5b1b1bdaa21d16f91a54d0d4 languageName: node linkType: hard @@ -10683,17 +8897,6 @@ __metadata: languageName: node linkType: hard -"lazy-universal-dotenv@npm:^4.0.0": - version: 4.0.0 - resolution: "lazy-universal-dotenv@npm:4.0.0" - dependencies: - app-root-dir: "npm:^1.0.2" - dotenv: "npm:^16.0.0" - dotenv-expand: "npm:^10.0.0" - checksum: 10/5aa4d1a01d108d1f4a565576b58e728be949ceccecef894d6a9de56cb2b8e2e033abd47424190d0a546cb22b4b4a3ab553346b9710c3294870660d4a3555dd34 - languageName: node - linkType: hard - "levn@npm:^0.4.1": version: 0.4.1 resolution: "levn@npm:0.4.1" @@ -10753,16 +8956,6 @@ __metadata: languageName: node linkType: hard -"local-pkg@npm:^0.5.0": - version: 0.5.0 - resolution: "local-pkg@npm:0.5.0" - dependencies: - mlly: "npm:^1.4.2" - pkg-types: "npm:^1.0.3" - checksum: 10/20f4caba50dc6fb00ffcc1a78bc94b5acb33995e0aadf4d4edcdeab257e891aa08f50afddf02f3240b2c3d02432bc2078f2a916a280ed716b64753a3d250db70 - languageName: node - linkType: hard - "localforage@npm:^1.8.1": version: 1.10.0 resolution: "localforage@npm:1.10.0" @@ -10957,21 +9150,19 @@ __metadata: languageName: node linkType: hard -"loupe@npm:^2.3.6, loupe@npm:^2.3.7": - version: 2.3.7 - resolution: "loupe@npm:2.3.7" +"loupe@npm:^3.1.0, loupe@npm:^3.1.1": + version: 3.1.1 + resolution: "loupe@npm:3.1.1" dependencies: get-func-name: "npm:^2.0.1" - checksum: 10/635c8f0914c2ce7ecfe4e239fbaf0ce1d2c00e4246fafcc4ed000bfdb1b8f89d05db1a220054175cca631ebf3894872a26fffba0124477fcb562f78762848fb1 + checksum: 10/56d71d64c5af109aaf2b5343668ea5952eed468ed2ff837373810e417bf8331f14491c6e4d38e08ff84a29cb18906e06e58ba660c53bd00f2989e1873fa2f54c languageName: node linkType: hard -"lru-cache@npm:^10.0.1": - version: 10.0.2 - resolution: "lru-cache@npm:10.0.2" - dependencies: - semver: "npm:^7.3.5" - checksum: 10/a675b71a19f4b23186549e343792c3eb6196a5fca2a96b59e31a44289459b7e166b3c6cb08952f45ac29d8cfe561cabee88d906fdd5c98fb7cbda8f5d47431a3 +"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0": + version: 10.4.3 + resolution: "lru-cache@npm:10.4.3" + checksum: 10/e6e90267360476720fa8e83cc168aa2bf0311f3f2eea20a6ba78b90a885ae72071d9db132f40fda4129c803e7dcec3a6b6a6fbb44ca90b081630b810b5d6a41a languageName: node linkType: hard @@ -10993,19 +9184,12 @@ __metadata: languageName: node linkType: hard -"lru-cache@npm:^9.1.1 || ^10.0.0": - version: 10.0.0 - resolution: "lru-cache@npm:10.0.0" - checksum: 10/590e00d6ccd76a1ada056585be3fd6dbddda395fc9359390cff38669c69c3fa1792dd6c4c46a9b1b411f032cd2e979d9e664f1628163292ecdfeada98c3da1f3 - languageName: node - linkType: hard - -"lucide-react@npm:0.402.0": - version: 0.402.0 - resolution: "lucide-react@npm:0.402.0" +"lucide-react@npm:^0.417.0 || ^0.429.0 || ^0.436.0 || ^0.439.0 || ^0.441.0": + version: 0.441.0 + resolution: "lucide-react@npm:0.441.0" peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - checksum: 10/fe8a7d5b65e469ee9f376e65942a1cb66aa39fc650265be4153e0f0235a0a5b09cdb03e8f51ed1f2319bdf91e1ae0859c61fe3a25c68e08ecb289a692bf52a17 + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc + checksum: 10/c423ed98e1e7b28408991dc52675e98b11547e12c3d4e4b0c25cc5eb611b1535cad9136434ef54677c43ce34c6211981cb76fe92415a6aa7c66c4f5d9b0380b8 languageName: node linkType: hard @@ -11018,12 +9202,12 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:^0.30.0, magic-string@npm:^0.30.5": - version: 0.30.7 - resolution: "magic-string@npm:0.30.7" +"magic-string@npm:^0.30.0, magic-string@npm:^0.30.11": + version: 0.30.11 + resolution: "magic-string@npm:0.30.11" dependencies: - "@jridgewell/sourcemap-codec": "npm:^1.4.15" - checksum: 10/883eaaf6792a3263e44f4bcdcd35ace272268e4b98ed5a770ad711947958d2f9fc683e474945e306e2bdc152b7e44d369ee312690d87025b9879fc63fbe1409c + "@jridgewell/sourcemap-codec": "npm:^1.5.0" + checksum: 10/b784d2240252f5b1e755d487354ada4c672cbca16f045144f7185a75b059210e5fcca7be7be03ef1bac2ca754c4428b21d36ae64a9057ba429916f06b8c54eb2 languageName: node linkType: hard @@ -11046,8 +9230,8 @@ __metadata: linkType: hard "make-fetch-happen@npm:^13.0.0": - version: 13.0.0 - resolution: "make-fetch-happen@npm:13.0.0" + version: 13.0.1 + resolution: "make-fetch-happen@npm:13.0.1" dependencies: "@npmcli/agent": "npm:^2.0.0" cacache: "npm:^18.0.0" @@ -11058,9 +9242,10 @@ __metadata: minipass-flush: "npm:^1.0.5" minipass-pipeline: "npm:^1.2.4" negotiator: "npm:^0.6.3" + proc-log: "npm:^4.2.0" promise-retry: "npm:^2.0.1" ssri: "npm:^10.0.0" - checksum: 10/ded5a91a02b76381b06a4ec4d5c1d23ebbde15d402b3c3e4533b371dac7e2f7ca071ae71ae6dae72aa261182557b7b1b3fd3a705b39252dc17f74fa509d3e76f + checksum: 10/11bae5ad6ac59b654dbd854f30782f9de052186c429dfce308eda42374528185a100ee40ac9ffdc36a2b6c821ecaba43913e4730a12f06f15e895ea9cb23fa59 languageName: node linkType: hard @@ -11078,13 +9263,6 @@ __metadata: languageName: node linkType: hard -"map-or-similar@npm:^1.5.0": - version: 1.5.0 - resolution: "map-or-similar@npm:1.5.0" - checksum: 10/3cf43bcd0e7af41d7bade5f8b5be6bb9d021cc47e6008ad545d071cf3a709ba782884002f9eec6ccd51f572fc17841e07bf74628e0bc3694c33f4622b03e4b4c - languageName: node - linkType: hard - "media-typer@npm:0.3.0": version: 0.3.0 resolution: "media-typer@npm:0.3.0" @@ -11092,15 +9270,6 @@ __metadata: languageName: node linkType: hard -"memoizerific@npm:^1.11.3": - version: 1.11.3 - resolution: "memoizerific@npm:1.11.3" - dependencies: - map-or-similar: "npm:^1.5.0" - checksum: 10/72b6b80699777d000f03db6e15fdabcd4afe77feb45be51fe195cb230c64a368fcfcfbb976375eac3283bd8193d6b1a67ac3081cae07f64fca73f1aa568d59e3 - languageName: node - linkType: hard - "meow@npm:^12.0.1": version: 12.1.1 resolution: "meow@npm:12.1.1" @@ -11127,10 +9296,10 @@ __metadata: languageName: node linkType: hard -"merge-descriptors@npm:1.0.1": - version: 1.0.1 - resolution: "merge-descriptors@npm:1.0.1" - checksum: 10/5abc259d2ae25bb06d19ce2b94a21632583c74e2a9109ee1ba7fd147aa7362b380d971e0251069f8b3eb7d48c21ac839e21fa177b335e82c76ec172e30c31a26 +"merge-descriptors@npm:1.0.3": + version: 1.0.3 + resolution: "merge-descriptors@npm:1.0.3" + checksum: 10/52117adbe0313d5defa771c9993fe081e2d2df9b840597e966aadafde04ae8d0e3da46bac7ca4efc37d4d2b839436582659cd49c6a43eacb3fe3050896a105d1 languageName: node linkType: hard @@ -11156,12 +9325,12 @@ __metadata: linkType: hard "micromatch@npm:^4.0.4": - version: 4.0.5 - resolution: "micromatch@npm:4.0.5" + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" dependencies: - braces: "npm:^3.0.2" + braces: "npm:^3.0.3" picomatch: "npm:^2.3.1" - checksum: 10/a749888789fc15cac0e03273844dbd749f9f8e8d64e70c564bcf06a033129554c789bb9e30d7566d7ff6596611a08e58ac12cf2a05f6e3c9c47c50c4c7e12fa2 + checksum: 10/6bf2a01672e7965eb9941d1f02044fad2bd12486b5553dc1116ff24c09a8723157601dc992e74c911d896175918448762df3b3fd0a6b61037dd1a9766ddfbf58 languageName: node linkType: hard @@ -11216,25 +9385,16 @@ __metadata: resolution: "minimatch@npm:3.1.2" dependencies: brace-expansion: "npm:^1.1.7" - checksum: 10/e0b25b04cd4ec6732830344e5739b13f8690f8a012d73445a4a19fbc623f5dd481ef7a5827fde25954cd6026fede7574cc54dc4643c99d6c6b653d6203f94634 - languageName: node - linkType: hard - -"minimatch@npm:^9.0.1": - version: 9.0.3 - resolution: "minimatch@npm:9.0.3" - dependencies: - brace-expansion: "npm:^2.0.1" - checksum: 10/c81b47d28153e77521877649f4bab48348d10938df9e8147a58111fe00ef89559a2938de9f6632910c4f7bf7bb5cd81191a546167e58d357f0cfb1e18cecc1c5 + checksum: 10/e0b25b04cd4ec6732830344e5739b13f8690f8a012d73445a4a19fbc623f5dd481ef7a5827fde25954cd6026fede7574cc54dc4643c99d6c6b653d6203f94634 languageName: node linkType: hard "minimatch@npm:^9.0.4": - version: 9.0.4 - resolution: "minimatch@npm:9.0.4" + version: 9.0.5 + resolution: "minimatch@npm:9.0.5" dependencies: brace-expansion: "npm:^2.0.1" - checksum: 10/4cdc18d112b164084513e890d6323370db14c22249d536ad1854539577a895e690a27513dc346392f61a4a50afbbd8abc88f3f25558bfbbbb862cd56508b20f5 + checksum: 10/dd6a8927b063aca6d910b119e1f2df6d2ce7d36eab91de83167dd136bb85e1ebff97b0d3de1cb08bd1f7e018ca170b4962479fefab5b2a69e2ae12cb2edc8348 languageName: node linkType: hard @@ -11256,18 +9416,18 @@ __metadata: languageName: node linkType: hard -"minipass-collect@npm:^1.0.2": - version: 1.0.2 - resolution: "minipass-collect@npm:1.0.2" +"minipass-collect@npm:^2.0.1": + version: 2.0.1 + resolution: "minipass-collect@npm:2.0.1" dependencies: - minipass: "npm:^3.0.0" - checksum: 10/14df761028f3e47293aee72888f2657695ec66bd7d09cae7ad558da30415fdc4752bbfee66287dcc6fd5e6a2fa3466d6c484dc1cbd986525d9393b9523d97f10 + minipass: "npm:^7.0.3" + checksum: 10/b251bceea62090f67a6cced7a446a36f4cd61ee2d5cea9aee7fff79ba8030e416327a1c5aa2908dc22629d06214b46d88fdab8c51ac76bacbf5703851b5ad342 languageName: node linkType: hard "minipass-fetch@npm:^3.0.0": - version: 3.0.4 - resolution: "minipass-fetch@npm:3.0.4" + version: 3.0.5 + resolution: "minipass-fetch@npm:3.0.5" dependencies: encoding: "npm:^0.1.13" minipass: "npm:^7.0.3" @@ -11276,7 +9436,7 @@ __metadata: dependenciesMeta: encoding: optional: true - checksum: 10/3edf72b900e30598567eafe96c30374432a8709e61bb06b87198fa3192d466777e2ec21c52985a0999044fa6567bd6f04651585983a1cbb27e2c1770a07ed2a2 + checksum: 10/c669948bec1373313aaa8f104b962a3ced9f45c49b26366a4b0ae27ccdfa9c5740d72c8a84d3f8623d7a61c5fc7afdfda44789008c078f61a62441142efc4a97 languageName: node linkType: hard @@ -11323,17 +9483,10 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.3": - version: 7.0.3 - resolution: "minipass@npm:7.0.3" - checksum: 10/04d72c8a437de54a024f3758ff17c0226efb532ef37dbdaca1ea6039c7b9b1704e612abbd2e3a0d2c825c64eb0a9ab266c843baa71d18ad1a279baecee28ed97 - languageName: node - linkType: hard - -"minipass@npm:^7.0.2": - version: 7.0.4 - resolution: "minipass@npm:7.0.4" - checksum: 10/e864bd02ceb5e0707696d58f7ce3a0b89233f0d686ef0d447a66db705c0846a8dc6f34865cd85256c1472ff623665f616b90b8ff58058b2ad996c5de747d2d18 +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.1.2": + version: 7.1.2 + resolution: "minipass@npm:7.1.2" + checksum: 10/c25f0ee8196d8e6036661104bacd743785b2599a21de5c516b32b3fa2b83113ac89a2358465bc04956baab37ffb956ae43be679b2262bf7be15fce467ccd7950 languageName: node linkType: hard @@ -11356,18 +9509,6 @@ __metadata: languageName: node linkType: hard -"mlly@npm:^1.2.0, mlly@npm:^1.4.2": - version: 1.6.1 - resolution: "mlly@npm:1.6.1" - dependencies: - acorn: "npm:^8.11.3" - pathe: "npm:^1.1.2" - pkg-types: "npm:^1.0.3" - ufo: "npm:^1.3.2" - checksum: 10/00b4c355236eb3d0294106f208718db486f6e34e28bbb7f6965bd9d6237db338e566f2e13489fbf8bfa9b1337c0f2568d4aeac1840f9963054c91881acc974a9 - languageName: node - linkType: hard - "modify-values@npm:^1.0.0": version: 1.0.1 resolution: "modify-values@npm:1.0.1" @@ -11389,7 +9530,7 @@ __metadata: languageName: node linkType: hard -"ms@npm:2.1.3, ms@npm:^2.1.1": +"ms@npm:2.1.3, ms@npm:^2.1.1, ms@npm:^2.1.3": version: 2.1.3 resolution: "ms@npm:2.1.3" checksum: 10/aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d @@ -11433,23 +9574,9 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^2.0.0": - version: 2.7.0 - resolution: "node-fetch@npm:2.7.0" - dependencies: - whatwg-url: "npm:^5.0.0" - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - checksum: 10/b24f8a3dc937f388192e59bcf9d0857d7b6940a2496f328381641cb616efccc9866e89ec43f2ec956bbd6c3d3ee05524ce77fe7b29ccd34692b3a16f237d6676 - languageName: node - linkType: hard - "node-gyp@npm:latest": - version: 10.0.1 - resolution: "node-gyp@npm:10.0.1" + version: 10.2.0 + resolution: "node-gyp@npm:10.2.0" dependencies: env-paths: "npm:^2.2.0" exponential-backoff: "npm:^3.1.1" @@ -11457,13 +9584,13 @@ __metadata: graceful-fs: "npm:^4.2.6" make-fetch-happen: "npm:^13.0.0" nopt: "npm:^7.0.0" - proc-log: "npm:^3.0.0" + proc-log: "npm:^4.1.0" semver: "npm:^7.3.5" - tar: "npm:^6.1.2" + tar: "npm:^6.2.1" which: "npm:^4.0.0" bin: node-gyp: bin/node-gyp.js - checksum: 10/578cf0c821f258ce4b6ebce4461eca4c991a4df2dee163c0624f2fe09c7d6d37240be4942285a0048d307230248ee0b18382d6623b9a0136ce9533486deddfa8 + checksum: 10/41773093b1275751dec942b985982fd4e7a69b88cae719b868babcef3880ee6168aaec8dcaa8cd0b9fa7c84873e36cc549c6cac6a124ee65ba4ce1f1cc108cfe languageName: node linkType: hard @@ -11476,28 +9603,21 @@ __metadata: languageName: node linkType: hard -"node-releases@npm:^2.0.13": - version: 2.0.13 - resolution: "node-releases@npm:2.0.13" - checksum: 10/c9bb813aab2717ff8b3015ecd4c7c5670a5546e9577699a7c84e8d69230cd3b1ce8f863f8e9b50f18b19a5ffa4b9c1a706bbbfe4c378de955fedbab04488a338 - languageName: node - linkType: hard - -"node-releases@npm:^2.0.14": - version: 2.0.14 - resolution: "node-releases@npm:2.0.14" - checksum: 10/0f7607ec7db5ef1dc616899a5f24ae90c869b6a54c2d4f36ff6d84a282ab9343c7ff3ca3670fe4669171bb1e8a9b3e286e1ef1c131f09a83d70554f855d54f24 +"node-releases@npm:^2.0.18": + version: 2.0.18 + resolution: "node-releases@npm:2.0.18" + checksum: 10/241e5fa9556f1c12bafb83c6c3e94f8cf3d8f2f8f904906ecef6e10bcaa1d59aa61212d4651bec70052015fc54bd3fdcdbe7fc0f638a17e6685aa586c076ec4e languageName: node linkType: hard "nopt@npm:^7.0.0": - version: 7.2.0 - resolution: "nopt@npm:7.2.0" + version: 7.2.1 + resolution: "nopt@npm:7.2.1" dependencies: abbrev: "npm:^2.0.0" bin: nopt: bin/nopt.js - checksum: 10/1e7489f17cbda452c8acaf596a8defb4ae477d2a9953b76eb96f4ec3f62c6b421cd5174eaa742f88279871fde9586d8a1d38fb3f53fa0c405585453be31dff4c + checksum: 10/95a1f6dec8a81cd18cdc2fed93e6f0b4e02cf6bdb4501c848752c6e34f9883d9942f036a5e3b21a699047d8a448562d891e67492df68ec9c373e6198133337ae languageName: node linkType: hard @@ -11631,20 +9751,20 @@ __metadata: languageName: node linkType: hard -"object-inspect@npm:^1.13.1, object-inspect@npm:^1.9.0": - version: 1.13.1 - resolution: "object-inspect@npm:1.13.1" - checksum: 10/92f4989ed83422d56431bc39656d4c780348eb15d397ce352ade6b7fec08f973b53744bd41b94af021901e61acaf78fcc19e65bf464ecc0df958586a672700f0 +"object-inspect@npm:^1.13.1": + version: 1.13.2 + resolution: "object-inspect@npm:1.13.2" + checksum: 10/7ef65583b6397570a17c56f0c1841e0920e83900f2c94638927abb7b81ac08a19c7aae135bd9dcca96208cac0c7332b4650fb927f027b0cf92d71df2990d0561 languageName: node linkType: hard "object-is@npm:^1.1.5": - version: 1.1.5 - resolution: "object-is@npm:1.1.5" + version: 1.1.6 + resolution: "object-is@npm:1.1.6" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.1.3" - checksum: 10/75365aff5da4bebad5d20efd9f9a7a13597e603f5eb03d89da8f578c3f3937fe01c6cb5fce86c0611c48795c0841401fd37c943821db0de703c7b30a290576ad + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + checksum: 10/4f6f544773a595da21c69a7531e0e1d6250670f4e09c55f47eb02c516035cfcb1b46ceb744edfd3ecb362309dbccb6d7f88e43bf42e4d4595ac10a329061053a languageName: node linkType: hard @@ -11655,70 +9775,60 @@ __metadata: languageName: node linkType: hard -"object.assign@npm:^4.1.4": - version: 4.1.4 - resolution: "object.assign@npm:4.1.4" +"object.assign@npm:^4.1.4, object.assign@npm:^4.1.5": + version: 4.1.5 + resolution: "object.assign@npm:4.1.5" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.1.4" + call-bind: "npm:^1.0.5" + define-properties: "npm:^1.2.1" has-symbols: "npm:^1.0.3" object-keys: "npm:^1.1.1" - checksum: 10/fd82d45289df0a952d772817622ecbaeb4ec933d3abb53267aede083ee38f6a395af8fadfbc569ee575115b0b7c9b286e7cfb2b7a2557b1055f7acbce513bc29 + checksum: 10/dbb22da4cda82e1658349ea62b80815f587b47131b3dd7a4ab7f84190ab31d206bbd8fe7e26ae3220c55b65725ac4529825f6142154211220302aa6b1518045d languageName: node linkType: hard -"object.entries@npm:^1.1.6, object.entries@npm:^1.1.7": - version: 1.1.7 - resolution: "object.entries@npm:1.1.7" - dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/03f0bd0f23a8626c94429d15abf26ccda7723f08cd26be2c09c72d436765f8c7468605b5476ca58d4a7cec1ec7eca5be496dbd938fd4236b77ed6d05a8680048 - languageName: node - linkType: hard - -"object.fromentries@npm:^2.0.6, object.fromentries@npm:^2.0.7": - version: 2.0.7 - resolution: "object.fromentries@npm:2.0.7" +"object.entries@npm:^1.1.8": + version: 1.1.8 + resolution: "object.entries@npm:1.1.8" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/1bfbe42a51f8d84e417d193fae78e4b8eebb134514cdd44406480f8e8a0e075071e0717635d8e3eccd50fec08c1d555fe505c38804cbac0808397187653edd59 + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10/2301918fbd1ee697cf6ff7cd94f060c738c0a7d92b22fd24c7c250e9b593642c9707ad2c44d339303c1439c5967d8964251cdfc855f7f6ec55db2dd79e8dc2a7 languageName: node linkType: hard -"object.groupby@npm:^1.0.1": - version: 1.0.1 - resolution: "object.groupby@npm:1.0.1" +"object.fromentries@npm:^2.0.8": + version: 2.0.8 + resolution: "object.fromentries@npm:2.0.8" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - get-intrinsic: "npm:^1.2.1" - checksum: 10/b7123d91403f95d63978513b23a6079c30f503311f64035fafc863c291c787f287b58df3b21ef002ce1d0b820958c9009dd5a8ab696e0eca325639d345e41524 + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.2" + es-object-atoms: "npm:^1.0.0" + checksum: 10/5b2e80f7af1778b885e3d06aeb335dcc86965e39464671adb7167ab06ac3b0f5dd2e637a90d8ebd7426d69c6f135a4753ba3dd7d0fe2a7030cf718dcb910fd92 languageName: node linkType: hard -"object.hasown@npm:^1.1.2": - version: 1.1.3 - resolution: "object.hasown@npm:1.1.3" +"object.groupby@npm:^1.0.3": + version: 1.0.3 + resolution: "object.groupby@npm:1.0.3" dependencies: - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/735679729c25a4e0d3713adf5df9861d862f0453e87ada4d991b75cd4225365dec61a08435e1127f42c9cc1adfc8e952fa5dca75364ebda6539dadf4721dc9c4 + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.2" + checksum: 10/44cb86dd2c660434be65f7585c54b62f0425b0c96b5c948d2756be253ef06737da7e68d7106e35506ce4a44d16aa85a413d11c5034eb7ce5579ec28752eb42d0 languageName: node linkType: hard -"object.values@npm:^1.1.6, object.values@npm:^1.1.7": - version: 1.1.7 - resolution: "object.values@npm:1.1.7" +"object.values@npm:^1.1.6, object.values@npm:^1.2.0": + version: 1.2.0 + resolution: "object.values@npm:1.2.0" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/20ab42c0bbf984405c80e060114b18cf5d629a40a132c7eac4fb79c5d06deb97496311c19297dcf9c61f45c2539cd4c7f7c5d6230e51db360ff297bbc9910162 + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10/db2e498019c354428c5dd30d02980d920ac365b155fce4dcf63eb9433f98ccf0f72624309e182ce7cc227c95e45d474e1d483418e60de2293dd23fa3ebe34903 languageName: node linkType: hard @@ -11740,7 +9850,7 @@ __metadata: languageName: node linkType: hard -"onetime@npm:^5.1.0, onetime@npm:^5.1.2": +"onetime@npm:^5.1.0": version: 5.1.2 resolution: "onetime@npm:5.1.2" dependencies: @@ -11759,16 +9869,16 @@ __metadata: linkType: hard "optionator@npm:^0.9.3": - version: 0.9.3 - resolution: "optionator@npm:0.9.3" + version: 0.9.4 + resolution: "optionator@npm:0.9.4" dependencies: - "@aashutoshrathi/word-wrap": "npm:^1.2.3" deep-is: "npm:^0.1.3" fast-levenshtein: "npm:^2.0.6" levn: "npm:^0.4.1" prelude-ls: "npm:^1.2.1" type-check: "npm:^0.4.0" - checksum: 10/fa28d3016395974f7fc087d6bbf0ac7f58ac3489f4f202a377e9c194969f329a7b88c75f8152b33fb08794a30dcd5c079db6bb465c28151357f113d80bbf67da + word-wrap: "npm:^1.2.5" + checksum: 10/a8398559c60aef88d7f353a4f98dcdff6090a4e70f874c827302bf1213d9106a1c4d5fcb68dacb1feb3c30a04c4102f41047aa55d4c576b863d6fc876e001af6 languageName: node linkType: hard @@ -11815,15 +9925,6 @@ __metadata: languageName: node linkType: hard -"p-limit@npm:^5.0.0": - version: 5.0.0 - resolution: "p-limit@npm:5.0.0" - dependencies: - yocto-queue: "npm:^1.0.0" - checksum: 10/87bf5837dee6942f0dbeff318436179931d9a97848d1b07dbd86140a477a5d2e6b90d9701b210b4e21fe7beaea2979dfde366e4f576fa644a59bd4d6a6371da7 - languageName: node - linkType: hard - "p-locate@npm:^2.0.0": version: 2.0.0 resolution: "p-locate@npm:2.0.0" @@ -11913,6 +10014,13 @@ __metadata: languageName: node linkType: hard +"package-json-from-dist@npm:^1.0.0": + version: 1.0.0 + resolution: "package-json-from-dist@npm:1.0.0" + checksum: 10/ac706ec856a5a03f5261e4e48fa974f24feb044d51f84f8332e2af0af04fbdbdd5bbbfb9cbbe354190409bc8307c83a9e38c6672c3c8855f709afb0006a009ea + languageName: node + linkType: hard + "parchment@npm:^1.1.2, parchment@npm:^1.1.4": version: 1.1.4 resolution: "parchment@npm:1.1.4" @@ -12014,20 +10122,20 @@ __metadata: languageName: node linkType: hard -"path-scurry@npm:^1.10.1": - version: 1.10.1 - resolution: "path-scurry@npm:1.10.1" +"path-scurry@npm:^1.11.1": + version: 1.11.1 + resolution: "path-scurry@npm:1.11.1" dependencies: - lru-cache: "npm:^9.1.1 || ^10.0.0" + lru-cache: "npm:^10.2.0" minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" - checksum: 10/eebfb8304fef1d4f7e1486df987e4fd77413de4fce16508dea69fcf8eb318c09a6b15a7a2f4c22877cec1cb7ecbd3071d18ca9de79eeece0df874a00f1f0bdc8 + checksum: 10/5e8845c159261adda6f09814d7725683257fcc85a18f329880ab4d7cc1d12830967eae5d5894e453f341710d5484b8fdbbd4d75181b4d6e1eb2f4dc7aeadc434 languageName: node linkType: hard -"path-to-regexp@npm:0.1.7": - version: 0.1.7 - resolution: "path-to-regexp@npm:0.1.7" - checksum: 10/701c99e1f08e3400bea4d701cf6f03517474bb1b608da71c78b1eb261415b645c5670dfae49808c89e12cea2dccd113b069f040a80de012da0400191c6dbd1c8 +"path-to-regexp@npm:0.1.10": + version: 0.1.10 + resolution: "path-to-regexp@npm:0.1.10" + checksum: 10/894e31f1b20e592732a87db61fff5b95c892a3fe430f9ab18455ebe69ee88ef86f8eb49912e261f9926fc53da9f93b46521523e33aefd9cb0a7b0d85d7096006 languageName: node linkType: hard @@ -12047,17 +10155,17 @@ __metadata: languageName: node linkType: hard -"pathe@npm:^1.1.0, pathe@npm:^1.1.1, pathe@npm:^1.1.2": +"pathe@npm:^1.1.2": version: 1.1.2 resolution: "pathe@npm:1.1.2" checksum: 10/f201d796351bf7433d147b92c20eb154a4e0ea83512017bf4ec4e492a5d6e738fb45798be4259a61aa81270179fce11026f6ff0d3fa04173041de044defe9d80 languageName: node linkType: hard -"pathval@npm:^1.1.1": - version: 1.1.1 - resolution: "pathval@npm:1.1.1" - checksum: 10/b50a4751068aa3a5428f5a0b480deecedc6f537666a3630a0c2ae2d5e7c0f4bf0ee77b48404441ec1220bef0c91625e6030b3d3cf5a32ab0d9764018d1d9dbb6 +"pathval@npm:^2.0.0": + version: 2.0.0 + resolution: "pathval@npm:2.0.0" + checksum: 10/b91575bf9cdf01757afd7b5e521eb8a0b874a49bc972d08e0047cfea0cd3c019f5614521d4bc83d2855e3fcc331db6817dfd533dd8f3d90b16bc76fad2450fc1 languageName: node linkType: hard @@ -12075,21 +10183,14 @@ __metadata: languageName: node linkType: hard -"picocolors@npm:^1.0.0": - version: 1.0.0 - resolution: "picocolors@npm:1.0.0" - checksum: 10/a2e8092dd86c8396bdba9f2b5481032848525b3dc295ce9b57896f931e63fc16f79805144321f72976383fc249584672a75cc18d6777c6b757603f372f745981 - languageName: node - linkType: hard - -"picocolors@npm:^1.0.1": - version: 1.0.1 - resolution: "picocolors@npm:1.0.1" - checksum: 10/fa68166d1f56009fc02a34cdfd112b0dd3cf1ef57667ac57281f714065558c01828cdf4f18600ad6851cbe0093952ed0660b1e0156bddf2184b6aaf5817553a5 +"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1, picocolors@npm:^1.1.0": + version: 1.1.0 + resolution: "picocolors@npm:1.1.0" + checksum: 10/a2ad60d94d185c30f2a140b19c512547713fb89b920d32cc6cf658fa786d63a37ba7b8451872c3d9fc34883971fb6e5878e07a20b60506e0bb2554dce9169ccb languageName: node linkType: hard -"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.3.0, picomatch@npm:^2.3.1": +"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.3.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" checksum: 10/60c2595003b05e4535394d1da94850f5372c9427ca4413b71210f437f7b2ca091dbd611c45e8b37d10036fa8eade25c1b8951654f9d3973bfa66a2ff4d3b08bc @@ -12119,26 +10220,6 @@ __metadata: languageName: node linkType: hard -"pkg-dir@npm:^5.0.0": - version: 5.0.0 - resolution: "pkg-dir@npm:5.0.0" - dependencies: - find-up: "npm:^5.0.0" - checksum: 10/b167bb8dac7bbf22b1d5e30ec223e6b064b84b63010c9d49384619a36734caf95ed23ad23d4f9bd975e8e8082b60a83395f43a89bb192df53a7c25a38ecb57d9 - languageName: node - linkType: hard - -"pkg-types@npm:^1.0.3": - version: 1.0.3 - resolution: "pkg-types@npm:1.0.3" - dependencies: - jsonc-parser: "npm:^3.2.0" - mlly: "npm:^1.2.0" - pathe: "npm:^1.1.0" - checksum: 10/e17e1819ce579c9ea390e4c41a9ed9701d8cff14b463f9577cc4f94688da8917c66dabc40feacd47a21eb3de9b532756a78becd882b76add97053af307c1240a - languageName: node - linkType: hard - "possible-typed-array-names@npm:^1.0.0": version: 1.0.0 resolution: "possible-typed-array-names@npm:1.0.0" @@ -12146,25 +10227,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.35": - version: 8.4.35 - resolution: "postcss@npm:8.4.35" - dependencies: - nanoid: "npm:^3.3.7" - picocolors: "npm:^1.0.0" - source-map-js: "npm:^1.0.2" - checksum: 10/93a7ce50cd6188f5f486a9ca98950ad27c19dfed996c45c414fa242944497e4d084a8760d3537f078630226f2bd3c6ab84b813b488740f4432e7c7039cd73a20 - languageName: node - linkType: hard - -"postcss@npm:^8.4.39": - version: 8.4.39 - resolution: "postcss@npm:8.4.39" +"postcss@npm:^8.4.39, postcss@npm:^8.4.43": + version: 8.4.47 + resolution: "postcss@npm:8.4.47" dependencies: nanoid: "npm:^3.3.7" - picocolors: "npm:^1.0.1" - source-map-js: "npm:^1.2.0" - checksum: 10/ad9c1add892c96433b9a5502878201ede4a20c4ce02d056251f61f8d9a3e5426dab3683fe5a086edfa78a1a19f2b4988c8cea02c5122136d29758cb5a17e2621 + picocolors: "npm:^1.1.0" + source-map-js: "npm:^1.2.1" + checksum: 10/f2b50ba9b6fcb795232b6bb20de7cdc538c0025989a8ed9c4438d1960196ba3b7eaff41fdb1a5c701b3504651ea87aeb685577707f0ae4d6ce6f3eae5df79a81 languageName: node linkType: hard @@ -12175,15 +10245,6 @@ __metadata: languageName: node linkType: hard -"prettier-fallback@npm:prettier@^3": - version: 3.3.1 - resolution: "prettier@npm:3.3.1" - bin: - prettier: bin/prettier.cjs - checksum: 10/31ca48d07a163fe6bff5483feb9bdf3bd7e4305e8d976373375cddc2949180a007be3ef08c36f4d7b31e449acef1ebbf46d3b94dc32f5a276837bf48c393be69 - languageName: node - linkType: hard - "prettier@npm:3.3.2": version: 3.3.2 resolution: "prettier@npm:3.3.2" @@ -12200,28 +10261,10 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:^29.7.0": - version: 29.7.0 - resolution: "pretty-format@npm:29.7.0" - dependencies: - "@jest/schemas": "npm:^29.6.3" - ansi-styles: "npm:^5.0.0" - react-is: "npm:^18.0.0" - checksum: 10/dea96bc83c83cd91b2bfc55757b6b2747edcaac45b568e46de29deee80742f17bc76fe8898135a70d904f4928eafd8bb693cd1da4896e8bdd3c5e82cadf1d2bb - languageName: node - linkType: hard - -"pretty-hrtime@npm:^1.0.3": - version: 1.0.3 - resolution: "pretty-hrtime@npm:1.0.3" - checksum: 10/0a462e88a0a3fd3320288fd8307f488974326ae8e13eea8c27f590f8ee767ccb59cf35bcae1cadff241cd8b72f3e373fc76ff1be95243649899bf8c816874af9 - languageName: node - linkType: hard - -"proc-log@npm:^3.0.0": - version: 3.0.0 - resolution: "proc-log@npm:3.0.0" - checksum: 10/02b64e1b3919e63df06f836b98d3af002b5cd92655cab18b5746e37374bfb73e03b84fe305454614b34c25b485cc687a9eebdccf0242cda8fda2475dd2c97e02 +"proc-log@npm:^4.1.0, proc-log@npm:^4.2.0": + version: 4.2.0 + resolution: "proc-log@npm:4.2.0" + checksum: 10/4e1394491b717f6c1ade15c570ecd4c2b681698474d3ae2d303c1e4b6ab9455bd5a81566211e82890d5a5ae9859718cc6954d5150bb18b09b72ecb297beae90a languageName: node linkType: hard @@ -12301,12 +10344,12 @@ __metadata: linkType: hard "pump@npm:^3.0.0": - version: 3.0.0 - resolution: "pump@npm:3.0.0" + version: 3.0.2 + resolution: "pump@npm:3.0.2" dependencies: end-of-stream: "npm:^1.1.0" once: "npm:^1.3.1" - checksum: 10/e42e9229fba14732593a718b04cb5e1cfef8254544870997e0ecd9732b189a48e1256e4e5478148ecb47c8511dca2b09eae56b4d0aad8009e6fac8072923cfc9 + checksum: 10/e0c4216874b96bd25ddf31a0b61a5613e26cc7afa32379217cf39d3915b0509def3565f5f6968fafdad2894c8bbdbd67d340e84f3634b2a29b950cffb6442d9f languageName: node linkType: hard @@ -12324,24 +10367,6 @@ __metadata: languageName: node linkType: hard -"qs@npm:6.10.4": - version: 6.10.4 - resolution: "qs@npm:6.10.4" - dependencies: - side-channel: "npm:^1.0.4" - checksum: 10/8887a53f63180e0e0291deafef581e550bc3656f2453adc8d3ca34b49c04354d31079962f7faf90ab8f5fd6e3d70ee6645042b27814a757a3a5d5708ae3f58e0 - languageName: node - linkType: hard - -"qs@npm:6.11.0": - version: 6.11.0 - resolution: "qs@npm:6.11.0" - dependencies: - side-channel: "npm:^1.0.4" - checksum: 10/5a3bfea3e2f359ede1bfa5d2f0dbe54001aa55e40e27dc3e60fab814362d83a9b30758db057c2011b6f53a2d4e4e5150194b5bac45372652aecb3e3c0d4b256e - languageName: node - linkType: hard - "qs@npm:6.12.1": version: 6.12.1 resolution: "qs@npm:6.12.1" @@ -12351,12 +10376,12 @@ __metadata: languageName: node linkType: hard -"qs@npm:^6.10.0": - version: 6.11.2 - resolution: "qs@npm:6.11.2" +"qs@npm:6.13.0": + version: 6.13.0 + resolution: "qs@npm:6.13.0" dependencies: - side-channel: "npm:^1.0.4" - checksum: 10/f2321d0796664d0f94e92447ccd3bdfd6b6f3a50b6b762aa79d7f5b1ea3a7a9f94063ba896b82bc2a877ed6a7426d4081e4f16568fdb04f0ee188cca9d8505b4 + side-channel: "npm:^1.0.6" + checksum: 10/f548b376e685553d12e461409f0d6e5c59ec7c7d76f308e2a888fd9db3e0c5e89902bedd0754db3a9038eda5f27da2331a6f019c8517dc5e0a16b3c9a6e9cef8 languageName: node linkType: hard @@ -12406,13 +10431,6 @@ __metadata: languageName: node linkType: hard -"ramda@npm:0.29.0": - version: 0.29.0 - resolution: "ramda@npm:0.29.0" - checksum: 10/b156660f2c58b4a13bcc4f1a0eabc1145d8db11d33d26a2fb03cd6adf3983a1c1f2bbaaf708c421029e9b09684262d056752623f7e62b79a503fb9217dec69d4 - languageName: node - linkType: hard - "range-parser@npm:~1.2.1": version: 1.2.1 resolution: "range-parser@npm:1.2.1" @@ -12420,15 +10438,15 @@ __metadata: languageName: node linkType: hard -"raw-body@npm:2.5.1": - version: 2.5.1 - resolution: "raw-body@npm:2.5.1" +"raw-body@npm:2.5.2": + version: 2.5.2 + resolution: "raw-body@npm:2.5.2" dependencies: bytes: "npm:3.1.2" http-errors: "npm:2.0.0" iconv-lite: "npm:0.4.24" unpipe: "npm:1.0.0" - checksum: 10/280bedc12db3490ecd06f740bdcf66093a07535374b51331242382c0e130bb273ebb611b7bc4cba1b4b4e016cc7b1f4b05a6df885a6af39c2bc3b94c02291c84 + checksum: 10/863b5171e140546a4d99f349b720abac4410338e23df5e409cfcc3752538c9caf947ce382c89129ba976f71894bd38b5806c774edac35ebf168d02aa1ac11a95 languageName: node linkType: hard @@ -12592,13 +10610,6 @@ __metadata: languageName: node linkType: hard -"react-is@npm:^18.0.0, react-is@npm:^18.2.0": - version: 18.2.0 - resolution: "react-is@npm:18.2.0" - checksum: 10/200cd65bf2e0be7ba6055f647091b725a45dd2a6abef03bf2380ce701fd5edccee40b49b9d15edab7ac08a762bf83cb4081e31ec2673a5bfb549a36ba21570df - languageName: node - linkType: hard - "react-is@npm:^18.3.1": version: 18.3.1 resolution: "react-is@npm:18.3.1" @@ -12627,9 +10638,9 @@ __metadata: languageName: node linkType: hard -"react-rnd@npm:10.4.11": - version: 10.4.11 - resolution: "react-rnd@npm:10.4.11" +"react-rnd@npm:10.4.12": + version: 10.4.12 + resolution: "react-rnd@npm:10.4.12" dependencies: re-resizable: "npm:6.9.17" react-draggable: "npm:4.4.6" @@ -12637,7 +10648,7 @@ __metadata: peerDependencies: react: ">=16.3.0" react-dom: ">=16.3.0" - checksum: 10/b1362efc490e593c336ceb8c4b19ce266976f96c7a4fcef4e06703f12a16731fbc50143f5bf6532d9262603f6ef81d740747a62c06c2ec372089947d96cd98e4 + checksum: 10/f29429a9ceafdf19c3b50571882c36eee29430a22d526fe2aaf641e38146e1bf5a1337639e0c9eba7c6ddaa85721cff9f390cf8d807a62634a27a77e49e2653c languageName: node linkType: hard @@ -12780,19 +10791,6 @@ __metadata: languageName: node linkType: hard -"recast@npm:^0.23.5": - version: 0.23.9 - resolution: "recast@npm:0.23.9" - dependencies: - ast-types: "npm:^0.16.1" - esprima: "npm:~4.0.0" - source-map: "npm:~0.6.1" - tiny-invariant: "npm:^1.3.3" - tslib: "npm:^2.0.1" - checksum: 10/d60584be179d81a82fbe58b5bbe009aa42831ee114a21a3e3a22bda91334e0b8a1a4610dca8ecb7f9ea1426da4febc08134d3003085ad6ecee478d1808eb8796 - languageName: node - linkType: hard - "redent@npm:^3.0.0": version: 3.0.0 resolution: "redent@npm:3.0.0" @@ -12813,25 +10811,26 @@ __metadata: linkType: hard "reflect.getprototypeof@npm:^1.0.4": - version: 1.0.4 - resolution: "reflect.getprototypeof@npm:1.0.4" + version: 1.0.6 + resolution: "reflect.getprototypeof@npm:1.0.6" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - get-intrinsic: "npm:^1.2.1" + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.1" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.4" globalthis: "npm:^1.0.3" which-builtin-type: "npm:^1.1.3" - checksum: 10/52ff881f62a9cb4acdd7f9a8f4ac88234056c4a6b1ed570c249cc085de5c313249b90251d16eb8e58302b82ae697eec19dde16ff62949f6b87f035a3a26dc5df + checksum: 10/518f6457e4bb470c9b317d239c62d4b4a05678b7eae4f1c3f4332fad379b3ea6d2d8999bfad448547fdba8fb77e4725cfe8c6440d0168ff387f16b4f19f759ad languageName: node linkType: hard "regenerate-unicode-properties@npm:^10.1.0": - version: 10.1.1 - resolution: "regenerate-unicode-properties@npm:10.1.1" + version: 10.2.0 + resolution: "regenerate-unicode-properties@npm:10.2.0" dependencies: regenerate: "npm:^1.4.2" - checksum: 10/b855152efdcca0ecc37ceb0cb6647a544344555fc293af3b57191b918e1bc9c95ee404a9a64a1d692bf66d45850942c29d93f2740c0d1980d3a8ea2ca63b184e + checksum: 10/9150eae6fe04a8c4f2ff06077396a86a98e224c8afad8344b1b656448e89e84edcd527e4b03aa5476774129eb6ad328ed684f9c1459794a935ec0cc17ce14329 languageName: node linkType: hard @@ -12843,9 +10842,9 @@ __metadata: linkType: hard "regenerator-runtime@npm:^0.14.0": - version: 0.14.0 - resolution: "regenerator-runtime@npm:0.14.0" - checksum: 10/6c19495baefcf5fbb18a281b56a97f0197b5f219f42e571e80877f095320afac0bdb31dab8f8186858e6126950068c3f17a1226437881e3e70446ea66751897c + version: 0.14.1 + resolution: "regenerator-runtime@npm:0.14.1" + checksum: 10/5db3161abb311eef8c45bcf6565f4f378f785900ed3945acf740a9888c792f75b98ecb77f0775f3bf95502ff423529d23e94f41d80c8256e8fa05ed4b07cf471 languageName: node linkType: hard @@ -12858,14 +10857,15 @@ __metadata: languageName: node linkType: hard -"regexp.prototype.flags@npm:^1.5.0, regexp.prototype.flags@npm:^1.5.1": - version: 1.5.1 - resolution: "regexp.prototype.flags@npm:1.5.1" +"regexp.prototype.flags@npm:^1.5.1, regexp.prototype.flags@npm:^1.5.2": + version: 1.5.2 + resolution: "regexp.prototype.flags@npm:1.5.2" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - set-function-name: "npm:^2.0.0" - checksum: 10/3fa5610b8e411bbc3a43ddfd13162f3a817beb43155fbd8caa24d4fd0ce2f431a8197541808772a5a06e5946cebfb68464c827827115bde0d11720a92fe2981a + call-bind: "npm:^1.0.6" + define-properties: "npm:^1.2.1" + es-errors: "npm:^1.3.0" + set-function-name: "npm:^2.0.1" + checksum: 10/9fffc01da9c4e12670ff95bc5204364615fcc12d86fc30642765af908675678ebb0780883c874b2dbd184505fb52fa603d80073ecf69f461ce7f56b15d10be9c languageName: node linkType: hard @@ -12903,10 +10903,10 @@ __metadata: languageName: node linkType: hard -"remove-accents@npm:0.4.2": - version: 0.4.2 - resolution: "remove-accents@npm:0.4.2" - checksum: 10/25d5c84f1355be60b42f8ad8a1ba29c2413dead138a9e2a88633e4fc94a1b953afe306dd27479125aef231d267482c54d292e558b04ec100fb9adf063ccbf75a +"remove-accents@npm:0.5.0": + version: 0.5.0 + resolution: "remove-accents@npm:0.5.0" + checksum: 10/4aa1a9d0c18468515a33c6760b0f8e28dfbceddcb846fac90b2189445445b27b11cc1df9fbceb97b4449438bc13250d77b27d4ab325b2d69933acc156d6c5b50 languageName: node linkType: hard @@ -12968,20 +10968,7 @@ __metadata: languageName: node linkType: hard -"resolve@npm:^1.10.0, resolve@npm:^1.14.2, resolve@npm:^1.19.0, resolve@npm:^1.22.4": - version: 1.22.4 - resolution: "resolve@npm:1.22.4" - dependencies: - is-core-module: "npm:^2.13.0" - path-parse: "npm:^1.0.7" - supports-preserve-symlinks-flag: "npm:^1.0.0" - bin: - resolve: bin/resolve - checksum: 10/5634f87e72888b139a7cb544213504cc0c6dcd82c6f67ce810b4ca6b3367ddb2aeed5f21c9bb6cd8f3115f0b7e6c0980ef25eeb0dcbd188d9590bb5c84d2d253 - languageName: node - linkType: hard - -"resolve@npm:^1.22.1, resolve@npm:^1.22.8": +"resolve@npm:^1.10.0, resolve@npm:^1.14.2, resolve@npm:^1.19.0, resolve@npm:^1.22.1, resolve@npm:^1.22.4, resolve@npm:^1.22.8": version: 1.22.8 resolution: "resolve@npm:1.22.8" dependencies: @@ -12994,7 +10981,7 @@ __metadata: languageName: node linkType: hard -"resolve@npm:^2.0.0-next.4": +"resolve@npm:^2.0.0-next.5": version: 2.0.0-next.5 resolution: "resolve@npm:2.0.0-next.5" dependencies: @@ -13007,20 +10994,7 @@ __metadata: languageName: node linkType: hard -"resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin": - version: 1.22.4 - resolution: "resolve@patch:resolve@npm%3A1.22.4#optional!builtin::version=1.22.4&hash=c3c19d" - dependencies: - is-core-module: "npm:^2.13.0" - path-parse: "npm:^1.0.7" - supports-preserve-symlinks-flag: "npm:^1.0.0" - bin: - resolve: bin/resolve - checksum: 10/13262490c7b0ac54f6397f1d45ee139ebd2e431781e2ff0d9c27bf41648a349a90bc23a3ab2768f0f821efdd2cba08fb85f21288fc0cc01718c03557fbd285bc - languageName: node - linkType: hard - -"resolve@patch:resolve@npm%3A^1.22.1#optional!builtin, resolve@patch:resolve@npm%3A^1.22.8#optional!builtin": +"resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.1#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin, resolve@patch:resolve@npm%3A^1.22.8#optional!builtin": version: 1.22.8 resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d" dependencies: @@ -13033,7 +11007,7 @@ __metadata: languageName: node linkType: hard -"resolve@patch:resolve@npm%3A^2.0.0-next.4#optional!builtin": +"resolve@patch:resolve@npm%3A^2.0.0-next.5#optional!builtin": version: 2.0.0-next.5 resolution: "resolve@patch:resolve@npm%3A2.0.0-next.5#optional!builtin::version=2.0.0-next.5&hash=c3c19d" dependencies: @@ -13071,9 +11045,9 @@ __metadata: linkType: hard "rfdc@npm:^1.3.0": - version: 1.3.0 - resolution: "rfdc@npm:1.3.0" - checksum: 10/76dedd9700cdf132947fde7ce1a8838c9cbb7f3e8f9188af0aaf97194cce745f42094dd2cf547426934cc83252ee2c0e432b2e0222a4415ab0db32de82665c69 + version: 1.4.1 + resolution: "rfdc@npm:1.4.1" + checksum: 10/2f3d11d3d8929b4bfeefc9acb03aae90f971401de0add5ae6c5e38fec14f0405e6a4aad8fdb76344bfdd20c5193110e3750cbbd28ba86d73729d222b6cf4a729 languageName: node linkType: hard @@ -13088,23 +11062,26 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.13.0": - version: 4.13.0 - resolution: "rollup@npm:4.13.0" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.13.0" - "@rollup/rollup-android-arm64": "npm:4.13.0" - "@rollup/rollup-darwin-arm64": "npm:4.13.0" - "@rollup/rollup-darwin-x64": "npm:4.13.0" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.13.0" - "@rollup/rollup-linux-arm64-gnu": "npm:4.13.0" - "@rollup/rollup-linux-arm64-musl": "npm:4.13.0" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.13.0" - "@rollup/rollup-linux-x64-gnu": "npm:4.13.0" - "@rollup/rollup-linux-x64-musl": "npm:4.13.0" - "@rollup/rollup-win32-arm64-msvc": "npm:4.13.0" - "@rollup/rollup-win32-ia32-msvc": "npm:4.13.0" - "@rollup/rollup-win32-x64-msvc": "npm:4.13.0" +"rollup@npm:^4.13.0, rollup@npm:^4.20.0": + version: 4.21.3 + resolution: "rollup@npm:4.21.3" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.21.3" + "@rollup/rollup-android-arm64": "npm:4.21.3" + "@rollup/rollup-darwin-arm64": "npm:4.21.3" + "@rollup/rollup-darwin-x64": "npm:4.21.3" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.3" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.3" + "@rollup/rollup-linux-arm64-gnu": "npm:4.21.3" + "@rollup/rollup-linux-arm64-musl": "npm:4.21.3" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.3" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.3" + "@rollup/rollup-linux-s390x-gnu": "npm:4.21.3" + "@rollup/rollup-linux-x64-gnu": "npm:4.21.3" + "@rollup/rollup-linux-x64-musl": "npm:4.21.3" + "@rollup/rollup-win32-arm64-msvc": "npm:4.21.3" + "@rollup/rollup-win32-ia32-msvc": "npm:4.21.3" + "@rollup/rollup-win32-x64-msvc": "npm:4.21.3" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -13118,61 +11095,17 @@ __metadata: optional: true "@rollup/rollup-linux-arm-gnueabihf": optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true "@rollup/rollup-linux-arm64-gnu": optional: true "@rollup/rollup-linux-arm64-musl": optional: true - "@rollup/rollup-linux-riscv64-gnu": - optional: true - "@rollup/rollup-linux-x64-gnu": - optional: true - "@rollup/rollup-linux-x64-musl": - optional: true - "@rollup/rollup-win32-arm64-msvc": - optional: true - "@rollup/rollup-win32-ia32-msvc": - optional: true - "@rollup/rollup-win32-x64-msvc": - optional: true - fsevents: - optional: true - bin: - rollup: dist/bin/rollup - checksum: 10/3ebced8ad49e8b5617cb7013cb106dd8ac99ae31a71f9689dc689b8fdaf0eb109f3d861330ef659e5f28a2c38e040282aea0e1df150b165f53f649d46275df84 - languageName: node - linkType: hard - -"rollup@npm:^4.2.0": - version: 4.6.1 - resolution: "rollup@npm:4.6.1" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.6.1" - "@rollup/rollup-android-arm64": "npm:4.6.1" - "@rollup/rollup-darwin-arm64": "npm:4.6.1" - "@rollup/rollup-darwin-x64": "npm:4.6.1" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.6.1" - "@rollup/rollup-linux-arm64-gnu": "npm:4.6.1" - "@rollup/rollup-linux-arm64-musl": "npm:4.6.1" - "@rollup/rollup-linux-x64-gnu": "npm:4.6.1" - "@rollup/rollup-linux-x64-musl": "npm:4.6.1" - "@rollup/rollup-win32-arm64-msvc": "npm:4.6.1" - "@rollup/rollup-win32-ia32-msvc": "npm:4.6.1" - "@rollup/rollup-win32-x64-msvc": "npm:4.6.1" - fsevents: "npm:~2.3.2" - dependenciesMeta: - "@rollup/rollup-android-arm-eabi": - optional: true - "@rollup/rollup-android-arm64": - optional: true - "@rollup/rollup-darwin-arm64": - optional: true - "@rollup/rollup-darwin-x64": - optional: true - "@rollup/rollup-linux-arm-gnueabihf": + "@rollup/rollup-linux-powerpc64le-gnu": optional: true - "@rollup/rollup-linux-arm64-gnu": + "@rollup/rollup-linux-riscv64-gnu": optional: true - "@rollup/rollup-linux-arm64-musl": + "@rollup/rollup-linux-s390x-gnu": optional: true "@rollup/rollup-linux-x64-gnu": optional: true @@ -13188,7 +11121,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/32fcbb3954597c27fe493d8dcebc24c3ddff8eab2150829cfb2161761038a9bd64873f51a90a6bfce522a70201318d764371e78ed294fc7aa019804f1dac7f08 + checksum: 10/60a1d6548fa1e612209f9f98f83c73a213f27569abddcbfb246af08455d730f367d95f6bd541b58c9e1e643c181463db27326c712aa81efd4071372a4d3481b9 languageName: node linkType: hard @@ -13210,15 +11143,15 @@ __metadata: languageName: node linkType: hard -"safe-array-concat@npm:^1.0.1": - version: 1.0.1 - resolution: "safe-array-concat@npm:1.0.1" +"safe-array-concat@npm:^1.1.2": + version: 1.1.2 + resolution: "safe-array-concat@npm:1.1.2" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.2.1" + call-bind: "npm:^1.0.7" + get-intrinsic: "npm:^1.2.4" has-symbols: "npm:^1.0.3" isarray: "npm:^2.0.5" - checksum: 10/44f073d85ca12458138e6eff103ac63cec619c8261b6579bd2fa3ae7b6516cf153f02596d68e40c5bbe322a29c930017800efff652734ddcb8c0f33b2a71f89c + checksum: 10/a54f8040d7cb696a1ee38d19cc71ab3cfb654b9b81bae00c6459618cfad8214ece7e6666592f9c925aafef43d0a20c5e6fbb3413a2b618e1ce9d516a2e6dcfc5 languageName: node linkType: hard @@ -13236,14 +11169,14 @@ __metadata: languageName: node linkType: hard -"safe-regex-test@npm:^1.0.0": - version: 1.0.0 - resolution: "safe-regex-test@npm:1.0.0" +"safe-regex-test@npm:^1.0.3": + version: 1.0.3 + resolution: "safe-regex-test@npm:1.0.3" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.1.3" + call-bind: "npm:^1.0.6" + es-errors: "npm:^1.3.0" is-regex: "npm:^1.1.4" - checksum: 10/c7248dfa07891aa634c8b9c55da696e246f8589ca50e7fd14b22b154a106e83209ddf061baf2fa45ebfbd485b094dc7297325acfc50724de6afe7138451b42a9 + checksum: 10/b04de61114b10274d92e25b6de7ccb5de07f11ea15637ff636de4b5190c0f5cd8823fe586dde718504cf78055437d70fd8804976894df502fcf5a210c970afb3 languageName: node linkType: hard @@ -13281,31 +11214,18 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4": - version: 7.5.4 - resolution: "semver@npm:7.5.4" - dependencies: - lru-cache: "npm:^6.0.0" - bin: - semver: bin/semver.js - checksum: 10/985dec0d372370229a262c737063860fabd4a1c730662c1ea3200a2f649117761a42184c96df62a0e885e76fbd5dace41087d6c1ac0351b13c0df5d6bcb1b5ac - languageName: node - linkType: hard - -"semver@npm:^7.6.0": - version: 7.6.0 - resolution: "semver@npm:7.6.0" - dependencies: - lru-cache: "npm:^6.0.0" +"semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0": + version: 7.6.3 + resolution: "semver@npm:7.6.3" bin: semver: bin/semver.js - checksum: 10/1b41018df2d8aca5a1db4729985e8e20428c650daea60fcd16e926e9383217d00f574fab92d79612771884a98d2ee2a1973f49d630829a8d54d6570defe62535 + checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10 languageName: node linkType: hard -"send@npm:0.18.0": - version: 0.18.0 - resolution: "send@npm:0.18.0" +"send@npm:0.19.0": + version: 0.19.0 + resolution: "send@npm:0.19.0" dependencies: debug: "npm:2.6.9" depd: "npm:2.0.0" @@ -13320,38 +11240,26 @@ __metadata: on-finished: "npm:2.4.1" range-parser: "npm:~1.2.1" statuses: "npm:2.0.1" - checksum: 10/ec66c0ad109680ad8141d507677cfd8b4e40b9559de23191871803ed241718e99026faa46c398dcfb9250676076573bd6bfe5d0ec347f88f4b7b8533d1d391cb + checksum: 10/1f6064dea0ae4cbe4878437aedc9270c33f2a6650a77b56a16b62d057527f2766d96ee282997dd53ec0339082f2aad935bc7d989b46b48c82fc610800dc3a1d0 languageName: node linkType: hard -"serve-static@npm:1.15.0": - version: 1.15.0 - resolution: "serve-static@npm:1.15.0" +"serve-static@npm:1.16.2": + version: 1.16.2 + resolution: "serve-static@npm:1.16.2" dependencies: - encodeurl: "npm:~1.0.2" + encodeurl: "npm:~2.0.0" escape-html: "npm:~1.0.3" parseurl: "npm:~1.3.3" - send: "npm:0.18.0" - checksum: 10/699b2d4c29807a51d9b5e0f24955346911437aebb0178b3c4833ad30d3eca93385ff9927254f5c16da345903cad39d9cd4a532198c95a5129cc4ed43911b15a4 - languageName: node - linkType: hard - -"set-blocking@npm:^2.0.0": - version: 2.0.0 - resolution: "set-blocking@npm:2.0.0" - checksum: 10/8980ebf7ae9eb945bb036b6e283c547ee783a1ad557a82babf758a065e2fb6ea337fd82cac30dd565c1e606e423f30024a19fff7afbf4977d784720c4026a8ef - languageName: node - linkType: hard - -"set-function-length@npm:^1.1.1": - version: 1.1.1 - resolution: "set-function-length@npm:1.1.1" - dependencies: - define-data-property: "npm:^1.1.1" - get-intrinsic: "npm:^1.2.1" - gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.0" - checksum: 10/745ed1d7dc69a6185e0820082fe73838ab3dfd01e75cce83a41e4c1d68bbf34bc5fb38f32ded542ae0b557536b5d2781594499b5dcd19e7db138e06292a76c7b + send: "npm:0.19.0" + checksum: 10/7fa9d9c68090f6289976b34fc13c50ac8cd7f16ae6bce08d16459300f7fc61fbc2d7ebfa02884c073ec9d6ab9e7e704c89561882bbe338e99fcacb2912fde737 + languageName: node + linkType: hard + +"set-blocking@npm:^2.0.0": + version: 2.0.0 + resolution: "set-blocking@npm:2.0.0" + checksum: 10/8980ebf7ae9eb945bb036b6e283c547ee783a1ad557a82babf758a065e2fb6ea337fd82cac30dd565c1e606e423f30024a19fff7afbf4977d784720c4026a8ef languageName: node linkType: hard @@ -13369,14 +11277,15 @@ __metadata: languageName: node linkType: hard -"set-function-name@npm:^2.0.0, set-function-name@npm:^2.0.1": - version: 2.0.1 - resolution: "set-function-name@npm:2.0.1" +"set-function-name@npm:^2.0.1, set-function-name@npm:^2.0.2": + version: 2.0.2 + resolution: "set-function-name@npm:2.0.2" dependencies: - define-data-property: "npm:^1.0.1" + define-data-property: "npm:^1.1.4" + es-errors: "npm:^1.3.0" functions-have-names: "npm:^1.2.3" - has-property-descriptors: "npm:^1.0.0" - checksum: 10/4975d17d90c40168eee2c7c9c59d023429f0a1690a89d75656306481ece0c3c1fb1ebcc0150ea546d1913e35fbd037bace91372c69e543e51fc5d1f31a9fa126 + has-property-descriptors: "npm:^1.0.2" + checksum: 10/c7614154a53ebf8c0428a6c40a3b0b47dac30587c1a19703d1b75f003803f73cdfa6a93474a9ba678fa565ef5fbddc2fae79bca03b7d22ab5fd5163dbe571a74 languageName: node linkType: hard @@ -13410,18 +11319,7 @@ __metadata: languageName: node linkType: hard -"side-channel@npm:^1.0.4": - version: 1.0.4 - resolution: "side-channel@npm:1.0.4" - dependencies: - call-bind: "npm:^1.0.0" - get-intrinsic: "npm:^1.0.2" - object-inspect: "npm:^1.9.0" - checksum: 10/c4998d9fc530b0e75a7fd791ad868fdc42846f072734f9080ff55cc8dc7d3899abcda24fd896aa6648c3ab7021b4bb478073eb4f44dfd55bce9714bc1a7c5d45 - languageName: node - linkType: hard - -"side-channel@npm:^1.0.6": +"side-channel@npm:^1.0.4, side-channel@npm:^1.0.6": version: 1.0.6 resolution: "side-channel@npm:1.0.6" dependencies: @@ -13440,7 +11338,7 @@ __metadata: languageName: node linkType: hard -"signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.3": +"signal-exit@npm:^3.0.2": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" checksum: 10/a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 @@ -13490,38 +11388,31 @@ __metadata: languageName: node linkType: hard -"socks-proxy-agent@npm:^8.0.1": - version: 8.0.2 - resolution: "socks-proxy-agent@npm:8.0.2" +"socks-proxy-agent@npm:^8.0.3": + version: 8.0.4 + resolution: "socks-proxy-agent@npm:8.0.4" dependencies: - agent-base: "npm:^7.0.2" + agent-base: "npm:^7.1.1" debug: "npm:^4.3.4" - socks: "npm:^2.7.1" - checksum: 10/ea727734bd5b2567597aa0eda14149b3b9674bb44df5937bbb9815280c1586994de734d965e61f1dd45661183d7b41f115fb9e432d631287c9063864cfcc2ecc + socks: "npm:^2.8.3" + checksum: 10/c8e7c2b398338b49a0a0f4d2bae5c0602aeeca6b478b99415927b6c5db349ca258448f2c87c6958ebf83eea17d42cbc5d1af0bfecb276cac10b9658b0f07f7d7 languageName: node linkType: hard -"socks@npm:^2.7.1": - version: 2.7.1 - resolution: "socks@npm:2.7.1" +"socks@npm:^2.8.3": + version: 2.8.3 + resolution: "socks@npm:2.8.3" dependencies: - ip: "npm:^2.0.0" + ip-address: "npm:^9.0.5" smart-buffer: "npm:^4.2.0" - checksum: 10/5074f7d6a13b3155fa655191df1c7e7a48ce3234b8ccf99afa2ccb56591c195e75e8bb78486f8e9ea8168e95a29573cbaad55b2b5e195160ae4d2ea6811ba833 - languageName: node - linkType: hard - -"source-map-js@npm:^1.0.2": - version: 1.0.2 - resolution: "source-map-js@npm:1.0.2" - checksum: 10/38e2d2dd18d2e331522001fc51b54127ef4a5d473f53b1349c5cca2123562400e0986648b52e9407e348eaaed53bce49248b6e2641e6d793ca57cb2c360d6d51 + checksum: 10/ffcb622c22481dfcd7589aae71fbfd71ca34334064d181df64bf8b7feaeee19706aba4cffd1de35cc7bbaeeaa0af96be2d7f40fcbc7bc0ab69533a7ae9ffc4fb languageName: node linkType: hard -"source-map-js@npm:^1.2.0": - version: 1.2.0 - resolution: "source-map-js@npm:1.2.0" - checksum: 10/74f331cfd2d121c50790c8dd6d3c9de6be21926de80583b23b37029b0f37aefc3e019fa91f9a10a5e120c08135297e1ecf312d561459c45908cb1e0e365f49e5 +"source-map-js@npm:^1.2.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 10/ff9d8c8bf096d534a5b7707e0382ef827b4dd360a577d3f34d2b9f48e12c9d230b5747974ee7c607f0df65113732711bb701fe9ece3c7edbd43cb2294d707df3 languageName: node linkType: hard @@ -13578,9 +11469,9 @@ __metadata: linkType: hard "spdx-exceptions@npm:^2.1.0": - version: 2.3.0 - resolution: "spdx-exceptions@npm:2.3.0" - checksum: 10/cb69a26fa3b46305637123cd37c85f75610e8c477b6476fa7354eb67c08128d159f1d36715f19be6f9daf4b680337deb8c65acdcae7f2608ba51931540687ac0 + version: 2.5.0 + resolution: "spdx-exceptions@npm:2.5.0" + checksum: 10/bb127d6e2532de65b912f7c99fc66097cdea7d64c10d3ec9b5e96524dbbd7d20e01cba818a6ddb2ae75e62bb0c63d5e277a7e555a85cbc8ab40044984fa4ae15 languageName: node linkType: hard @@ -13595,9 +11486,9 @@ __metadata: linkType: hard "spdx-license-ids@npm:^3.0.0": - version: 3.0.16 - resolution: "spdx-license-ids@npm:3.0.16" - checksum: 10/6425c54132ca38d717315cdbd2b620235937d1859972c5978bbc95b4c14400438ffe113709d8aabb0d5498cc27a5b89876fca0fe21b4e26f5ce122bc86d0d88e + version: 3.0.20 + resolution: "spdx-license-ids@npm:3.0.20" + checksum: 10/30e566ea74b04232c64819d1f5313c00d92e9c73d054541650331fc794499b3bcc4991bcd90fa3c2fc4d040006f58f63104706255266e87a9d452e6574afc60c languageName: node linkType: hard @@ -13626,6 +11517,13 @@ __metadata: languageName: node linkType: hard +"sprintf-js@npm:^1.1.3": + version: 1.1.3 + resolution: "sprintf-js@npm:1.1.3" + checksum: 10/e7587128c423f7e43cc625fe2f87e6affdf5ca51c1cc468e910d8aaca46bb44a7fbcfa552f787b1d3987f7043aeb4527d1b99559e6621e01b42b3f45e5a24cbb + languageName: node + linkType: hard + "sprintf-js@npm:~1.0.2": version: 1.0.3 resolution: "sprintf-js@npm:1.0.3" @@ -13633,7 +11531,7 @@ __metadata: languageName: node linkType: hard -"sshpk@npm:^1.14.1": +"sshpk@npm:^1.18.0": version: 1.18.0 resolution: "sshpk@npm:1.18.0" dependencies: @@ -13655,11 +11553,11 @@ __metadata: linkType: hard "ssri@npm:^10.0.0": - version: 10.0.5 - resolution: "ssri@npm:10.0.5" + version: 10.0.6 + resolution: "ssri@npm:10.0.6" dependencies: minipass: "npm:^7.0.3" - checksum: 10/453f9a1c241c13f5dfceca2ab7b4687bcff354c3ccbc932f35452687b9ef0ccf8983fd13b8a3baa5844c1a4882d6e3ddff48b0e7fd21d743809ef33b80616d79 + checksum: 10/f92c1b3cc9bfd0a925417412d07d999935917bc87049f43ebec41074661d64cf720315661844106a77da9f8204b6d55ae29f9514e673083cae39464343af2a8b languageName: node linkType: hard @@ -13701,13 +11599,22 @@ __metadata: languageName: node linkType: hard -"std-env@npm:^3.5.0": +"std-env@npm:^3.7.0": version: 3.7.0 resolution: "std-env@npm:3.7.0" checksum: 10/6ee0cca1add3fd84656b0002cfbc5bfa20340389d9ba4720569840f1caa34bce74322aef4c93f046391583e50649d0cf81a5f8fe1d411e50b659571690a45f12 languageName: node linkType: hard +"stop-iteration-iterator@npm:^1.0.0": + version: 1.0.0 + resolution: "stop-iteration-iterator@npm:1.0.0" + dependencies: + internal-slot: "npm:^1.0.4" + checksum: 10/2a23a36f4f6bfa63f46ae2d53a3f80fe8276110b95a55345d8ed3d92125413494033bc8697eb774e8f7aeb5725f70e3d69753caa2ecacdac6258c16fa8aa8b0f + languageName: node + linkType: hard + "string-natural-compare@npm:^3.0.1": version: 3.0.1 resolution: "string-natural-compare@npm:3.0.1" @@ -13737,53 +11644,77 @@ __metadata: languageName: node linkType: hard -"string.prototype.matchall@npm:^4.0.8": - version: 4.0.10 - resolution: "string.prototype.matchall@npm:4.0.10" +"string.prototype.includes@npm:^2.0.0": + version: 2.0.0 + resolution: "string.prototype.includes@npm:2.0.0" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - get-intrinsic: "npm:^1.2.1" + define-properties: "npm:^1.1.3" + es-abstract: "npm:^1.17.5" + checksum: 10/34c1e71ac5cab469bef52a4f3d983d141ca61c43b9fe8859574c8829822aad0a61fce1dddfaf8a48ad7ac5032a1730c19f1fb2d09715f57025cd138b1ad4b0e4 + languageName: node + linkType: hard + +"string.prototype.matchall@npm:^4.0.11": + version: 4.0.11 + resolution: "string.prototype.matchall@npm:4.0.11" + dependencies: + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.2" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + get-intrinsic: "npm:^1.2.4" + gopd: "npm:^1.0.1" has-symbols: "npm:^1.0.3" - internal-slot: "npm:^1.0.5" - regexp.prototype.flags: "npm:^1.5.0" - set-function-name: "npm:^2.0.0" - side-channel: "npm:^1.0.4" - checksum: 10/0f7a1a7f91790cd45f804039a16bc6389c8f4f25903e648caa3eea080b019a5c7b0cac2ca83976646140c2332b159042140bf389f23675609d869dd52450cddc + internal-slot: "npm:^1.0.7" + regexp.prototype.flags: "npm:^1.5.2" + set-function-name: "npm:^2.0.2" + side-channel: "npm:^1.0.6" + checksum: 10/a902ff4500f909f2a08e55cc5ab1ffbbc905f603b36837674370ee3921058edd0392147e15891910db62a2f31ace2adaf065eaa3bc6e9810bdbc8ca48e05a7b5 languageName: node linkType: hard -"string.prototype.trim@npm:^1.2.8": - version: 1.2.8 - resolution: "string.prototype.trim@npm:1.2.8" +"string.prototype.repeat@npm:^1.0.0": + version: 1.0.0 + resolution: "string.prototype.repeat@npm:1.0.0" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/9301f6cb2b6c44f069adde1b50f4048915985170a20a1d64cf7cb2dc53c5cd6b9525b92431f1257f894f94892d6c4ae19b5aa7f577c3589e7e51772dffc9d5a4 + define-properties: "npm:^1.1.3" + es-abstract: "npm:^1.17.5" + checksum: 10/4b1bd91b75fa8fdf0541625184ebe80e445a465ce4253c19c3bccd633898005dadae0f74b85ae72662a53aafb8035bf48f8f5c0755aec09bc106a7f13959d05e languageName: node linkType: hard -"string.prototype.trimend@npm:^1.0.7": - version: 1.0.7 - resolution: "string.prototype.trimend@npm:1.0.7" +"string.prototype.trim@npm:^1.2.9": + version: 1.2.9 + resolution: "string.prototype.trim@npm:1.2.9" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/3f0d3397ab9bd95cd98ae2fe0943bd3e7b63d333c2ab88f1875cf2e7c958c75dc3355f6fe19ee7c8fca28de6f39f2475e955e103821feb41299a2764a7463ffa + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.0" + es-object-atoms: "npm:^1.0.0" + checksum: 10/b2170903de6a2fb5a49bb8850052144e04b67329d49f1343cdc6a87cb24fb4e4b8ad00d3e273a399b8a3d8c32c89775d93a8f43cb42fbff303f25382079fb58a languageName: node linkType: hard -"string.prototype.trimstart@npm:^1.0.7": - version: 1.0.7 - resolution: "string.prototype.trimstart@npm:1.0.7" +"string.prototype.trimend@npm:^1.0.8": + version: 1.0.8 + resolution: "string.prototype.trimend@npm:1.0.8" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - checksum: 10/6e594d3a61b127d243b8be1312e9f78683abe452cfe0bcafa3e0dc62ad6f030ccfb64d87ed3086fb7cb540fda62442c164d237cc5cc4d53c6e3eb659c29a0aeb + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10/c2e862ae724f95771da9ea17c27559d4eeced9208b9c20f69bbfcd1b9bc92375adf8af63a103194dba17c4cc4a5cb08842d929f415ff9d89c062d44689c8761b + languageName: node + linkType: hard + +"string.prototype.trimstart@npm:^1.0.8": + version: 1.0.8 + resolution: "string.prototype.trimstart@npm:1.0.8" + dependencies: + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10/160167dfbd68e6f7cb9f51a16074eebfce1571656fc31d40c3738ca9e30e35496f2c046fe57b6ad49f65f238a152be8c86fd9a2dd58682b5eba39dad995b3674 languageName: node linkType: hard @@ -13883,15 +11814,6 @@ __metadata: languageName: node linkType: hard -"strip-literal@npm:^2.0.0": - version: 2.0.0 - resolution: "strip-literal@npm:2.0.0" - dependencies: - js-tokens: "npm:^8.0.2" - checksum: 10/efb3197175a7e403d0eaaaf5382b9574be77f8fa006b57b669856a38b58ca9caf76cbc75d9f69d56324dad0b8babe1d4ea7ad1eb12106228830bcdd5d4bf12b5 - languageName: node - linkType: hard - "stylis-plugin-rtl@npm:2.1.1": version: 2.1.1 resolution: "stylis-plugin-rtl@npm:2.1.1" @@ -13967,9 +11889,9 @@ __metadata: languageName: node linkType: hard -"tar@npm:^6.1.11, tar@npm:^6.1.2": - version: 6.2.0 - resolution: "tar@npm:6.2.0" +"tar@npm:^6.1.11, tar@npm:^6.2.1": + version: 6.2.1 + resolution: "tar@npm:6.2.1" dependencies: chownr: "npm:^2.0.0" fs-minipass: "npm:^2.0.0" @@ -13977,35 +11899,7 @@ __metadata: minizlib: "npm:^2.1.1" mkdirp: "npm:^1.0.3" yallist: "npm:^4.0.0" - checksum: 10/2042bbb14830b5cd0d584007db0eb0a7e933e66d1397e72a4293768d2332449bc3e312c266a0887ec20156dea388d8965e53b4fc5097f42d78593549016da089 - languageName: node - linkType: hard - -"telejson@npm:^7.2.0": - version: 7.2.0 - resolution: "telejson@npm:7.2.0" - dependencies: - memoizerific: "npm:^1.11.3" - checksum: 10/6e89b3d3c45b5a2aced9132f6a968fcdf758c00be4c3acb115d7d81e95c9e04083a7a4a9b43057fcf48b101156c1607a38f5491615956acb28d4d1f78a4bda20 - languageName: node - linkType: hard - -"temp-dir@npm:^3.0.0": - version: 3.0.0 - resolution: "temp-dir@npm:3.0.0" - checksum: 10/577211e995d1d584dd60f1469351d45e8a5b4524e4a9e42d3bdd12cfde1d0bb8f5898311bef24e02aaafb69514c1feb58c7b4c33dcec7129da3b0861a4ca935b - languageName: node - linkType: hard - -"tempy@npm:^3.1.0": - version: 3.1.0 - resolution: "tempy@npm:3.1.0" - dependencies: - is-stream: "npm:^3.0.0" - temp-dir: "npm:^3.0.0" - type-fest: "npm:^2.12.2" - unique-string: "npm:^3.0.0" - checksum: 10/f5540bc24dcd9d41ab0b31e9eed73c3ef825080f1c8b1e854e4b73059155c889f72f5f7c15e8cd462d59aa10c9726e423c81d6a365d614b538c6cc78a1209cc6 + checksum: 10/bfbfbb2861888077fc1130b84029cdc2721efb93d1d1fb80f22a7ac3a98ec6f8972f29e564103bbebf5e97be67ebc356d37fa48dbc4960600a1eb7230fbd1ea0 languageName: node linkType: hard @@ -14042,9 +11936,9 @@ __metadata: linkType: hard "throttleit@npm:^1.0.0": - version: 1.0.0 - resolution: "throttleit@npm:1.0.0" - checksum: 10/cfc5b156143a6c4c3a2265a9926fa4964ac3c71c746245cef00afb92359aba8ba3fd905afd97e3ff6403f57971f5e2cdf01cad631799448773ae81d8de5cade6 + version: 1.0.1 + resolution: "throttleit@npm:1.0.1" + checksum: 10/17f1aba82192d8b4f5be5f7e7955acd2db0b60557a2e041900bcb685c03fc0a42e44fae955741c2994ec314918c6c1c2c179bfe17b1fbb4a011c506e9ea7cc33 languageName: node linkType: hard @@ -14075,37 +11969,44 @@ __metadata: linkType: hard "tiny-invariant@npm:^1.1.0": - version: 1.3.1 - resolution: "tiny-invariant@npm:1.3.1" - checksum: 10/872dbd1ff20a21303a2fd20ce3a15602cfa7fcf9b228bd694a52e2938224313b5385a1078cb667ed7375d1612194feaca81c4ecbe93121ca1baebe344de4f84c - languageName: node - linkType: hard - -"tiny-invariant@npm:^1.3.1, tiny-invariant@npm:^1.3.3": version: 1.3.3 resolution: "tiny-invariant@npm:1.3.3" checksum: 10/5e185c8cc2266967984ce3b352a4e57cb89dad5a8abb0dea21468a6ecaa67cd5bb47a3b7a85d08041008644af4f667fb8b6575ba38ba5fb00b3b5068306e59fe languageName: node linkType: hard -"tinybench@npm:^2.5.1": - version: 2.6.0 - resolution: "tinybench@npm:2.6.0" - checksum: 10/6d35f0540bbf6208e8f47fa88cad733bc4b35b3bea75ec995004a9a44f70b8947eff3d271a3b4a4f7e787a82211df0dec9370fa566ccf50441067c559382b3ed +"tinybench@npm:^2.9.0": + version: 2.9.0 + resolution: "tinybench@npm:2.9.0" + checksum: 10/cfa1e1418e91289219501703c4693c70708c91ffb7f040fd318d24aef419fb5a43e0c0160df9471499191968b2451d8da7f8087b08c3133c251c40d24aced06c languageName: node linkType: hard -"tinypool@npm:^0.8.3": - version: 0.8.4 - resolution: "tinypool@npm:0.8.4" - checksum: 10/7365944c2532f240111443e7012be31a634faf1a02db08a91db3aa07361c26a374d0be00a0f2ea052c4bee39c107ba67f1f814c108d9d51dfc725c559c1a9c03 +"tinyexec@npm:^0.3.0": + version: 0.3.0 + resolution: "tinyexec@npm:0.3.0" + checksum: 10/317cc536d091ce7e50271287798d91ef53c4dc80088844d890752a2c7387d213004cba83e5e1d9129390ced617625e34f4a8f0ba5779e31c9b6939f9be0d3543 languageName: node linkType: hard -"tinyspy@npm:^2.2.0": - version: 2.2.1 - resolution: "tinyspy@npm:2.2.1" - checksum: 10/170d6232e87f9044f537b50b406a38fbfd6f79a261cd12b92879947bd340939a833a678632ce4f5c4a6feab4477e9c21cd43faac3b90b68b77dd0536c4149736 +"tinypool@npm:^1.0.0": + version: 1.0.1 + resolution: "tinypool@npm:1.0.1" + checksum: 10/eaceb93784b8e27e60c0e3e2c7d11c29e1e79b2a025b2c232215db73b90fe22bd4753ad53fc8e801c2b5a63b94a823af549555d8361272bc98271de7dd4a9925 + languageName: node + linkType: hard + +"tinyrainbow@npm:^1.2.0": + version: 1.2.0 + resolution: "tinyrainbow@npm:1.2.0" + checksum: 10/2924444db6804355e5ba2b6e586c7f77329d93abdd7257a069a0f4530dff9f16de484e80479094e3f39273462541b003a65ee3a6afc2d12555aa745132deba5d + languageName: node + linkType: hard + +"tinyspy@npm:^3.0.0": + version: 3.0.2 + resolution: "tinyspy@npm:3.0.2" + checksum: 10/5db671b2ff5cd309de650c8c4761ca945459d7204afb1776db9a04fb4efa28a75f08517a8620c01ee32a577748802231ad92f7d5b194dc003ee7f987a2a06337 languageName: node linkType: hard @@ -14140,21 +12041,14 @@ __metadata: linkType: hard "tough-cookie@npm:^4.1.3": - version: 4.1.3 - resolution: "tough-cookie@npm:4.1.3" + version: 4.1.4 + resolution: "tough-cookie@npm:4.1.4" dependencies: psl: "npm:^1.1.33" punycode: "npm:^2.1.1" universalify: "npm:^0.2.0" url-parse: "npm:^1.5.3" - checksum: 10/cf148c359b638a7069fc3ba9a5257bdc9616a6948a98736b92c3570b3f8401cf9237a42bf716878b656f372a1fb65b74dd13a46ccff8eceba14ffd053d33f72a - languageName: node - linkType: hard - -"tr46@npm:~0.0.3": - version: 0.0.3 - resolution: "tr46@npm:0.0.3" - checksum: 10/8f1f5aa6cb232f9e1bdc86f485f916b7aa38caee8a778b378ffec0b70d9307873f253f5cbadbe2955ece2ac5c83d0dc14a77513166ccd0a0c7fe197e21396695 + checksum: 10/75663f4e2cd085f16af0b217e4218772adf0617fb3227171102618a54ce0187a164e505d61f773ed7d65988f8ff8a8f935d381f87da981752c1171b076b4afac languageName: node linkType: hard @@ -14190,15 +12084,15 @@ __metadata: languageName: node linkType: hard -"tsconfig-paths@npm:^3.14.2": - version: 3.14.2 - resolution: "tsconfig-paths@npm:3.14.2" +"tsconfig-paths@npm:^3.15.0": + version: 3.15.0 + resolution: "tsconfig-paths@npm:3.15.0" dependencies: "@types/json5": "npm:^0.0.29" json5: "npm:^1.0.2" minimist: "npm:^1.2.6" strip-bom: "npm:^3.0.0" - checksum: 10/17f23e98612a60cf23b80dc1d3b7b840879e41fcf603868fc3618a30f061ac7b463ef98cad8c28b68733b9bfe0cc40ffa2bcf29e94cf0d26e4f6addf7ac8527d + checksum: 10/2041beaedc6c271fc3bedd12e0da0cc553e65d030d4ff26044b771fac5752d0460944c0b5e680f670c2868c95c664a256cec960ae528888db6ded83524e33a14 languageName: node linkType: hard @@ -14213,20 +12107,27 @@ __metadata: languageName: node linkType: hard -"tslib@npm:2.6.2, tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.3.0": +"tslib@npm:2.6.2": version: 2.6.2 resolution: "tslib@npm:2.6.2" checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca languageName: node linkType: hard -"tslib@npm:^1.13.0, tslib@npm:^1.8.1": +"tslib@npm:^1.8.1": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: 10/7dbf34e6f55c6492637adb81b555af5e3b4f9cc6b998fb440dac82d3b42bdc91560a35a5fb75e20e24a076c651438234da6743d139e4feabf0783f3cdfe1dddb languageName: node linkType: hard +"tslib@npm:^2.1.0": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6 + languageName: node + linkType: hard + "tsutils@npm:^3.21.0": version: 3.21.0 resolution: "tsutils@npm:3.21.0" @@ -14263,13 +12164,6 @@ __metadata: languageName: node linkType: hard -"type-detect@npm:^4.0.0, type-detect@npm:^4.0.8": - version: 4.0.8 - resolution: "type-detect@npm:4.0.8" - checksum: 10/5179e3b8ebc51fce1b13efb75fdea4595484433f9683bbc2dca6d99789dba4e602ab7922d2656f2ce8383987467f7770131d4a7f06a26287db0615d2f4c4ce7d - languageName: node - linkType: hard - "type-fest@npm:^0.18.0": version: 0.18.1 resolution: "type-fest@npm:0.18.1" @@ -14305,14 +12199,7 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^1.0.1": - version: 1.4.0 - resolution: "type-fest@npm:1.4.0" - checksum: 10/89875c247564601c2650bacad5ff80b859007fbdb6c9e43713ae3ffa3f584552eea60f33711dd762e16496a1ab4debd409822627be14097d9a17e39c49db591a - languageName: node - linkType: hard - -"type-fest@npm:^2.12.2, type-fest@npm:^2.19.0, type-fest@npm:~2.19": +"type-fest@npm:~2.19": version: 2.19.0 resolution: "type-fest@npm:2.19.0" checksum: 10/7bf9e8fdf34f92c8bb364c0af14ca875fac7e0183f2985498b77be129dc1b3b1ad0a6b3281580f19e48c6105c037fb966ad9934520c69c6434d17fd0af4eed78 @@ -14329,50 +12216,55 @@ __metadata: languageName: node linkType: hard -"typed-array-buffer@npm:^1.0.0": - version: 1.0.0 - resolution: "typed-array-buffer@npm:1.0.0" +"typed-array-buffer@npm:^1.0.2": + version: 1.0.2 + resolution: "typed-array-buffer@npm:1.0.2" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.2.1" - is-typed-array: "npm:^1.1.10" - checksum: 10/3e0281c79b2a40cd97fe715db803884301993f4e8c18e8d79d75fd18f796e8cd203310fec8c7fdb5e6c09bedf0af4f6ab8b75eb3d3a85da69328f28a80456bd3 + call-bind: "npm:^1.0.7" + es-errors: "npm:^1.3.0" + is-typed-array: "npm:^1.1.13" + checksum: 10/02ffc185d29c6df07968272b15d5319a1610817916ec8d4cd670ded5d1efe72901541ff2202fcc622730d8a549c76e198a2f74e312eabbfb712ed907d45cbb0b languageName: node linkType: hard -"typed-array-byte-length@npm:^1.0.0": - version: 1.0.0 - resolution: "typed-array-byte-length@npm:1.0.0" +"typed-array-byte-length@npm:^1.0.1": + version: 1.0.1 + resolution: "typed-array-byte-length@npm:1.0.1" dependencies: - call-bind: "npm:^1.0.2" + call-bind: "npm:^1.0.7" for-each: "npm:^0.3.3" - has-proto: "npm:^1.0.1" - is-typed-array: "npm:^1.1.10" - checksum: 10/6f376bf5d988f00f98ccee41fd551cafc389095a2a307c18fab30f29da7d1464fc3697139cf254cda98b4128bbcb114f4b557bbabdc6d9c2e5039c515b31decf + gopd: "npm:^1.0.1" + has-proto: "npm:^1.0.3" + is-typed-array: "npm:^1.1.13" + checksum: 10/e4a38329736fe6a73b52a09222d4a9e8de14caaa4ff6ad8e55217f6705b017d9815b7284c85065b3b8a7704e226ccff1372a72b78c2a5b6b71b7bf662308c903 languageName: node linkType: hard -"typed-array-byte-offset@npm:^1.0.0": - version: 1.0.0 - resolution: "typed-array-byte-offset@npm:1.0.0" +"typed-array-byte-offset@npm:^1.0.2": + version: 1.0.2 + resolution: "typed-array-byte-offset@npm:1.0.2" dependencies: - available-typed-arrays: "npm:^1.0.5" - call-bind: "npm:^1.0.2" + available-typed-arrays: "npm:^1.0.7" + call-bind: "npm:^1.0.7" for-each: "npm:^0.3.3" - has-proto: "npm:^1.0.1" - is-typed-array: "npm:^1.1.10" - checksum: 10/2d81747faae31ca79f6c597dc18e15ae3d5b7e97f7aaebce3b31f46feeb2a6c1d6c92b9a634d901c83731ffb7ec0b74d05c6ff56076f5ae39db0cd19b16a3f92 + gopd: "npm:^1.0.1" + has-proto: "npm:^1.0.3" + is-typed-array: "npm:^1.1.13" + checksum: 10/ac26d720ebb2aacbc45e231347c359e6649f52e0cfe0e76e62005912f8030d68e4cb7b725b1754e8fdd48e433cb68df5a8620a3e420ad1457d666e8b29bf9150 languageName: node linkType: hard -"typed-array-length@npm:^1.0.4": - version: 1.0.4 - resolution: "typed-array-length@npm:1.0.4" +"typed-array-length@npm:^1.0.6": + version: 1.0.6 + resolution: "typed-array-length@npm:1.0.6" dependencies: - call-bind: "npm:^1.0.2" + call-bind: "npm:^1.0.7" for-each: "npm:^0.3.3" - is-typed-array: "npm:^1.1.9" - checksum: 10/0444658acc110b233176cb0b7689dcb828b0cfa099ab1d377da430e8553b6fdcdce882360b7ffe9ae085b6330e1d39383d7b2c61574d6cd8eef651d3e4a87822 + gopd: "npm:^1.0.1" + has-proto: "npm:^1.0.3" + is-typed-array: "npm:^1.1.13" + possible-typed-array-names: "npm:^1.0.0" + checksum: 10/05e96cf4ff836743ebfc593d86133b8c30e83172cb5d16c56814d7bacfed57ce97e87ada9c4b2156d9aaa59f75cdef01c25bd9081c7826e0b869afbefc3e8c39 languageName: node linkType: hard @@ -14412,19 +12304,12 @@ __metadata: languageName: node linkType: hard -"ufo@npm:^1.3.2": - version: 1.4.0 - resolution: "ufo@npm:1.4.0" - checksum: 10/b7aea8503878dc5ad797d8fc6fe39fec64d9cc7e89fb147ef86ec676e37bb462d99d67c6aad20b15f7d3e6d275d66666b29214422e268f1d98f6eaf707a207a6 - languageName: node - linkType: hard - "uglify-js@npm:^3.1.4": - version: 3.17.4 - resolution: "uglify-js@npm:3.17.4" + version: 3.19.3 + resolution: "uglify-js@npm:3.19.3" bin: uglifyjs: bin/uglifyjs - checksum: 10/4c0b800e0ff192079d2c3ce8414fd3b656a570028c7c79af5c29c53d5c532b68bbcae4ad47307f89c2ee124d11826fff7a136b59d5c5bb18422bcdf5568afe1e + checksum: 10/6b9639c1985d24580b01bb0ab68e78de310d38eeba7db45bec7850ab4093d8ee464d80ccfaceda9c68d1c366efbee28573b52f95e69ac792354c145acd380b11 languageName: node linkType: hard @@ -14447,10 +12332,17 @@ __metadata: languageName: node linkType: hard +"undici-types@npm:~6.19.2": + version: 6.19.8 + resolution: "undici-types@npm:6.19.8" + checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70 + languageName: node + linkType: hard + "unicode-canonical-property-names-ecmascript@npm:^2.0.0": - version: 2.0.0 - resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0" - checksum: 10/39be078afd014c14dcd957a7a46a60061bc37c4508ba146517f85f60361acf4c7539552645ece25de840e17e293baa5556268d091ca6762747fdd0c705001a45 + version: 2.0.1 + resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1" + checksum: 10/3c3dabdb1d22aef4904399f9e810d0b71c0b12b3815169d96fac97e56d5642840c6071cf709adcace2252bc6bb80242396c2ec74b37224eb015c5f7aca40bad7 languageName: node linkType: hard @@ -14465,9 +12357,9 @@ __metadata: linkType: hard "unicode-match-property-value-ecmascript@npm:^2.1.0": - version: 2.1.0 - resolution: "unicode-match-property-value-ecmascript@npm:2.1.0" - checksum: 10/06661bc8aba2a60c7733a7044f3e13085808939ad17924ffd4f5222a650f88009eb7c09481dc9c15cfc593d4ad99bd1cde8d54042733b335672591a81c52601c + version: 2.2.0 + resolution: "unicode-match-property-value-ecmascript@npm:2.2.0" + checksum: 10/9fd53c657aefe5d3cb8208931b4c34fbdb30bb5aa9a6c6bf744e2f3036f00b8889eeaf30cb55a873b76b6ee8b5801ea770e1c49b3352141309f58f0ebb3011d8 languageName: node linkType: hard @@ -14503,15 +12395,6 @@ __metadata: languageName: node linkType: hard -"unique-string@npm:^3.0.0": - version: 3.0.0 - resolution: "unique-string@npm:3.0.0" - dependencies: - crypto-random-string: "npm:^4.0.0" - checksum: 10/1a1e2e7d02eab1bb10f720475da735e1990c8a5ff34edd1a3b6bc31590cb4210b7a1233d779360cc622ce11c211e43afa1628dd658f35d3e6a89964b622940df - languageName: node - linkType: hard - "universalify@npm:^0.2.0": version: 0.2.0 resolution: "universalify@npm:0.2.0" @@ -14534,14 +12417,17 @@ __metadata: linkType: hard "unplugin@npm:^1.3.1": - version: 1.7.1 - resolution: "unplugin@npm:1.7.1" + version: 1.14.1 + resolution: "unplugin@npm:1.14.1" dependencies: - acorn: "npm:^8.11.3" - chokidar: "npm:^3.5.3" - webpack-sources: "npm:^3.2.3" - webpack-virtual-modules: "npm:^0.6.1" - checksum: 10/cadee8d57d574b4b017c82e696c2ed03b9e90a13f8a3baad14261b6888b989f852ef91e401b6488c03886a4231250e61168f15ef89714d5760d729712c2d4064 + acorn: "npm:^8.12.1" + webpack-virtual-modules: "npm:^0.6.2" + peerDependencies: + webpack-sources: ^3 + peerDependenciesMeta: + webpack-sources: + optional: true + checksum: 10/ad82ec5b8de5ae4fb7d24f8ed7d71071e15855d335365d7ab6f2e074d5d666589dd52e9f2a16017da19d7c43f60e50e09bc529420bf9f29ac7c90cc3cf13ef28 languageName: node linkType: hard @@ -14552,17 +12438,17 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.0.13": - version: 1.0.13 - resolution: "update-browserslist-db@npm:1.0.13" +"update-browserslist-db@npm:^1.1.0": + version: 1.1.0 + resolution: "update-browserslist-db@npm:1.1.0" dependencies: - escalade: "npm:^3.1.1" - picocolors: "npm:^1.0.0" + escalade: "npm:^3.1.2" + picocolors: "npm:^1.0.1" peerDependencies: browserslist: ">= 4.21.0" bin: update-browserslist-db: cli.js - checksum: 10/9074b4ef34d2ed931f27d390aafdd391ee7c45ad83c508e8fed6aaae1eb68f81999a768ed8525c6f88d4001a4fbf1b8c0268f099d0e8e72088ec5945ac796acf + checksum: 10/d70b9efeaf4601aadb1a4f6456a7a5d9118e0063d995866b8e0c5e0cf559482671dab6ce7b079f9536b06758a344fbd83f974b965211e1c6e8d1958540b0c24c languageName: node linkType: hard @@ -14586,11 +12472,11 @@ __metadata: linkType: hard "use-sync-external-store@npm:^1.2.0": - version: 1.2.0 - resolution: "use-sync-external-store@npm:1.2.0" + version: 1.2.2 + resolution: "use-sync-external-store@npm:1.2.2" peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: 10/a676216affc203876bd47981103f201f28c2731361bb186367e12d287a7566763213a8816910c6eb88265eccd4c230426eb783d64c373c4a180905be8820ed8e + checksum: 10/671e9c190aab9a8374a5d468c6ba17f52c38b6fae970110bc196fc1e2b57204149aea9619be49a1bb5207fb6e51d8afd19c3bcb94afe61813fed039821461dc0 languageName: node linkType: hard @@ -14601,19 +12487,6 @@ __metadata: languageName: node linkType: hard -"util@npm:^0.12.4, util@npm:^0.12.5": - version: 0.12.5 - resolution: "util@npm:0.12.5" - dependencies: - inherits: "npm:^2.0.3" - is-arguments: "npm:^1.0.4" - is-generator-function: "npm:^1.0.7" - is-typed-array: "npm:^1.1.3" - which-typed-array: "npm:^1.1.2" - checksum: 10/61a10de7753353dd4d744c917f74cdd7d21b8b46379c1e48e1c4fd8e83f8190e6bd9978fc4e5102ab6a10ebda6019d1b36572fa4a325e175ec8b789a121f6147 - languageName: node - linkType: hard - "utils-merge@npm:1.0.1": version: 1.0.1 resolution: "utils-merge@npm:1.0.1" @@ -14674,18 +12547,17 @@ __metadata: languageName: node linkType: hard -"vite-node@npm:1.6.0": - version: 1.6.0 - resolution: "vite-node@npm:1.6.0" +"vite-node@npm:2.1.0": + version: 2.1.0 + resolution: "vite-node@npm:2.1.0" dependencies: cac: "npm:^6.7.14" - debug: "npm:^4.3.4" - pathe: "npm:^1.1.1" - picocolors: "npm:^1.0.0" + debug: "npm:^4.3.6" + pathe: "npm:^1.1.2" vite: "npm:^5.0.0" bin: vite-node: vite-node.mjs - checksum: 10/40230598c3c285cf65f407ac50b1c7753ab2dfa960de76ec1a95a0ce0ff963919d065c29ba538d9fb2fba3e0703a051d49d1ad6486001ba2f90616cc706ddc3d + checksum: 10/b3e3043bc02ed16cd51ca6b05692ab3976bef8526656e93a7b7d57247177daab538714850174a46a230da89ecaec1153357b0ed7a6a29e8c9acb4175fd12e15e languageName: node linkType: hard @@ -14796,18 +12668,19 @@ __metadata: linkType: hard "vite@npm:^5.0.0": - version: 5.1.4 - resolution: "vite@npm:5.1.4" + version: 5.4.5 + resolution: "vite@npm:5.4.5" dependencies: - esbuild: "npm:^0.19.3" + esbuild: "npm:^0.21.3" fsevents: "npm:~2.3.3" - postcss: "npm:^8.4.35" - rollup: "npm:^4.2.0" + postcss: "npm:^8.4.43" + rollup: "npm:^4.20.0" peerDependencies: "@types/node": ^18.0.0 || >=20.0.0 less: "*" lightningcss: ^1.21.0 sass: "*" + sass-embedded: "*" stylus: "*" sugarss: "*" terser: ^5.4.0 @@ -14823,6 +12696,8 @@ __metadata: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -14831,39 +12706,38 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10/e9003b853f0784260f4fe7ce0190124b347fd8fd6bf889a07080facd0d9a9667eaff4022eddb1ba3f0283ef69d15d77f84bca832082e48874a7a62e7f6d66b08 + checksum: 10/ef794392c44cdc0b4256e6a58697ebf9b86536dde04ba6449a853664c8a9441c4ae8c380c35d7e78556f197a738d46921e076064a4ff7a7448e5905d55262baf languageName: node linkType: hard -"vitest@npm:1.6.0": - version: 1.6.0 - resolution: "vitest@npm:1.6.0" - dependencies: - "@vitest/expect": "npm:1.6.0" - "@vitest/runner": "npm:1.6.0" - "@vitest/snapshot": "npm:1.6.0" - "@vitest/spy": "npm:1.6.0" - "@vitest/utils": "npm:1.6.0" - acorn-walk: "npm:^8.3.2" - chai: "npm:^4.3.10" - debug: "npm:^4.3.4" - execa: "npm:^8.0.1" - local-pkg: "npm:^0.5.0" - magic-string: "npm:^0.30.5" - pathe: "npm:^1.1.1" - picocolors: "npm:^1.0.0" - std-env: "npm:^3.5.0" - strip-literal: "npm:^2.0.0" - tinybench: "npm:^2.5.1" - tinypool: "npm:^0.8.3" +"vitest@npm:2.1.0": + version: 2.1.0 + resolution: "vitest@npm:2.1.0" + dependencies: + "@vitest/expect": "npm:2.1.0" + "@vitest/mocker": "npm:2.1.0" + "@vitest/pretty-format": "npm:^2.1.0" + "@vitest/runner": "npm:2.1.0" + "@vitest/snapshot": "npm:2.1.0" + "@vitest/spy": "npm:2.1.0" + "@vitest/utils": "npm:2.1.0" + chai: "npm:^5.1.1" + debug: "npm:^4.3.6" + magic-string: "npm:^0.30.11" + pathe: "npm:^1.1.2" + std-env: "npm:^3.7.0" + tinybench: "npm:^2.9.0" + tinyexec: "npm:^0.3.0" + tinypool: "npm:^1.0.0" + tinyrainbow: "npm:^1.2.0" vite: "npm:^5.0.0" - vite-node: "npm:1.6.0" - why-is-node-running: "npm:^2.2.2" + vite-node: "npm:2.1.0" + why-is-node-running: "npm:^2.3.0" peerDependencies: "@edge-runtime/vm": "*" "@types/node": ^18.0.0 || >=20.0.0 - "@vitest/browser": 1.6.0 - "@vitest/ui": 1.6.0 + "@vitest/browser": 2.1.0 + "@vitest/ui": 2.1.0 happy-dom: "*" jsdom: "*" peerDependenciesMeta: @@ -14881,7 +12755,7 @@ __metadata: optional: true bin: vitest: vitest.mjs - checksum: 10/ad921a723ac9438636d37111f0b2ea5afd0ba4a7813fb75382b9f75574e10d533cf950573ebb9332a595ce197cb83593737a6b55a3b6e6eb00bddbcd0920a03e + checksum: 10/3013112ae0069c56b89b5c361ec6865644ee911cb15f9574ca5666eb90afd5abd59215e1b82199b5f49c6dbabc94dc2b5c354687163ce6104b989f4c8eaa31e8 languageName: node linkType: hard @@ -14921,9 +12795,9 @@ __metadata: linkType: hard "vscode-languageserver-textdocument@npm:^1.0.1": - version: 1.0.11 - resolution: "vscode-languageserver-textdocument@npm:1.0.11" - checksum: 10/6096d2a85570e819e01ff406de7c88c48211e6874c6fc71df92193aa8b5aadf40591e44f033d634a95d04975d7aad29049d3eccab617ca41c189ae325aadb913 + version: 1.0.12 + resolution: "vscode-languageserver-textdocument@npm:1.0.12" + checksum: 10/2bc0fde952d40f35a31179623d1491b0fafdee156aaf58557f40f5d394a25fc84826763cdde55fa6ce2ed9cd35a931355ad6dd7fe5db82e7f21e5d865f0af8c6 languageName: node linkType: hard @@ -14952,34 +12826,10 @@ __metadata: languageName: node linkType: hard -"webidl-conversions@npm:^3.0.0": - version: 3.0.1 - resolution: "webidl-conversions@npm:3.0.1" - checksum: 10/b65b9f8d6854572a84a5c69615152b63371395f0c5dcd6729c45789052296df54314db2bc3e977df41705eacb8bc79c247cee139a63fa695192f95816ed528ad - languageName: node - linkType: hard - -"webpack-sources@npm:^3.2.3": - version: 3.2.3 - resolution: "webpack-sources@npm:3.2.3" - checksum: 10/a661f41795d678b7526ae8a88cd1b3d8ce71a7d19b6503da8149b2e667fc7a12f9b899041c1665d39e38245ed3a59ab68de648ea31040c3829aa695a5a45211d - languageName: node - linkType: hard - -"webpack-virtual-modules@npm:^0.6.1": - version: 0.6.1 - resolution: "webpack-virtual-modules@npm:0.6.1" - checksum: 10/12a43ecdb910185c9d7e4ec19cc3b13bff228dae362e8a487c0bd292b393555e017ad16f771d5ce5b692d91d65b71a7bcd64763958d39066a5351ea325395539 - languageName: node - linkType: hard - -"whatwg-url@npm:^5.0.0": - version: 5.0.0 - resolution: "whatwg-url@npm:5.0.0" - dependencies: - tr46: "npm:~0.0.3" - webidl-conversions: "npm:^3.0.0" - checksum: 10/f95adbc1e80820828b45cc671d97da7cd5e4ef9deb426c31bcd5ab00dc7103042291613b3ef3caec0a2335ed09e0d5ed026c940755dbb6d404e2b27f940fdf07 +"webpack-virtual-modules@npm:^0.6.2": + version: 0.6.2 + resolution: "webpack-virtual-modules@npm:0.6.2" + checksum: 10/d9a0d035f7ec0c7f1055aaf88bfe48b7f96458043916a1b2926d9012fd61de3810a6b768e31a8cd4b3c84a9b6d55824361a9dd20aaf9f5ccfb6f017af216a178 languageName: node linkType: hard @@ -14997,11 +12847,11 @@ __metadata: linkType: hard "which-builtin-type@npm:^1.1.3": - version: 1.1.3 - resolution: "which-builtin-type@npm:1.1.3" + version: 1.1.4 + resolution: "which-builtin-type@npm:1.1.4" dependencies: - function.prototype.name: "npm:^1.1.5" - has-tostringtag: "npm:^1.0.0" + function.prototype.name: "npm:^1.1.6" + has-tostringtag: "npm:^1.0.2" is-async-function: "npm:^2.0.0" is-date-object: "npm:^1.0.5" is-finalizationregistry: "npm:^1.0.2" @@ -15010,21 +12860,21 @@ __metadata: is-weakref: "npm:^1.0.2" isarray: "npm:^2.0.5" which-boxed-primitive: "npm:^1.0.2" - which-collection: "npm:^1.0.1" - which-typed-array: "npm:^1.1.9" - checksum: 10/d7823c4a6aa4fc8183eb572edd9f9ee2751e5f3ba2ccd5b298cc163f720df0f02ee1a5291d18ca8a41d48144ef40007ff6a64e6f5e7c506527086c7513a5f673 + which-collection: "npm:^1.0.2" + which-typed-array: "npm:^1.1.15" + checksum: 10/c0cdb9b004e7a326f4ce54c75b19658a3bec73601a71dd7e2d9538accb3e781b546b589c3f306caf5e7429ac1c8019028d5e662e2860f03603354105b8247c83 languageName: node linkType: hard -"which-collection@npm:^1.0.1": - version: 1.0.1 - resolution: "which-collection@npm:1.0.1" +"which-collection@npm:^1.0.1, which-collection@npm:^1.0.2": + version: 1.0.2 + resolution: "which-collection@npm:1.0.2" dependencies: - is-map: "npm:^2.0.1" - is-set: "npm:^2.0.1" - is-weakmap: "npm:^2.0.1" - is-weakset: "npm:^2.0.1" - checksum: 10/85c95fcf92df7972ce66bed879e53d9dc752a30ef08e1ca4696df56bcf1c302e3b9965a39b04a20fa280a997fad6c170eb0b4d62435569b7f6c0bc7be910572b + is-map: "npm:^2.0.3" + is-set: "npm:^2.0.3" + is-weakmap: "npm:^2.0.2" + is-weakset: "npm:^2.0.3" + checksum: 10/674bf659b9bcfe4055f08634b48a8588e879161b9fefed57e9ec4ff5601e4d50a05ccd76cf10f698ef5873784e5df3223336d56c7ce88e13bcf52ebe582fc8d7 languageName: node linkType: hard @@ -15035,42 +12885,16 @@ __metadata: languageName: node linkType: hard -"which-typed-array@npm:^1.1.11, which-typed-array@npm:^1.1.9": - version: 1.1.11 - resolution: "which-typed-array@npm:1.1.11" - dependencies: - available-typed-arrays: "npm:^1.0.5" - call-bind: "npm:^1.0.2" - for-each: "npm:^0.3.3" - gopd: "npm:^1.0.1" - has-tostringtag: "npm:^1.0.0" - checksum: 10/bc9e8690e71d6c64893c9d88a7daca33af45918861003013faf77574a6a49cc6194d32ca7826e90de341d2f9ef3ac9e3acbe332a8ae73cadf07f59b9c6c6ecad - languageName: node - linkType: hard - -"which-typed-array@npm:^1.1.13": - version: 1.1.13 - resolution: "which-typed-array@npm:1.1.13" - dependencies: - available-typed-arrays: "npm:^1.0.5" - call-bind: "npm:^1.0.4" - for-each: "npm:^0.3.3" - gopd: "npm:^1.0.1" - has-tostringtag: "npm:^1.0.0" - checksum: 10/605e3e10b7118af904a0e79d0d50b95275102f06ec902734024989cd71354929f7acee50de43529d3baf5858e2e4eb32c75e6ebd226c888ad976d8140e4a3e71 - languageName: node - linkType: hard - -"which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.2": - version: 1.1.14 - resolution: "which-typed-array@npm:1.1.14" +"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.15": + version: 1.1.15 + resolution: "which-typed-array@npm:1.1.15" dependencies: - available-typed-arrays: "npm:^1.0.6" - call-bind: "npm:^1.0.5" + available-typed-arrays: "npm:^1.0.7" + call-bind: "npm:^1.0.7" for-each: "npm:^0.3.3" gopd: "npm:^1.0.1" - has-tostringtag: "npm:^1.0.1" - checksum: 10/56253d2c9d6b41b8a4af96d8c2751bac5508906bd500cdcd0dc5301fb082de0391a4311ab21258bc8d2609ed593f422c1a66f0020fcb3a1e97f719bc928b9018 + has-tostringtag: "npm:^1.0.2" + checksum: 10/c3b6a99beadc971baa53c3ee5b749f2b9bdfa3b3b9a70650dd8511a48b61d877288b498d424712e9991d16019633086bd8b5923369460d93463c5825fa36c448 languageName: node linkType: hard @@ -15096,15 +12920,22 @@ __metadata: languageName: node linkType: hard -"why-is-node-running@npm:^2.2.2": - version: 2.2.2 - resolution: "why-is-node-running@npm:2.2.2" +"why-is-node-running@npm:^2.3.0": + version: 2.3.0 + resolution: "why-is-node-running@npm:2.3.0" dependencies: siginfo: "npm:^2.0.0" stackback: "npm:0.0.2" bin: why-is-node-running: cli.js - checksum: 10/f3582e0337f4b25537d492b1d40f00b978ce04b1d1eeea8f310bfa8aae8a7d11d118d672e2f0760c164ce3753a620a70aa29ff3620e340197624940cf9c08615 + checksum: 10/0de6e6cd8f2f94a8b5ca44e84cf1751eadcac3ebedcdc6e5fbbe6c8011904afcbc1a2777c53496ec02ced7b81f2e7eda61e76bf8262a8bc3ceaa1f6040508051 + languageName: node + linkType: hard + +"word-wrap@npm:^1.2.5": + version: 1.2.5 + resolution: "word-wrap@npm:1.2.5" + checksum: 10/1ec6f6089f205f83037be10d0c4b34c9183b0b63fca0834a5b3cee55dd321429d73d40bb44c8fc8471b5203d6e8f8275717f49a8ff4b2b0ab41d7e1b563e0854 languageName: node linkType: hard @@ -15300,8 +13131,8 @@ __metadata: linkType: hard "yocto-queue@npm:^1.0.0": - version: 1.0.0 - resolution: "yocto-queue@npm:1.0.0" - checksum: 10/2cac84540f65c64ccc1683c267edce396b26b1e931aa429660aefac8fbe0188167b7aee815a3c22fa59a28a58d898d1a2b1825048f834d8d629f4c2a5d443801 + version: 1.1.1 + resolution: "yocto-queue@npm:1.1.1" + checksum: 10/f2e05b767ed3141e6372a80af9caa4715d60969227f38b1a4370d60bffe153c9c5b33a862905609afc9b375ec57cd40999810d20e5e10229a204e8bde7ef255c languageName: node linkType: hard From baa9b36d9e5cc5464ed0bad38f589c375077fa11 Mon Sep 17 00:00:00 2001 From: "LAPTOP-YANNICK\\ymijs" Date: Wed, 18 Sep 2024 16:55:48 +0200 Subject: [PATCH 2/6] fix: update colors in fullscreen container --- src/components/FullscreenContainer.tsx | 4 ++-- src/components/SignIn.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/FullscreenContainer.tsx b/src/components/FullscreenContainer.tsx index dcffe0e3..0a2344f3 100644 --- a/src/components/FullscreenContainer.tsx +++ b/src/components/FullscreenContainer.tsx @@ -25,12 +25,12 @@ const FullscreenContainer = ({ children }: Props): JSX.Element => ( {children} diff --git a/src/components/SignIn.tsx b/src/components/SignIn.tsx index 620540be..6d12769c 100644 --- a/src/components/SignIn.tsx +++ b/src/components/SignIn.tsx @@ -288,7 +288,7 @@ const SignIn: FC = () => { disabled={signInMethod === SIGN_IN_METHODS.EMAIL} onClick={handleSignInMethod} id={EMAIL_SIGN_IN_METHOD_BUTTON_ID} - color={'secondary'} + color={'primary'} > {t(EMAIL_SIGN_IN_METHOD)} @@ -297,7 +297,7 @@ const SignIn: FC = () => { disabled={signInMethod === SIGN_IN_METHODS.PASSWORD} onClick={handleSignInMethod} id={PASSWORD_SIGN_IN_METHOD_BUTTON_ID} - color={'secondary'} + color={'primary'} > {t(PASSWORD_SIGN_IN_METHOD)} From 4dd8ab8b262fe18c4ebad0b7f3c98316f07ef53d Mon Sep 17 00:00:00 2001 From: "LAPTOP-YANNICK\\ymijs" Date: Wed, 18 Sep 2024 17:47:46 +0200 Subject: [PATCH 3/6] fix: update some wording on data-driven content and error messages --- index.html | 6 +++--- src/langs/en.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index dc4e2748..f668ca14 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,11 @@ - + @@ -21,7 +21,7 @@ rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" /> - Graasp Auth + LNCO.ai Auth
diff --git a/src/langs/en.json b/src/langs/en.json index 94ca69dc..20e6eec6 100644 --- a/src/langs/en.json +++ b/src/langs/en.json @@ -15,17 +15,17 @@ "SIGN_IN_HEADER": "Sign In", "SIGN_IN_LINK_TEXT": "Already have an account? Click here to sign in", "SIGN_IN_SUCCESS_EMAIL_PROBLEM": "If you did not receive any email, check your spam. If you used an institutional email (ie. school, company), it might have been blocked and will have to wait until the email is released by your spam system.", - "SIGN_IN_SUCCESS_TEXT": "Please check your inbox {{email}} to retrieve your personal login link to access Graasp. This can take several minutes.", + "SIGN_IN_SUCCESS_TEXT": "Please check your inbox {{email}} to retrieve your personal login link to access LNCO.ai. This can take several minutes.", "SIGN_IN_SUCCESS_TITLE": "Welcome back!", "SIGN_UP_BUTTON": "Sign Up", "SIGN_UP_HEADER": "Sign Up", "SIGN_UP_LINK_TEXT": "Not registered? Click here to register", - "SIGN_UP_SAVE_ACTIONS_LABEL": "Activate data-driven insights saving for enhanced analytics dashboards", + "SIGN_UP_SAVE_ACTIONS_LABEL": "Activate the storage of data-driven insights to enable enhanced analytics dashboards", "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "We collect analytic data to improve your user experience while browsing Graasp.", "SIGN_UP_SUCCESS_TITLE": "Welcome!", "SWITCH_ACCOUNT_TEXT": "Switch to another account", "API_UNAVAILABLE_TITLE": "Server Connection Error", - "API_UNAVAILABLE_EXPLANATION": "The Graasp server seems unreachable for the moment.", + "API_UNAVAILABLE_EXPLANATION": "The LNCO.ai server seems unreachable for the moment.", "API_UNAVAILABLE_INSTRUCTIONS": "Please try again later.", "API_UNAVAILABLE_BUTTON": "Retry", "USER_AGREEMENTS_TERMS_OF_SERVICE": "terms of service", From 0c1df1c9c11e51ade0d95a91befe2ff1cb4db371 Mon Sep 17 00:00:00 2001 From: "LAPTOP-YANNICK\\ymijs" Date: Fri, 20 Sep 2024 11:24:37 +0200 Subject: [PATCH 4/6] fix: remove references to Graasp from translations --- src/langs/de.json | 6 +++--- src/langs/es.json | 6 +++--- src/langs/fr.json | 6 +++--- src/langs/it.json | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/langs/de.json b/src/langs/de.json index 21f52e90..4da36c5f 100644 --- a/src/langs/de.json +++ b/src/langs/de.json @@ -15,17 +15,17 @@ "SIGN_IN_HEADER": "Einloggen", "SIGN_IN_LINK_TEXT": "Sie haben bereits ein Konto? Klicken Sie hier, um sich anzumelden", "SIGN_IN_SUCCESS_EMAIL_PROBLEM": "Wenn Sie keine E-Mail erhalten haben, überprüfen Sie Ihren Spam-Ordner. Wenn Sie eine institutionelle E-Mail (z. B. eine Schule oder ein Unternehmen) verwendet haben, wurde diese möglicherweise blockiert und Sie müssen warten, bis die E-Mail von Ihrem Spam-System freigegeben wird.", - "SIGN_IN_SUCCESS_TEXT": "Bitte überprüfen Sie Ihren Emails {{email}}, um Ihren persönlichen Login-Link für den Zugriff auf Graasp abzurufen. Dies kann mehrere Minuten dauern.", + "SIGN_IN_SUCCESS_TEXT": "Bitte überprüfen Sie Ihren Emails {{email}}, um Ihren persönlichen Login-Link für den Zugriff auf LNCO.ai abzurufen. Dies kann mehrere Minuten dauern.", "SIGN_IN_SUCCESS_TITLE": "Willkommen zurück!", "SIGN_UP_BUTTON": "Anmelden", "SIGN_UP_HEADER": "Anmelden", "SIGN_UP_LINK_TEXT": "Nicht registriert? Klicken Sie hier, um sich zu registrieren", "SIGN_UP_SAVE_ACTIONS_LABEL": "Aktivieren Sie die Speicherung datengesteuerter Erkenntnisse für erweiterte Analyse-Dashboards", - "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Wir sammeln Analysedaten, um Ihre Benutzererfahrung beim Surfen auf Graasp zu verbessern.", + "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Wir sammeln Analysedaten, um Ihre Benutzererfahrung beim Surfen auf LNCO.ai zu verbessern.", "SIGN_UP_SUCCESS_TITLE": "Willkommen!", "SWITCH_ACCOUNT_TEXT": "Auf ein anderes Konto wechseln", "API_UNAVAILABLE_TITLE": "Serververbindungsfehler", - "API_UNAVAILABLE_EXPLANATION": "Der Graasp-Server scheint momentan nicht erreichbar.", + "API_UNAVAILABLE_EXPLANATION": "Der LNCO.ai-Server scheint momentan nicht erreichbar.", "API_UNAVAILABLE_INSTRUCTIONS": "Bitte versuchen Sie es später erneut.", "API_UNAVAILABLE_BUTTON": "Wiederholen", "USER_AGREEMENTS_TERMS_OF_SERVICE": "Nutzungsbedingungen", diff --git a/src/langs/es.json b/src/langs/es.json index a0b53e26..93284738 100644 --- a/src/langs/es.json +++ b/src/langs/es.json @@ -15,17 +15,17 @@ "SIGN_IN_HEADER": "Iniciar sesión", "SIGN_IN_LINK_TEXT": "¿Ya tienes una cuenta? Clic aquí para ingresar", "SIGN_IN_SUCCESS_EMAIL_PROBLEM": "Si no recibiste ningún correo electrónico, revisa tu spam. Si utilizó un correo electrónico institucional (es decir, escuela, empresa), es posible que haya sido bloqueado y tendrá que esperar hasta que su sistema de spam libere el correo electrónico.", - "SIGN_IN_SUCCESS_TEXT": "Revise su bandeja de entrada {{email}} para recuperar su enlace de inicio de sesión personal para acceder a Graasp. Esto puede tardar varios minutos.", + "SIGN_IN_SUCCESS_TEXT": "Revise su bandeja de entrada {{email}} para recuperar su enlace de inicio de sesión personal para acceder a LNCO.ai. Esto puede tardar varios minutos.", "SIGN_IN_SUCCESS_TITLE": "¡Bienvenido de nuevo!", "SIGN_UP_BUTTON": "Inscribirse", "SIGN_UP_HEADER": "Inscribirse", "SIGN_UP_LINK_TEXT": "¿No registrado? Pulse aquí para registrarse", "SIGN_UP_SAVE_ACTIONS_LABEL": "Activar el ahorro de información basada en datos para mejorar los paneles de análisis", - "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Recopilamos datos analíticos para mejorar su experiencia de usuario mientras navega por Graasp.", + "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Recopilamos datos analíticos para mejorar su experiencia de usuario mientras navega por LNCO.ai.", "SIGN_UP_SUCCESS_TITLE": "¡Bienvenido!", "SWITCH_ACCOUNT_TEXT": "Cambiar a otra cuenta", "API_UNAVAILABLE_TITLE": "Error de conexión del servidor", - "API_UNAVAILABLE_EXPLANATION": "El servidor Graasp parece inaccesible por el momento.", + "API_UNAVAILABLE_EXPLANATION": "El servidor LNCO.ai parece inaccesible por el momento.", "API_UNAVAILABLE_INSTRUCTIONS": "Por favor, inténtelo de nuevo más tarde.", "API_UNAVAILABLE_BUTTON": "Rever", "USER_AGREEMENTS_TERMS_OF_SERVICE": "términos de servicio", diff --git a/src/langs/fr.json b/src/langs/fr.json index 53c51110..4fbc3a76 100644 --- a/src/langs/fr.json +++ b/src/langs/fr.json @@ -15,17 +15,17 @@ "SIGN_IN_HEADER": "Se connecter", "SIGN_IN_LINK_TEXT": "Déjà un compte? Cliquez ici pour vous connecter", "SIGN_IN_SUCCESS_EMAIL_PROBLEM": "Si vous ne recevez aucun email, vérifiez vos spams. Si vous avez utilisé un email d'une institution, celle-ci peut avoir bloqué l'email de connexion. Cet email sera disponible dans une plus longue période de temps.", - "SIGN_IN_SUCCESS_TEXT": "Vous trouverez dans votre boîte mail {{email}} votre lien de connexion personnel pour accéder à Graasp. L'email peut prendre quelques minutes à arriver.", + "SIGN_IN_SUCCESS_TEXT": "Vous trouverez dans votre boîte mail {{email}} votre lien de connexion personnel pour accéder à LNCO.ai. L'email peut prendre quelques minutes à arriver.", "SIGN_IN_SUCCESS_TITLE": "Bon retour !", "SIGN_UP_BUTTON": "S'enregistrer", "SIGN_UP_HEADER": "S'enregistrer", "SIGN_UP_LINK_TEXT": "Pas encore enregistré ? Cliquez ici pour vous enregistrer", "SIGN_UP_SAVE_ACTIONS_LABEL": "Activer l'enregistrement des données pour améliorer les tableaux de bord analytiques", - "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Nous recueillons des données analytiques afin d'améliorer votre expérience utilisateur lorsque vous naviguez sur Graasp.", + "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Nous recueillons des données analytiques afin d'améliorer votre expérience utilisateur lorsque vous naviguez sur LNCO.ai.", "SIGN_UP_SUCCESS_TITLE": "Bienvenue !", "SWITCH_ACCOUNT_TEXT": "Utiliser un autre compte", "API_UNAVAILABLE_TITLE": "Erreur de connexion au serveur", - "API_UNAVAILABLE_EXPLANATION": "Le serveur Graasp semble injoignable pour le moment.", + "API_UNAVAILABLE_EXPLANATION": "Le serveur LNCO.ai semble injoignable pour le moment.", "API_UNAVAILABLE_INSTRUCTIONS": "Veuillez réessayer plus tard.", "API_UNAVAILABLE_BUTTON": "Recommencez", "USER_AGREEMENTS_TERMS_OF_SERVICE": "conditions d'utilisation", diff --git a/src/langs/it.json b/src/langs/it.json index 16d17ef7..5f2f54d9 100644 --- a/src/langs/it.json +++ b/src/langs/it.json @@ -15,13 +15,13 @@ "SIGN_IN_HEADER": "Registrazione", "SIGN_IN_LINK_TEXT": "Hai già un account? Clicca qui per accedere", "SIGN_IN_SUCCESS_EMAIL_PROBLEM": "Se non hai ricevuto nessuna email, controlla lo spam. Se hai utilizzato un'e-mail istituzionale (es. scuola, azienda), potrebbe essere stata bloccata e dovrai attendere fino a quando l'e-mail non verrà rilasciata dal tuo sistema antispam.", - "SIGN_IN_SUCCESS_TEXT": "Controlla la tua casella di posta {{email}} per recuperare il tuo link di accesso personale per accedere a Graasp. L'operazione può richiedere diversi minuti.", + "SIGN_IN_SUCCESS_TEXT": "Controlla la tua casella di posta {{email}} per recuperare il tuo link di accesso personale per accedere a LNCO.ai. L'operazione può richiedere diversi minuti.", "SIGN_IN_SUCCESS_TITLE": "Bentornato!", "SIGN_UP_BUTTON": "Iscrizione", "SIGN_UP_HEADER": "Iscrizione", "SIGN_UP_LINK_TEXT": "Non registrato? Clicca qui per registrarti", "SIGN_UP_SAVE_ACTIONS_LABEL": "Attivare il salvataggio degli insight guidati dai dati per migliorare i cruscotti analitici", - "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Raccogliamo dati analitici per migliorare l'esperienza dell'utente durante la navigazione su Graasp.", + "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Raccogliamo dati analitici per migliorare l'esperienza dell'utente durante la navigazione su LNCO.ai.", "SIGN_UP_SUCCESS_TITLE": "Benvenuto!", "SWITCH_ACCOUNT_TEXT": "Passa a un altro account" } From 19476e9fd55957eac44fe8e78e0e7cade70c8d64 Mon Sep 17 00:00:00 2001 From: "LAPTOP-YANNICK\\ymijs" Date: Fri, 20 Sep 2024 16:46:50 +0200 Subject: [PATCH 5/6] fix: remove unnecessary style tag --- src/components/SignIn.tsx | 4 +--- src/components/SignUp.tsx | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/SignIn.tsx b/src/components/SignIn.tsx index 6d12769c..e75e12ab 100644 --- a/src/components/SignIn.tsx +++ b/src/components/SignIn.tsx @@ -248,9 +248,7 @@ const SignIn: FC = () => { )}
- - {t(SIGN_UP_LINK_TEXT)} - + {t(SIGN_UP_LINK_TEXT)} ); diff --git a/src/components/SignUp.tsx b/src/components/SignUp.tsx index 862459d6..756e3d0e 100644 --- a/src/components/SignUp.tsx +++ b/src/components/SignUp.tsx @@ -211,10 +211,7 @@ const SignUp = () => {
- + {t(SIGN_IN_LINK_TEXT)} From 2613d80e4353b6eb00ade4816e04b107ca9cca50 Mon Sep 17 00:00:00 2001 From: "LAPTOP-YANNICK\\ymijs" Date: Mon, 23 Sep 2024 12:11:23 +0200 Subject: [PATCH 6/6] fix: update package version and add color constant --- package.json | 4 ++-- src/components/FullscreenContainer.tsx | 5 +++-- src/config/constants.ts | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 760f0d7b..08932ff1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@emotion/styled": "11.11.5", "@graasp/query-client": "3.15.0", "@graasp/sdk": "4.17.0", - "@graasp/stylis-plugin-rtl": "^2", + "@graasp/stylis-plugin-rtl": "2.2.0", "@graasp/translations": "1.32.0", "@graasp/ui": "https://github.com/lnco-epfl/graasp-ui#1-update-ui-for-lnco-graasp", "@mui/icons-material": "5.16.1", @@ -24,7 +24,7 @@ "@sentry/react": "7.118.0", "http-status-codes": "2.3.0", "i18next": "23.12.1", - "lucide-react": "^0.417.0 || ^0.429.0 || ^0.436.0 || ^0.439.0 || ^0.441.0", + "lucide-react": "0.441.0", "react": "18.3.1", "react-dom": "18.3.1", "react-ga4": "2.1.0", diff --git a/src/components/FullscreenContainer.tsx b/src/components/FullscreenContainer.tsx index 0a2344f3..c9527aeb 100644 --- a/src/components/FullscreenContainer.tsx +++ b/src/components/FullscreenContainer.tsx @@ -1,5 +1,6 @@ import { Box, Stack } from '@mui/material'; +import { AUTH_BOX_BORDER_AND_SHADOW_COLOR } from '../config/constants'; import APIChecker from './APIChecker'; import Footer from './Footer'; @@ -25,12 +26,12 @@ const FullscreenContainer = ({ children }: Props): JSX.Element => ( {children} diff --git a/src/config/constants.ts b/src/config/constants.ts index 6fd71057..aabb6d4b 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -1 +1,2 @@ export const MAX_CHECKBOX_LABEL_WITH_PX_SIGN_UP = 330; +export const AUTH_BOX_BORDER_AND_SHADOW_COLOR = 'rgba(40,40,40,0.4)';