diff --git a/blocksuite/blocks/src/root-block/edgeless/components/toolbar/note/note-senior-button.ts b/blocksuite/blocks/src/root-block/edgeless/components/toolbar/note/note-senior-button.ts index 2a2dd0ce4..6ed0aa433 100644 --- a/blocksuite/blocks/src/root-block/edgeless/components/toolbar/note/note-senior-button.ts +++ b/blocksuite/blocks/src/root-block/edgeless/components/toolbar/note/note-senior-button.ts @@ -36,15 +36,16 @@ export class EdgelessNoteSeniorButton extends EdgelessToolbarToolMixin( --paper-foriegn-color: rgba(0, 0, 0, 0.1); --paper-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); --icon-card-bg: #fff; - --icon-card-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22), - inset 0px -2px 1px rgba(0, 0, 0, 0.14); + --icon-card-shadow: + 0px 2px 4px rgba(0, 0, 0, 0.22), inset 0px -2px 1px rgba(0, 0, 0, 0.14); } .note-root[data-app-theme='dark'] { --paper-border-color: var(--affine-divider-color); --paper-foriegn-color: rgba(255, 255, 255, 0.12); --paper-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8); --icon-card-bg: #343434; - --icon-card-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), + --icon-card-shadow: + 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px -2px 1px rgba(255, 255, 255, 0.06); } diff --git a/blocksuite/playground/examples/inline/test-page.ts b/blocksuite/playground/examples/inline/test-page.ts index fbcf9e65d..1ee7366d6 100644 --- a/blocksuite/playground/examples/inline/test-page.ts +++ b/blocksuite/playground/examples/inline/test-page.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-non-null-assertion */ import '@shoelace-style/shoelace'; import { ShadowlessElement } from '@blocksuite/block-std'; @@ -191,8 +190,9 @@ export class TestRichText extends ShadowlessElement { } code { - font-family: 'SFMono-Regular', Menlo, Consolas, 'PT Mono', - 'Liberation Mono', Courier, monospace; + font-family: + 'SFMono-Regular', Menlo, Consolas, 'PT Mono', 'Liberation Mono', + Courier, monospace; line-height: normal; background: rgba(135, 131, 120, 0.15); color: #eb5757; @@ -203,8 +203,9 @@ export class TestRichText extends ShadowlessElement { .v-range, .y-text { - font-family: 'SFMono-Regular', Menlo, Consolas, 'PT Mono', - 'Liberation Mono', Courier, monospace; + font-family: + 'SFMono-Regular', Menlo, Consolas, 'PT Mono', 'Liberation Mono', + Courier, monospace; line-height: normal; background: rgba(135, 131, 120, 0.15); } diff --git a/blocksuite/playground/style.css b/blocksuite/playground/style.css index 8d175d8c5..dced27776 100644 --- a/blocksuite/playground/style.css +++ b/blocksuite/playground/style.css @@ -3,7 +3,8 @@ @font-face { font-family: 'color-emoji'; - src: local('Apple Color Emoji'), local('Segoe UI Emoji'), + src: + local('Apple Color Emoji'), local('Segoe UI Emoji'), local('Segoe UI Symbol'), local('Noto Color Emoji'); unicode-range: U+1F000-1F644, U+203C-3299; } diff --git a/yarn.lock b/yarn.lock index be070aac1..604fdd278 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1331,33 +1331,33 @@ __metadata: linkType: hard "@aws-sdk/client-s3@npm:^3.709.0": - version: 3.743.0 - resolution: "@aws-sdk/client-s3@npm:3.743.0" + version: 3.744.0 + resolution: "@aws-sdk/client-s3@npm:3.744.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.734.0" - "@aws-sdk/credential-provider-node": "npm:3.743.0" + "@aws-sdk/core": "npm:3.744.0" + "@aws-sdk/credential-provider-node": "npm:3.744.0" "@aws-sdk/middleware-bucket-endpoint": "npm:3.734.0" "@aws-sdk/middleware-expect-continue": "npm:3.734.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.735.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.744.0" "@aws-sdk/middleware-host-header": "npm:3.734.0" "@aws-sdk/middleware-location-constraint": "npm:3.734.0" "@aws-sdk/middleware-logger": "npm:3.734.0" "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.740.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.744.0" "@aws-sdk/middleware-ssec": "npm:3.734.0" - "@aws-sdk/middleware-user-agent": "npm:3.743.0" + "@aws-sdk/middleware-user-agent": "npm:3.744.0" "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.740.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-endpoints": "npm:3.743.0" "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.743.0" + "@aws-sdk/util-user-agent-node": "npm:3.744.0" "@aws-sdk/xml-builder": "npm:3.734.0" "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.1" + "@smithy/core": "npm:^3.1.2" "@smithy/eventstream-serde-browser": "npm:^4.0.1" "@smithy/eventstream-serde-config-resolver": "npm:^4.0.1" "@smithy/eventstream-serde-node": "npm:^4.0.1" @@ -1368,21 +1368,21 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.0.1" "@smithy/md5-js": "npm:^4.0.1" "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.2" - "@smithy/middleware-retry": "npm:^4.0.3" - "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.3" + "@smithy/middleware-retry": "npm:^4.0.4" + "@smithy/middleware-serde": "npm:^4.0.2" "@smithy/middleware-stack": "npm:^4.0.1" "@smithy/node-config-provider": "npm:^4.0.1" "@smithy/node-http-handler": "npm:^4.0.2" "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/smithy-client": "npm:^4.1.3" "@smithy/types": "npm:^4.1.0" "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.3" - "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.4" + "@smithy/util-defaults-mode-node": "npm:^4.0.4" "@smithy/util-endpoints": "npm:^3.0.1" "@smithy/util-middleware": "npm:^4.0.1" "@smithy/util-retry": "npm:^4.0.1" @@ -1390,188 +1390,188 @@ __metadata: "@smithy/util-utf8": "npm:^4.0.0" "@smithy/util-waiter": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10/38b17c7b690ceb1d94d8c8b979f7de0341ed9b1489284893348e191d8d91e6e59ca81d50a4879a14ee44cc9dc9d204959ab6d48d166252535a98836be803d77d + checksum: 10/2ff184aea2c9892de441cd1471df5806047a8ab3fbdc494b6fefbc6de45f6af1619ad86d31105072ee6135e81c2c64049e16278835668383d8239747241e3642 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/client-sso@npm:3.743.0" +"@aws-sdk/client-sso@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/client-sso@npm:3.744.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/middleware-host-header": "npm:3.734.0" "@aws-sdk/middleware-logger": "npm:3.734.0" "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" - "@aws-sdk/middleware-user-agent": "npm:3.743.0" + "@aws-sdk/middleware-user-agent": "npm:3.744.0" "@aws-sdk/region-config-resolver": "npm:3.734.0" "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-endpoints": "npm:3.743.0" "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.743.0" + "@aws-sdk/util-user-agent-node": "npm:3.744.0" "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.1" + "@smithy/core": "npm:^3.1.2" "@smithy/fetch-http-handler": "npm:^5.0.1" "@smithy/hash-node": "npm:^4.0.1" "@smithy/invalid-dependency": "npm:^4.0.1" "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.2" - "@smithy/middleware-retry": "npm:^4.0.3" - "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.3" + "@smithy/middleware-retry": "npm:^4.0.4" + "@smithy/middleware-serde": "npm:^4.0.2" "@smithy/middleware-stack": "npm:^4.0.1" "@smithy/node-config-provider": "npm:^4.0.1" "@smithy/node-http-handler": "npm:^4.0.2" "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/smithy-client": "npm:^4.1.3" "@smithy/types": "npm:^4.1.0" "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.3" - "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.4" + "@smithy/util-defaults-mode-node": "npm:^4.0.4" "@smithy/util-endpoints": "npm:^3.0.1" "@smithy/util-middleware": "npm:^4.0.1" "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10/17c38778fcd9911c75780912ac7d1ae7af8c7424626098190d3d248a417bf921066f2b781335ae56febb435c7ac0d437aca676fed29cbde34b827b88729a9e8f + checksum: 10/b5a287bdbb43b2e760c1b8c2d95246dfec37b32b006a8aabb8ea218ad171212c5a7dd0b1e72995109d60782451006ba09df215c67af7b0af8ee245cb7e7c6e19 languageName: node linkType: hard -"@aws-sdk/core@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/core@npm:3.734.0" +"@aws-sdk/core@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/core@npm:3.744.0" dependencies: "@aws-sdk/types": "npm:3.734.0" - "@smithy/core": "npm:^3.1.1" + "@smithy/core": "npm:^3.1.2" "@smithy/node-config-provider": "npm:^4.0.1" "@smithy/property-provider": "npm:^4.0.1" "@smithy/protocol-http": "npm:^5.0.1" "@smithy/signature-v4": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/smithy-client": "npm:^4.1.3" "@smithy/types": "npm:^4.1.0" "@smithy/util-middleware": "npm:^4.0.1" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10/cb530e71fff8ea626706ad4aef7a1fccf1215dd119c99cc909b75203c91438ba4c99c5096c76c0289e807789d3fa3eae56174083a711bf3cfa72c168513e8d9a + checksum: 10/db67afd21f3439d310d77e7ec6cbe7628e2c072b5e15400b4e487c53a2ad0ca061a51b9a283f519ae9469ad8cedbb4a9bae51f6c2710f2c00bdc9a704c5bf228 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.734.0" +"@aws-sdk/credential-provider-env@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/property-provider": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/fe822ce3224d4b67f5d152680050d1c896923a7c4ad47c93f6c923675a540d5770d12863b9cae8fbb35fba84e265ab654c8038faf67832354f6b8a4e3a31c3e5 + checksum: 10/6697dcc38e301ac34bc23bd7af8becb86c21c99e0081ec6ebd9a7594398cfa412286f59337ea8e3db6e9e2ccc13eabbad4c2c14bb0a4308fa953c179073daf37 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.734.0" +"@aws-sdk/credential-provider-http@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/fetch-http-handler": "npm:^5.0.1" "@smithy/node-http-handler": "npm:^4.0.2" "@smithy/property-provider": "npm:^4.0.1" "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/smithy-client": "npm:^4.1.3" "@smithy/types": "npm:^4.1.0" "@smithy/util-stream": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10/87b1b2e9294562893928afcfbd88a6ad306fb8c3051888b1da7d31ce5d7bc31c2f95d961a991756c22c08fa9b87897eb4e651a5cd62878b3fdebad72c15498d8 + checksum: 10/81348fca9b98a0e078799f68ce00332abdfdb2aa1e3037f9509a138ffb4d67ac8241720c9c4b5a9aacb6291bc222605746092cb9ad05925aad740b38360a2aed languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.743.0" +"@aws-sdk/credential-provider-ini@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" - "@aws-sdk/credential-provider-env": "npm:3.734.0" - "@aws-sdk/credential-provider-http": "npm:3.734.0" - "@aws-sdk/credential-provider-process": "npm:3.734.0" - "@aws-sdk/credential-provider-sso": "npm:3.743.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.743.0" - "@aws-sdk/nested-clients": "npm:3.743.0" + "@aws-sdk/core": "npm:3.744.0" + "@aws-sdk/credential-provider-env": "npm:3.744.0" + "@aws-sdk/credential-provider-http": "npm:3.744.0" + "@aws-sdk/credential-provider-process": "npm:3.744.0" + "@aws-sdk/credential-provider-sso": "npm:3.744.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.744.0" + "@aws-sdk/nested-clients": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/credential-provider-imds": "npm:^4.0.1" "@smithy/property-provider": "npm:^4.0.1" "@smithy/shared-ini-file-loader": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/44ac8a38230cbcc7d3c9e98257cc5e376821652f672b762b19ac88b5af8c4aaba102d6a27670774dd85e8159c7c2e620265135e2c576be4cff632eed7013e3ee + checksum: 10/19d107d4cbff0eed024627c52472c2f69fdadc7f47553741235a28007de47023fc526053fbc62bf0ce3740b10e5fdeb7b1cc07124d7ce68e419adeb19925c944 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.743.0" +"@aws-sdk/credential-provider-node@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.744.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.734.0" - "@aws-sdk/credential-provider-http": "npm:3.734.0" - "@aws-sdk/credential-provider-ini": "npm:3.743.0" - "@aws-sdk/credential-provider-process": "npm:3.734.0" - "@aws-sdk/credential-provider-sso": "npm:3.743.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.743.0" + "@aws-sdk/credential-provider-env": "npm:3.744.0" + "@aws-sdk/credential-provider-http": "npm:3.744.0" + "@aws-sdk/credential-provider-ini": "npm:3.744.0" + "@aws-sdk/credential-provider-process": "npm:3.744.0" + "@aws-sdk/credential-provider-sso": "npm:3.744.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/credential-provider-imds": "npm:^4.0.1" "@smithy/property-provider": "npm:^4.0.1" "@smithy/shared-ini-file-loader": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/e3d137b331b9747a095a7fcc3667cfc7dfc8148aa43937a01afbf5d6e452ad43280c90e025c49cad30e22f849bf749e292ca0ddea506aef60534b79b5c08159d + checksum: 10/eadf7f235bb19ef8a945e4d05541cdcb77d6e653d2d6075b47f4b8da99cc6b0990dbb2254ab56898f036d0ae57eeb8232f4749449ce8e1bf7b844ce383a8a976 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.734.0" +"@aws-sdk/credential-provider-process@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/property-provider": "npm:^4.0.1" "@smithy/shared-ini-file-loader": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/bd5811fdba229e56ac4f92479e7682719fb1251c1259416c99e9fe9c1767320b7c7b38455deb46b86af2a93c7ca4db9767c661d560e9155550420a685b08a6b7 + checksum: 10/eaf4532e78ebb9c4e5e14c1b3f6697a5482c106900b62cdcfd42f45e19a4b06b6ff762292da96a56635308691ca3eee2d6935e68dd3427f768d5b58d5ffa9977 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.743.0" +"@aws-sdk/credential-provider-sso@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.744.0" dependencies: - "@aws-sdk/client-sso": "npm:3.743.0" - "@aws-sdk/core": "npm:3.734.0" - "@aws-sdk/token-providers": "npm:3.743.0" + "@aws-sdk/client-sso": "npm:3.744.0" + "@aws-sdk/core": "npm:3.744.0" + "@aws-sdk/token-providers": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/property-provider": "npm:^4.0.1" "@smithy/shared-ini-file-loader": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/d233bb10ec553f4b514232657129785d97724e3836d21437688fb2ea151dd7a345a4751d69b6e2aee939d653096aa3c851311a7a7a872c086f0db73cb945d36f + checksum: 10/e589d01b3d436c46ae7664d107f0eab7a1422e29f9e90f9da136305bd7b2069ab01d338061dc9d47b11733f65292e3148cd7808221f382ed055a5bb65928ed8e languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.743.0" +"@aws-sdk/credential-provider-web-identity@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" - "@aws-sdk/nested-clients": "npm:3.743.0" + "@aws-sdk/core": "npm:3.744.0" + "@aws-sdk/nested-clients": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/property-provider": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/c00bdb25540de8e14521f649bce892389d40dd85fef74851c0eb56d7ddb305244dd12178d15201fd30e5b9a1550a7d85ae5aa8f8c47f2e07efdd5eaa29836910 + checksum: 10/6708cbf395180a7f8053dafcfd097f0dff6b9448076c0d21899b74acf7668393c13f4fecc82df27dbfbc2bfd36593ab9ec7498061c3861c540f8fe19e66c34d5 languageName: node linkType: hard @@ -1602,14 +1602,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.735.0": - version: 3.735.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.735.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.744.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/is-array-buffer": "npm:^4.0.0" "@smithy/node-config-provider": "npm:^4.0.1" @@ -1619,7 +1619,7 @@ __metadata: "@smithy/util-stream": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10/adbaba6c786b79ab5ebaca0a97a90d800f662e07c30e490ef8482398f0edd8404ae063ecfebbb30e3aa22f53214847125edcd8e027ade45bfd9adb5cf1766d14 + checksum: 10/bae996fe6049a4c0a4cc1df2042651dad9ab8b42f8a5a366269707becce2383f9ededf3010d8deabe605e8bab0fd98fbb5d4e261a4d9686d1ef624751bbeb87b languageName: node linkType: hard @@ -1669,25 +1669,25 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.740.0": - version: 3.740.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.740.0" +"@aws-sdk/middleware-sdk-s3@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-arn-parser": "npm:3.723.0" - "@smithy/core": "npm:^3.1.1" + "@smithy/core": "npm:^3.1.2" "@smithy/node-config-provider": "npm:^4.0.1" "@smithy/protocol-http": "npm:^5.0.1" "@smithy/signature-v4": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/smithy-client": "npm:^4.1.3" "@smithy/types": "npm:^4.1.0" "@smithy/util-config-provider": "npm:^4.0.0" "@smithy/util-middleware": "npm:^4.0.1" "@smithy/util-stream": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10/87a70aa615d8b16130e98432becf292df841072e253510e5c75ed2ed5f3652920c110eb8962d90d2dd48eb60017f1e8482552d3a9c0f127242c908fe9253f773 + checksum: 10/85d6ca114117c55254bdee07250656021c9bb358b6c05d315b4cf1e42d9b57c4c090eaf3e76e9a8f92c1048bc2cf7b313753ab0d5c9ad8bfc3058774a733423f languageName: node linkType: hard @@ -1702,64 +1702,64 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.743.0" +"@aws-sdk/middleware-user-agent@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.744.0" dependencies: - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-endpoints": "npm:3.743.0" - "@smithy/core": "npm:^3.1.1" + "@smithy/core": "npm:^3.1.2" "@smithy/protocol-http": "npm:^5.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/892e286acc06dd305d3c8226f34f93d173abb305164b51a5b6deb471bcb87ef29c20985955473f9b6305f1dbed78bd0fe13169c7cd9c3e7c7db6633415d747e9 + checksum: 10/77f216b33466ec9deaf06a6777610c3ddd327130d2f801a8134d970abe1058c515791336845afd5a6d93495ed3e41c13ab92be0814abb5b48d0e9dd934b6bd00 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/nested-clients@npm:3.743.0" +"@aws-sdk/nested-clients@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/nested-clients@npm:3.744.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/core": "npm:3.744.0" "@aws-sdk/middleware-host-header": "npm:3.734.0" "@aws-sdk/middleware-logger": "npm:3.734.0" "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" - "@aws-sdk/middleware-user-agent": "npm:3.743.0" + "@aws-sdk/middleware-user-agent": "npm:3.744.0" "@aws-sdk/region-config-resolver": "npm:3.734.0" "@aws-sdk/types": "npm:3.734.0" "@aws-sdk/util-endpoints": "npm:3.743.0" "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.743.0" + "@aws-sdk/util-user-agent-node": "npm:3.744.0" "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.1" + "@smithy/core": "npm:^3.1.2" "@smithy/fetch-http-handler": "npm:^5.0.1" "@smithy/hash-node": "npm:^4.0.1" "@smithy/invalid-dependency": "npm:^4.0.1" "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.2" - "@smithy/middleware-retry": "npm:^4.0.3" - "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.3" + "@smithy/middleware-retry": "npm:^4.0.4" + "@smithy/middleware-serde": "npm:^4.0.2" "@smithy/middleware-stack": "npm:^4.0.1" "@smithy/node-config-provider": "npm:^4.0.1" "@smithy/node-http-handler": "npm:^4.0.2" "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/smithy-client": "npm:^4.1.3" "@smithy/types": "npm:^4.1.0" "@smithy/url-parser": "npm:^4.0.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.3" - "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.4" + "@smithy/util-defaults-mode-node": "npm:^4.0.4" "@smithy/util-endpoints": "npm:^3.0.1" "@smithy/util-middleware": "npm:^4.0.1" "@smithy/util-retry": "npm:^4.0.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10/2ee46807d99e706b1b3cb7611f03ac712e03635119d0e39b8b61800f5fb6e8e77816671a49ab8a39c700767e63503d872b1a5bdad07508b4ccbc481b00d9ffc9 + checksum: 10/3c254551c9894afd5fbfe28ebadd624ad560a000392ae3afd490320223ceefc899f383964a54a0561aba4251508b502fafe37d48c0141224928f25a84aeaae3f languageName: node linkType: hard @@ -1777,31 +1777,31 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.740.0": - version: 3.740.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.740.0" +"@aws-sdk/signature-v4-multi-region@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.744.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.740.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/protocol-http": "npm:^5.0.1" "@smithy/signature-v4": "npm:^5.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/26e67003c37a2b8a9d773a90c344e924d638bd2762ce8788592f84009dc4a38d8d42289d690f9342d510558c0336707132097e44bdb71913550ece739a4ad617 + checksum: 10/2b5490b81ae108f643c0586ffe4185b4210ee025e5c4f1321e02a10563ce8a54fb72f7a9b3d815429708e920422c94f5abb24862da15a0eab2244fa3566652c8 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/token-providers@npm:3.743.0" +"@aws-sdk/token-providers@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/token-providers@npm:3.744.0" dependencies: - "@aws-sdk/nested-clients": "npm:3.743.0" + "@aws-sdk/nested-clients": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/property-provider": "npm:^4.0.1" "@smithy/shared-ini-file-loader": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10/2fca952ba7fb6ebb455d41fb035f6e14ee63e317f927218bf8648c41289b41ac73fd62e57807a96bd598eb9c4d23a1edf298b66040ff5e6be62f16d7f539a191 + checksum: 10/b1adb573b17a2da095cb0a6ef5f1ecee7ea962d096036d11cec5e1cc436338783a63bd767791ddb1d6c34fc5676846fe2bf5fc528aefd299d17346e8a330ae34 languageName: node linkType: hard @@ -1857,11 +1857,11 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.743.0" +"@aws-sdk/util-user-agent-node@npm:3.744.0": + version: 3.744.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.744.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.743.0" + "@aws-sdk/middleware-user-agent": "npm:3.744.0" "@aws-sdk/types": "npm:3.734.0" "@smithy/node-config-provider": "npm:^4.0.1" "@smithy/types": "npm:^4.1.0" @@ -1871,7 +1871,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10/85a88c3a993d4b2e2d5c010c8a1d510bc07da498d7768ef3407e696b8c6c0212ca4a14bfdfb636a0a9f6a19cde0fa47bb074e53647620b4bcb6293f410963899 + checksum: 10/2ac0fb17a270b6d496f42492ae94a47bf7933083dc1230d51b089e80f9c37663abef4636cdf7aa8c16293a1066e668bca257b27a1f7b42a550c7a1fa2e28bc51 languageName: node linkType: hard @@ -4275,11 +4275,11 @@ __metadata: linkType: hard "@capgo/inappbrowser@npm:^7.0.0": - version: 7.1.6 - resolution: "@capgo/inappbrowser@npm:7.1.6" + version: 7.2.15 + resolution: "@capgo/inappbrowser@npm:7.2.15" peerDependencies: "@capacitor/core": ">=7.0.0" - checksum: 10/3c3062626ef511937682ee170514f5335841c1ee12c7a743ed6a908a1325dad31ed68294999204e500978fc5a06b501193e66410f3d3dc09da3d42ad09320f09 + checksum: 10/2d55b74d73023b745bbd823ac001d42309635a6dc6509d84394d0db1df7299892d6c29eff55681003efcd7e2bb958e6cea80ae902c05bcf27a9b6f3fc144e2e0 languageName: node linkType: hard @@ -5951,13 +5951,20 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.19.0, @eslint/js@npm:^9.16.0": +"@eslint/js@npm:9.19.0": version: 9.19.0 resolution: "@eslint/js@npm:9.19.0" checksum: 10/d8133a83330676d5f0827713af2e9bbf35530631a93520fb59ead6b827a325c54fdd7ad99f2158f895fb393c47bbc55dfdaa945998a647f3b9230f1d5324a626 languageName: node linkType: hard +"@eslint/js@npm:^9.16.0": + version: 9.20.0 + resolution: "@eslint/js@npm:9.20.0" + checksum: 10/2304cd725700046ba611f06bf9cd0941db7e02e0d602d8fd9e4734c13067699954597b9a3a2b048ce02eb0550373669d2ab7be6edaf6abf7b67eb19d1276b57b + languageName: node + linkType: hard + "@eslint/object-schema@npm:^2.1.6": version: 2.1.6 resolution: "@eslint/object-schema@npm:2.1.6" @@ -13096,7 +13103,7 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.1.1, @smithy/core@npm:^3.1.2": +"@smithy/core@npm:^3.1.2": version: 3.1.2 resolution: "@smithy/core@npm:3.1.2" dependencies: @@ -13278,7 +13285,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.0.2, @smithy/middleware-endpoint@npm:^4.0.3": +"@smithy/middleware-endpoint@npm:^4.0.3": version: 4.0.3 resolution: "@smithy/middleware-endpoint@npm:4.0.3" dependencies: @@ -13294,7 +13301,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.0.3": +"@smithy/middleware-retry@npm:^4.0.4": version: 4.0.4 resolution: "@smithy/middleware-retry@npm:4.0.4" dependencies: @@ -13311,7 +13318,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.0.1, @smithy/middleware-serde@npm:^4.0.2": +"@smithy/middleware-serde@npm:^4.0.2": version: 4.0.2 resolution: "@smithy/middleware-serde@npm:4.0.2" dependencies: @@ -13432,7 +13439,7 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.1.2, @smithy/smithy-client@npm:^4.1.3": +"@smithy/smithy-client@npm:^4.1.3": version: 4.1.3 resolution: "@smithy/smithy-client@npm:4.1.3" dependencies: @@ -13525,7 +13532,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.3": +"@smithy/util-defaults-mode-browser@npm:^4.0.4": version: 4.0.4 resolution: "@smithy/util-defaults-mode-browser@npm:4.0.4" dependencies: @@ -13538,7 +13545,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.3": +"@smithy/util-defaults-mode-node@npm:^4.0.4": version: 4.0.4 resolution: "@smithy/util-defaults-mode-node@npm:4.0.4" dependencies: @@ -14070,90 +14077,90 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-darwin-arm64@npm:1.10.14" +"@swc/core-darwin-arm64@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-darwin-arm64@npm:1.10.15" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-darwin-x64@npm:1.10.14" +"@swc/core-darwin-x64@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-darwin-x64@npm:1.10.15" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.10.14" +"@swc/core-linux-arm-gnueabihf@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.10.15" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-linux-arm64-gnu@npm:1.10.14" +"@swc/core-linux-arm64-gnu@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-linux-arm64-gnu@npm:1.10.15" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-linux-arm64-musl@npm:1.10.14" +"@swc/core-linux-arm64-musl@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-linux-arm64-musl@npm:1.10.15" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-linux-x64-gnu@npm:1.10.14" +"@swc/core-linux-x64-gnu@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-linux-x64-gnu@npm:1.10.15" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-linux-x64-musl@npm:1.10.14" +"@swc/core-linux-x64-musl@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-linux-x64-musl@npm:1.10.15" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-win32-arm64-msvc@npm:1.10.14" +"@swc/core-win32-arm64-msvc@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-win32-arm64-msvc@npm:1.10.15" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-win32-ia32-msvc@npm:1.10.14" +"@swc/core-win32-ia32-msvc@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-win32-ia32-msvc@npm:1.10.15" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.10.14": - version: 1.10.14 - resolution: "@swc/core-win32-x64-msvc@npm:1.10.14" +"@swc/core-win32-x64-msvc@npm:1.10.15": + version: 1.10.15 + resolution: "@swc/core-win32-x64-msvc@npm:1.10.15" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@swc/core@npm:^1.10.1, @swc/core@npm:^1.7.26": - version: 1.10.14 - resolution: "@swc/core@npm:1.10.14" +"@swc/core@npm:^1.10.1, @swc/core@npm:^1.10.15": + version: 1.10.15 + resolution: "@swc/core@npm:1.10.15" dependencies: - "@swc/core-darwin-arm64": "npm:1.10.14" - "@swc/core-darwin-x64": "npm:1.10.14" - "@swc/core-linux-arm-gnueabihf": "npm:1.10.14" - "@swc/core-linux-arm64-gnu": "npm:1.10.14" - "@swc/core-linux-arm64-musl": "npm:1.10.14" - "@swc/core-linux-x64-gnu": "npm:1.10.14" - "@swc/core-linux-x64-musl": "npm:1.10.14" - "@swc/core-win32-arm64-msvc": "npm:1.10.14" - "@swc/core-win32-ia32-msvc": "npm:1.10.14" - "@swc/core-win32-x64-msvc": "npm:1.10.14" + "@swc/core-darwin-arm64": "npm:1.10.15" + "@swc/core-darwin-x64": "npm:1.10.15" + "@swc/core-linux-arm-gnueabihf": "npm:1.10.15" + "@swc/core-linux-arm64-gnu": "npm:1.10.15" + "@swc/core-linux-arm64-musl": "npm:1.10.15" + "@swc/core-linux-x64-gnu": "npm:1.10.15" + "@swc/core-linux-x64-musl": "npm:1.10.15" + "@swc/core-win32-arm64-msvc": "npm:1.10.15" + "@swc/core-win32-ia32-msvc": "npm:1.10.15" + "@swc/core-win32-x64-msvc": "npm:1.10.15" "@swc/counter": "npm:^0.1.3" "@swc/types": "npm:^0.1.17" peerDependencies: @@ -14182,7 +14189,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10/2244e625daafe641163578e1eebbdf7da4d93f8d9730709d01a86b936e81fb56fc8d61d1d4c4fde108566250dbd57b60d8d03dc6b9f5c1d5dd9f4857eef5ff13 + checksum: 10/141c23a2c707e61872975ffe62298466735c7278226bd485a071b7860a5d7abfaf5a6f672fffb6c861f393ff63012ba5d6c1e4b835942e885569d095cdb915ae languageName: node linkType: hard @@ -14220,109 +14227,109 @@ __metadata: languageName: node linkType: hard -"@tailwindcss/node@npm:^4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/node@npm:4.0.4" +"@tailwindcss/node@npm:^4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/node@npm:4.0.5" dependencies: enhanced-resolve: "npm:^5.18.0" jiti: "npm:^2.4.2" - tailwindcss: "npm:4.0.4" - checksum: 10/4fe228120db21f750e04c880685a0ad154c3e2535fb9a3a861940231c60a881e06ac372f3d35fbd68ab191b15f392d82be6aaf460cc79acb87b81809eeb4f2c2 + tailwindcss: "npm:4.0.5" + checksum: 10/2df6fbeb86f75aa050d1b7a69caf990e8e446dc94d7c06790351d67a926fb5b9a2c2472ed8a4d8f5ca41eceae506496d7bef264aebc1caf8fe14150462f5fea2 languageName: node linkType: hard -"@tailwindcss/oxide-android-arm64@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-android-arm64@npm:4.0.4" +"@tailwindcss/oxide-android-arm64@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-android-arm64@npm:4.0.5" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@tailwindcss/oxide-darwin-arm64@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-darwin-arm64@npm:4.0.4" +"@tailwindcss/oxide-darwin-arm64@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-darwin-arm64@npm:4.0.5" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@tailwindcss/oxide-darwin-x64@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-darwin-x64@npm:4.0.4" +"@tailwindcss/oxide-darwin-x64@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-darwin-x64@npm:4.0.5" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@tailwindcss/oxide-freebsd-x64@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-freebsd-x64@npm:4.0.4" +"@tailwindcss/oxide-freebsd-x64@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-freebsd-x64@npm:4.0.5" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.4" +"@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.5" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.4" +"@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.5" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@tailwindcss/oxide-linux-arm64-musl@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-linux-arm64-musl@npm:4.0.4" +"@tailwindcss/oxide-linux-arm64-musl@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-linux-arm64-musl@npm:4.0.5" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@tailwindcss/oxide-linux-x64-gnu@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-linux-x64-gnu@npm:4.0.4" +"@tailwindcss/oxide-linux-x64-gnu@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-linux-x64-gnu@npm:4.0.5" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@tailwindcss/oxide-linux-x64-musl@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-linux-x64-musl@npm:4.0.4" +"@tailwindcss/oxide-linux-x64-musl@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-linux-x64-musl@npm:4.0.5" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.4" +"@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.5" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@tailwindcss/oxide-win32-x64-msvc@npm:4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide-win32-x64-msvc@npm:4.0.4" +"@tailwindcss/oxide-win32-x64-msvc@npm:4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide-win32-x64-msvc@npm:4.0.5" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@tailwindcss/oxide@npm:^4.0.4": - version: 4.0.4 - resolution: "@tailwindcss/oxide@npm:4.0.4" +"@tailwindcss/oxide@npm:^4.0.5": + version: 4.0.5 + resolution: "@tailwindcss/oxide@npm:4.0.5" dependencies: - "@tailwindcss/oxide-android-arm64": "npm:4.0.4" - "@tailwindcss/oxide-darwin-arm64": "npm:4.0.4" - "@tailwindcss/oxide-darwin-x64": "npm:4.0.4" - "@tailwindcss/oxide-freebsd-x64": "npm:4.0.4" - "@tailwindcss/oxide-linux-arm-gnueabihf": "npm:4.0.4" - "@tailwindcss/oxide-linux-arm64-gnu": "npm:4.0.4" - "@tailwindcss/oxide-linux-arm64-musl": "npm:4.0.4" - "@tailwindcss/oxide-linux-x64-gnu": "npm:4.0.4" - "@tailwindcss/oxide-linux-x64-musl": "npm:4.0.4" - "@tailwindcss/oxide-win32-arm64-msvc": "npm:4.0.4" - "@tailwindcss/oxide-win32-x64-msvc": "npm:4.0.4" + "@tailwindcss/oxide-android-arm64": "npm:4.0.5" + "@tailwindcss/oxide-darwin-arm64": "npm:4.0.5" + "@tailwindcss/oxide-darwin-x64": "npm:4.0.5" + "@tailwindcss/oxide-freebsd-x64": "npm:4.0.5" + "@tailwindcss/oxide-linux-arm-gnueabihf": "npm:4.0.5" + "@tailwindcss/oxide-linux-arm64-gnu": "npm:4.0.5" + "@tailwindcss/oxide-linux-arm64-musl": "npm:4.0.5" + "@tailwindcss/oxide-linux-x64-gnu": "npm:4.0.5" + "@tailwindcss/oxide-linux-x64-musl": "npm:4.0.5" + "@tailwindcss/oxide-win32-arm64-msvc": "npm:4.0.5" + "@tailwindcss/oxide-win32-x64-msvc": "npm:4.0.5" dependenciesMeta: "@tailwindcss/oxide-android-arm64": optional: true @@ -14346,21 +14353,21 @@ __metadata: optional: true "@tailwindcss/oxide-win32-x64-msvc": optional: true - checksum: 10/5f8760fd8c890383229100dd757861862eaa969c747215242551bc8021fa80c800e664762156fecf597c4a97aad806d7fce4893610537f40a61874faa59fdbfd + checksum: 10/14839344411bd54f93720ed78e1534dd104092b8c03158b47260d141a8b725390062beb64d0feef522adc75605264f74eab2f6a5aee4fbb5e592e267b7a4d0a7 languageName: node linkType: hard "@tailwindcss/postcss@npm:^4.0.0": - version: 4.0.4 - resolution: "@tailwindcss/postcss@npm:4.0.4" + version: 4.0.5 + resolution: "@tailwindcss/postcss@npm:4.0.5" dependencies: "@alloc/quick-lru": "npm:^5.2.0" - "@tailwindcss/node": "npm:^4.0.4" - "@tailwindcss/oxide": "npm:^4.0.4" + "@tailwindcss/node": "npm:^4.0.5" + "@tailwindcss/oxide": "npm:^4.0.5" lightningcss: "npm:^1.29.1" postcss: "npm:^8.4.41" - tailwindcss: "npm:4.0.4" - checksum: 10/2b2a5ecb1eb77dd432148f523377356609f52bae2d2fd81a550d9e65e0e3e18f1363157a117ad0cb6d127fd8d8e39ff89e371f89c59ae96bc3f6e51b3d9a08b7 + tailwindcss: "npm:4.0.5" + checksum: 10/0570af97ec124297e76873203903050e9ca3296ff79aded193644472d95594f841c253d4f79de1ca391a884ba4fb91cf34eb7cd4e6187f92c8e4c2cbbdf28b1b languageName: node linkType: hard @@ -15899,13 +15906,13 @@ __metadata: linkType: hard "@vitejs/plugin-react-swc@npm:^3.7.2": - version: 3.7.2 - resolution: "@vitejs/plugin-react-swc@npm:3.7.2" + version: 3.8.0 + resolution: "@vitejs/plugin-react-swc@npm:3.8.0" dependencies: - "@swc/core": "npm:^1.7.26" + "@swc/core": "npm:^1.10.15" peerDependencies: vite: ^4 || ^5 || ^6 - checksum: 10/eba981d831c83b81eba6515a8999f3811423769810dd7b36b9b0e5fffbfecc0354198e6efa7df0cd43950007d110aa9f42f0f3a0bd9f4bdc70d23d5177cfe95e + checksum: 10/aa6e1aff93d3acce9d91d87b28914d541f370c0d992ef696f4d4a59f214df326ccef0ad827f7b12c7e8552a8976a48a2d52e31e7f0da9799312879f5fd2d6519 languageName: node linkType: hard @@ -19186,15 +19193,6 @@ __metadata: languageName: node linkType: hard -"cross-fetch@npm:3.1.5": - version: 3.1.5 - resolution: "cross-fetch@npm:3.1.5" - dependencies: - node-fetch: "npm:2.6.7" - checksum: 10/5d101a3b1e6cb172f0e5e8168cbc927eeff2ef915f33ceef50fed85441df870e1fdff195b56eca36fae8b78ddba5d8e913b8927f73d11b19d27e96301438cd30 - languageName: node - linkType: hard - "cross-fetch@npm:^3.1.5": version: 3.2.0 resolution: "cross-fetch@npm:3.2.0" @@ -22919,12 +22917,12 @@ __metadata: linkType: hard "happy-dom@npm:^17.0.0": - version: 17.0.0 - resolution: "happy-dom@npm:17.0.0" + version: 17.0.2 + resolution: "happy-dom@npm:17.0.2" dependencies: webidl-conversions: "npm:^7.0.0" whatwg-mimetype: "npm:^3.0.0" - checksum: 10/63b33322b10b62fc690d34d49e91b2ad349fd0e930f071148dbe974962236b0c4fb9db79ed6520f07b3d586debac6f0d29fc01695ba6493e124ca94b6f5169bd + checksum: 10/cc3bde0126747a2f5828cccf538914116afa7b9ba4f072ee720f1784c97a60e5fb67a342e42399011bf7f242b669fe53e205d6838dcd3721c07cc409b584b3da languageName: node linkType: hard @@ -23810,8 +23808,8 @@ __metadata: linkType: hard "ioredis@npm:^5.4.1": - version: 5.4.2 - resolution: "ioredis@npm:5.4.2" + version: 5.5.0 + resolution: "ioredis@npm:5.5.0" dependencies: "@ioredis/commands": "npm:^1.1.1" cluster-key-slot: "npm:^1.1.0" @@ -23822,7 +23820,7 @@ __metadata: redis-errors: "npm:^1.2.0" redis-parser: "npm:^3.0.0" standard-as-callback: "npm:^2.1.0" - checksum: 10/1ba306dfb5ec03b07f797e7c55da99207448ce5f733ffd46b03a215ec4db73bd572adb7cf20c993e04f437e80ba4ebe261077d0fc98ed14162cd1b09aa4b8634 + checksum: 10/2f54b669974a8128c795c87909869405cefda60f4736c8eacd52597fac5e1a706ae14cd410e17ccd523142e9f7ba353a28414d1169990a2058f9ee445d51ddfd languageName: node linkType: hard @@ -25045,14 +25043,12 @@ __metadata: linkType: hard "link-preview-js@npm:^3.0.12": - version: 3.0.13 - resolution: "link-preview-js@npm:3.0.13" + version: 3.0.14 + resolution: "link-preview-js@npm:3.0.14" dependencies: - abort-controller: "npm:^3.0.0" cheerio: "npm:1.0.0-rc.11" - cross-fetch: "npm:3.1.5" url: "npm:0.11.0" - checksum: 10/bf944f2e20dd49c3c4228b546de6e1187bea4d23ae5b0f11f3e91ae73e4ebf964247697e72c7759b68d8ea9326a0373f03cf22336ffccdbd142d8b91ec68a2e3 + checksum: 10/f557bb406df2ca19c88dd34e40071c7ffd934a6d4a1adbd9925545c799d844f65bfdb16d296dc0343bcf541cd8f153facff4665f4270b6c5313900da21effcc7 languageName: node linkType: hard @@ -25861,11 +25857,11 @@ __metadata: linkType: hard "marked@npm:^15.0.3": - version: 15.0.6 - resolution: "marked@npm:15.0.6" + version: 15.0.7 + resolution: "marked@npm:15.0.7" bin: marked: bin/marked.js - checksum: 10/81c6949655fa6bf0478ab73896cc4be8b7f8b5b755aa1fbfc7cbe3f936cda201dd94dddd09e842e57fffc099c72bef5fe49ec0fa5d7560ee81cc5240860094ce + checksum: 10/df4c3e91420bfa76250390813ce6881a3dad73b40d51d14cece1aff63a2828a171e7f1d3d99cdca70088cb305215ba79fce31bb9ce38cd03c360c788e2994a6a languageName: node linkType: hard @@ -27243,14 +27239,14 @@ __metadata: linkType: hard "nestjs-cls@npm:^5.0.0": - version: 5.0.1 - resolution: "nestjs-cls@npm:5.0.1" + version: 5.1.2 + resolution: "nestjs-cls@npm:5.1.2" peerDependencies: "@nestjs/common": ">= 11 < 12" "@nestjs/core": ">= 11 < 12" reflect-metadata: "*" rxjs: ">= 7" - checksum: 10/7c88361863225472f94c54c024951526f6ce4e97104cac1235e27b4e1e0b8f4bca0fe890b3d3af8a381c5dddccbb21beffca8e5e8cde681ae520ce212c3b88a6 + checksum: 10/951bbc41bd8c06de7ef0c7306c432cea23dcb10f431849cd71a46b56810cdcd7e5ea62082142bf6575d998438147a3e26b0175819c446d9f6d4101c0577a9234 languageName: node linkType: hard @@ -27394,20 +27390,6 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:2.6.7": - version: 2.6.7 - resolution: "node-fetch@npm:2.6.7" - dependencies: - whatwg-url: "npm:^5.0.0" - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - checksum: 10/4bc9245383db92c35601a798c9a992fdf38d99920ceac11e0e6512ef3014d188b3807ccb060bc6c4bdb57a145030c73f5b5fd6730f665979f9264bc43ca3afea - languageName: node - linkType: hard - "node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.2, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9, node-fetch@npm:^2.7.0": version: 2.7.0 resolution: "node-fetch@npm:2.7.0" @@ -29281,7 +29263,7 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.4.2, prettier@npm:^3.2.5, prettier@npm:^3.4.2": +"prettier@npm:3.4.2": version: 3.4.2 resolution: "prettier@npm:3.4.2" bin: @@ -29290,6 +29272,15 @@ __metadata: languageName: node linkType: hard +"prettier@npm:^3.2.5, prettier@npm:^3.4.2": + version: 3.5.0 + resolution: "prettier@npm:3.5.0" + bin: + prettier: bin/prettier.cjs + checksum: 10/fc26c74bd317282f2a49ffe3ac0ffa79adbe6b2d7a1cdcadd96acf7fec77d3fa45b15f3728c1a2f281f4beccb35d97207187452a581d4919d18b460d0c37e480 + languageName: node + linkType: hard + "pretty-error@npm:^4.0.0": version: 4.0.0 resolution: "pretty-error@npm:4.0.0" @@ -29947,12 +29938,12 @@ __metadata: linkType: hard "react-virtuoso@npm:^4.12.3": - version: 4.12.3 - resolution: "react-virtuoso@npm:4.12.3" + version: 4.12.5 + resolution: "react-virtuoso@npm:4.12.5" peerDependencies: - react: ">=16 || >=17 || >= 18" - react-dom: ">=16 || >=17 || >= 18" - checksum: 10/6e43800c23b8f12dba9e304462410dc2bfe82eecfa0bea97c89929a7d14d469709f69b0ba7da4e37de6bc98dacecd656fea208a1ef05cae579bb5a41181607cd + react: ">=16 || >=17 || >= 18 || >= 19" + react-dom: ">=16 || >=17 || >= 18 || >=19" + checksum: 10/09f28ca7940c301899e9d0aa83bf0c7fcb499ca7daaef0545c4aad07164aa22b37391c007f361ae4618ed2a49a1b88c8efe62f6875aaead0995cc99ee6b6f1d9 languageName: node linkType: hard @@ -32565,10 +32556,10 @@ __metadata: languageName: node linkType: hard -"tailwindcss@npm:4.0.4, tailwindcss@npm:^4.0.0": - version: 4.0.4 - resolution: "tailwindcss@npm:4.0.4" - checksum: 10/19b18e2645df795b3f3320cb86cdfb948c895562694404f6ad861f168f01c4a7cabf229099eec644e245e63fef21dcef2c8e1fdf497ac87060c5ceab589b2bf4 +"tailwindcss@npm:4.0.5, tailwindcss@npm:^4.0.0": + version: 4.0.5 + resolution: "tailwindcss@npm:4.0.5" + checksum: 10/11b7aa6f0673e70a8c0397de89e00f3a4d8367ecf9edef710c427707f3cace81cd98de63dcd0335e9de8408b4e09e39d2c8f77ee7f56c55460700c58b7c4f351 languageName: node linkType: hard @@ -33285,8 +33276,8 @@ __metadata: linkType: hard "typedoc@npm:^0.27.4": - version: 0.27.6 - resolution: "typedoc@npm:0.27.6" + version: 0.27.7 + resolution: "typedoc@npm:0.27.7" dependencies: "@gerrit0/mini-shiki": "npm:^1.24.0" lunr: "npm:^2.3.9" @@ -33297,7 +33288,7 @@ __metadata: typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x bin: typedoc: bin/typedoc - checksum: 10/07a5649020f055534ada6919036a98098f27fc307e2addfd6865f4c11bd97f10167f34165fc6a0fd57dec28d9480f9ac58a4d5a3c17ec5a88296520e4f67d960 + checksum: 10/9636b8d5472614463425326c23e824a970cd20a08081756b9eedd37d238307279ad256df02bce90f14e2c2cef0417f0dc011a8dd735d65d167f0e2e95c78ecef languageName: node linkType: hard