From d45d6d8a612f68544b57a93816ebf61c43f1f19a Mon Sep 17 00:00:00 2001
From: renovate <29139614+renovate@users.noreply.github.com>
Date: Fri, 7 Feb 2025 03:02:26 +0000
Subject: [PATCH] chore: bump up all non-major dependencies (#9996)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)) | [`3.741.0` -> `3.743.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.741.0/3.743.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@opentelemetry/semantic-conventions](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js)) | [`1.28.0` -> `1.29.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.28.0/1.29.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)) | [`4.0.3` -> `4.0.4`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.0.3/4.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [electron](https://redirect.github.com/electron/electron) | [`34.1.0` -> `34.1.1`](https://renovatebot.com/diffs/npm/electron/34.1.0/34.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [once_cell](https://redirect.github.com/matklad/once_cell) | `1.20.2` -> `1.20.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | workspace.dependencies | patch |
| [shiki](https://redirect.github.com/shikijs/shiki) ([source](https://redirect.github.com/shikijs/shiki/tree/HEAD/packages/shiki)) | [`2.3.1` -> `2.3.2`](https://renovatebot.com/diffs/npm/shiki/2.3.1/2.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [tailwindcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | [`4.0.3` -> `4.0.4`](https://renovatebot.com/diffs/npm/tailwindcss/4.0.3/4.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [tailwindcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | [`4.0.3` -> `4.0.4`](https://renovatebot.com/diffs/npm/tailwindcss/4.0.3/4.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [uniffi](https://mozilla.github.io/uniffi-rs) ([source](https://redirect.github.com/mozilla/uniffi-rs)) | `0.28` -> `0.29` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | workspace.dependencies | minor |
---
### Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
### [`v3.743.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#37430-2025-02-06)
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.741.0...v3.743.0)
##### Features
- **client-s3:** Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. ([794f4b5](https://redirect.github.com/aws/aws-sdk-js-v3/commit/794f4b5cd80ada15e689db015546a55b22c736c2))
open-telemetry/opentelemetry-js (@opentelemetry/semantic-conventions)
### [`v1.29.0`](https://redirect.github.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#1290)
[Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/v1.28.0...v1.29.0)
##### :boom: Breaking Change
- feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views [#5182](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5128)
tailwindlabs/tailwindcss (@tailwindcss/postcss)
### [`v4.0.4`](https://redirect.github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#404---2025-02-06)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v4.0.3...v4.0.4)
##### Fixed
- Fix a crash when setting JS theme values to `null` ([#16210](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16210))
- Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped ([#16206](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16206))
- Ensure that the `containers` JS theme key is added to the `--container-*` namespace ([#16169](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16169))
- Ensure theme `@keyframes` are generated even if an `--animation-*` variable spans multiple lines ([#16237](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16237))
- Vite: Skip parsing stylesheets with the `?commonjs-proxy` flag ([#16238](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16238))
- Fix `order-first` and `order-last` for Firefox ([#16266](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16266))
- Fix support for older instruction sets on Linux x64 builds of the standalone CLI ([#16244](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16244))
- Ensure `NODE_PATH` is respected when resolving JavaScript and CSS files ([#16274](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16274))
- Ensure Node addons are packaged correctly with FreeBSD builds ([#16277](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16277))
- Fix an issue where `@variant` inside a referenced stylesheet could cause a stack overflow ([#16300](https://redirect.github.com/tailwindlabs/tailwindcss/pull/16300))
electron/electron (electron)
### [`v34.1.1`](https://redirect.github.com/electron/electron/releases/tag/v34.1.1): electron v34.1.1
[Compare Source](https://redirect.github.com/electron/electron/compare/v34.1.0...v34.1.1)
### Release Notes for v34.1.1
#### Other Changes
- Backported fix for [`3872580`](https://redirect.github.com/electron/electron/commit/387258077),383070811. [#45497](https://redirect.github.com/electron/electron/pull/45497)
matklad/once_cell (once_cell)
### [`v1.20.3`](https://redirect.github.com/matklad/once_cell/compare/v1.20.2...v1.20.3)
[Compare Source](https://redirect.github.com/matklad/once_cell/compare/v1.20.2...v1.20.3)
shikijs/shiki (shiki)
### [`v2.3.2`](https://redirect.github.com/shikijs/shiki/releases/tag/v2.3.2)
[Compare Source](https://redirect.github.com/shikijs/shiki/compare/v2.3.1...v2.3.2)
##### 🚀 Features
- Update grammars - by [@antfu](https://redirect.github.com/antfu) [(4c9ab)](https://redirect.github.com/shikijs/shiki/commit/4c9ab999)
##### 🐞 Bug Fixes
- **monaco**: Handle colors in array - by [@antfu](https://redirect.github.com/antfu) [(e3018)](https://redirect.github.com/shikijs/shiki/commit/e30181b5)
##### [View changes on GitHub](https://redirect.github.com/shikijs/shiki/compare/v2.3.1...v2.3.2)
mozilla/uniffi-rs (uniffi)
### [`v0.29.0`](https://redirect.github.com/mozilla/uniffi-rs/blob/HEAD/CHANGELOG.md#v0290-backend-crates-v0290---2025-02-06)
[Compare Source](https://redirect.github.com/mozilla/uniffi-rs/compare/v0.28.3...v0.29.0)
##### ⚠️ Breaking Changes ⚠️
We've made a number of breaking changes to fix long standing paper-cuts with UniFFI in multi-crate and procmacro+udl environments.
[See the detailed upgrade notes](https://mozilla.github.io/uniffi-rs/next/Upgrading.html)
While **no changes are required to foreign code**, we apologize for the inconvenience!
You are impacted if you use `UniffiCustomTypeConverter` to implement "Custom types",
or use UDL with types from more than one crate.
- `UniffiCustomTypeConverter` has been removed, you must now use the
[`custom_type!` macro](https://mozilla.github.io/uniffi-rs/next/types/custom_types.html) instead.
- The [UDL syntax for external types](https://mozilla.github.io/uniffi-rs/next/udl/external_types.html) has changed.
`typedef extern MyEnum;` has been replaced
with `typedef enum MyEnum;`. `[Custom]` and `[External]` are the only supported attributes for a `typedef`.
- "remote" types (where UDL can re-export a type defined in
a non-UniFFI crate - eg, `log::Level`) must now use a
[`[Remote]` attribute](https://mozilla.github.io/uniffi-rs/next/types/remote_ext_types.html).
- Various `use_udl_*`/`use_remote_type` etc macros have been removed.
[Detailed upgrade notes](https://mozilla.github.io/uniffi-rs/next/Upgrading.html)
- `uniffi::generate_component_scaffolding` has been removed. It's almost certainly unused as it is
behind the wrong feature and undocumented. `uniffi::generate_scaffolding` does exacly the same thing and is
correctly behind the `build` feature.
##### What's new?
- Kotlin and Swift follow Python: Proc-macros exporting an `impl Trait for Struct` block now has a class inheritance
hierarcy to reflect that.
[#2297](https://redirect.github.com/mozilla/uniffi-rs/pull/2297), [#2363](https://redirect.github.com/mozilla/uniffi-rs/pull/2363)
- External types work much better, particularly between UDL and proc-macros. (Kotlin external errors do not work - [#2392](https://redirect.github.com/mozilla/uniffi-rs/issues/2392)).
- Swift interfaces are marked as `Sendable` ([#2318](https://redirect.github.com/mozilla/uniffi-rs/pull/2318))
- Removed the `log` dependency and logging statements about FFI calls. These were not really useful
to consumers and could have high overhead when lots of FFI calls are made. Instead, the
`ffi-trace` feature can be used to get tracing-style printouts about the FFI.
- External errors work for Swift and Python. Kotlin does not work - see [#2392](https://redirect.github.com/mozilla/uniffi-rs/issues/2392).
- Added `disable_java_cleaner` option for kotlin to allow for Java 8 compatible code
- Proc-macros now allow Enums to hold objects ([#1372](https://redirect.github.com/mozilla/uniffi-rs/issues/1372))
- Swift and Kotlin make it possible to opt-out of the runtime checksum integrity tests done as the library is initialized.
Opting out will shoot yourself in the foot if you mixup your build pipeline in any way, but might speed the initialization.
(Python apparently hasn't made these checks for some time, so no changes there!)
##### What's changed?
- Switching jinja template engine from askama to rinja.
- For `wasm32` build targets, `Future`s do not have to be `Send` ([#2418](https://redirect.github.com/mozilla/uniffi-rs/pull/2418)),
making them compatible with `wasm-bindgen` `Future`s.
##### ⚠️ Breaking Changes for external bindings authors ⚠️
- Added the `FfiType::MutReference` variant.
- `Callable` trait has changed, `return_type` and `throws_type` are now references.
- `Type::External` has been removed. Binding authors must now check the type is local themselves before
deciding to treat it as a local or external type.
To get a feel for the impact on the bindings, see where we [first did this for custom types](https://redirect.github.com/mozilla/uniffi-rs/commit/c5a437e9f34f9d46c097848810bf6111cfa13a9f),
and where we [then stopped using it entirely](https://redirect.github.com/mozilla/uniffi-rs/commit/df514fd1cc748da5c05ab64ccb02d7791012a9cb)
[All changes in v0.29.0](https://redirect.github.com/mozilla/uniffi-rs/compare/v0.28.3...v0.29.0).
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE).
---
yarn.lock | 351 ++++++++++++++++++++++++++++--------------------------
1 file changed, 179 insertions(+), 172 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 54d4b06abe..cdd29409dc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1331,14 +1331,14 @@ __metadata:
linkType: hard
"@aws-sdk/client-s3@npm:^3.709.0":
- version: 3.741.0
- resolution: "@aws-sdk/client-s3@npm:3.741.0"
+ version: 3.743.0
+ resolution: "@aws-sdk/client-s3@npm:3.743.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.741.0"
+ "@aws-sdk/credential-provider-node": "npm:3.743.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"
@@ -1348,13 +1348,13 @@ __metadata:
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.740.0"
"@aws-sdk/middleware-ssec": "npm:3.734.0"
- "@aws-sdk/middleware-user-agent": "npm:3.734.0"
+ "@aws-sdk/middleware-user-agent": "npm:3.743.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.740.0"
"@aws-sdk/types": "npm:3.734.0"
- "@aws-sdk/util-endpoints": "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.734.0"
+ "@aws-sdk/util-user-agent-node": "npm:3.743.0"
"@aws-sdk/xml-builder": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
@@ -1390,13 +1390,13 @@ __metadata:
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.2"
tslib: "npm:^2.6.2"
- checksum: 10/5a71470e2e7cdf7deea88dc410f25d372ec89cf3e70a41e6607f2bcc8386a2d5feed62dda8ff09e04aed5c81e90bba5862c5cfbee30e61719eb92bb961f2ca08
+ checksum: 10/38b17c7b690ceb1d94d8c8b979f7de0341ed9b1489284893348e191d8d91e6e59ca81d50a4879a14ee44cc9dc9d204959ab6d48d166252535a98836be803d77d
languageName: node
linkType: hard
-"@aws-sdk/client-sso@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/client-sso@npm:3.734.0"
+"@aws-sdk/client-sso@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/client-sso@npm:3.743.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
@@ -1404,12 +1404,12 @@ __metadata:
"@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.734.0"
+ "@aws-sdk/middleware-user-agent": "npm:3.743.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
- "@aws-sdk/util-endpoints": "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.734.0"
+ "@aws-sdk/util-user-agent-node": "npm:3.743.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
@@ -1436,7 +1436,7 @@ __metadata:
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
- checksum: 10/b713f336fa129a0797534e18d65377608a26d34f5590106a7997cb2dbfda77a87dec9a4a1ac009b9c59f08c7031f6fe6062c05d056aa206a137828235b93fc07
+ checksum: 10/17c38778fcd9911c75780912ac7d1ae7af8c7424626098190d3d248a417bf921066f2b781335ae56febb435c7ac0d437aca676fed29cbde34b827b88729a9e8f
languageName: node
linkType: hard
@@ -1490,44 +1490,44 @@ __metadata:
languageName: node
linkType: hard
-"@aws-sdk/credential-provider-ini@npm:3.741.0":
- version: 3.741.0
- resolution: "@aws-sdk/credential-provider-ini@npm:3.741.0"
+"@aws-sdk/credential-provider-ini@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/credential-provider-ini@npm:3.743.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.734.0"
- "@aws-sdk/credential-provider-web-identity": "npm:3.734.0"
- "@aws-sdk/nested-clients": "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/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/04d22a31e39399a93ef8364970e15304161daf29b2b396b7ee08f0f5c4f4cb2e017a414f4856a036f70a89082ff5b80c94707b87b2afc4178837cf2dd72c650b
+ checksum: 10/44ac8a38230cbcc7d3c9e98257cc5e376821652f672b762b19ac88b5af8c4aaba102d6a27670774dd85e8159c7c2e620265135e2c576be4cff632eed7013e3ee
languageName: node
linkType: hard
-"@aws-sdk/credential-provider-node@npm:3.741.0":
- version: 3.741.0
- resolution: "@aws-sdk/credential-provider-node@npm:3.741.0"
+"@aws-sdk/credential-provider-node@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/credential-provider-node@npm:3.743.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.741.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.734.0"
- "@aws-sdk/credential-provider-web-identity": "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/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/0b09128093c54e79b617140a643b4a8d5cd88c51eac14d4c24c93daf853c873d9303528a915f48d2ede4a26f802eabfdaa25f55027c2de72201cfbdcd8dce029
+ checksum: 10/e3d137b331b9747a095a7fcc3667cfc7dfc8148aa43937a01afbf5d6e452ad43280c90e025c49cad30e22f849bf749e292ca0ddea506aef60534b79b5c08159d
languageName: node
linkType: hard
@@ -1545,33 +1545,33 @@ __metadata:
languageName: node
linkType: hard
-"@aws-sdk/credential-provider-sso@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/credential-provider-sso@npm:3.734.0"
+"@aws-sdk/credential-provider-sso@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/credential-provider-sso@npm:3.743.0"
dependencies:
- "@aws-sdk/client-sso": "npm:3.734.0"
+ "@aws-sdk/client-sso": "npm:3.743.0"
"@aws-sdk/core": "npm:3.734.0"
- "@aws-sdk/token-providers": "npm:3.734.0"
+ "@aws-sdk/token-providers": "npm:3.743.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/104000aff7dd546dbe16ca789fbdb89fe4872fb729f03f34533a96f01d4d44681535f0ae22fb6f4556d429fa8d08977fa79d9a016a50fd680a85dba7c97f072f
+ checksum: 10/d233bb10ec553f4b514232657129785d97724e3836d21437688fb2ea151dd7a345a4751d69b6e2aee939d653096aa3c851311a7a7a872c086f0db73cb945d36f
languageName: node
linkType: hard
-"@aws-sdk/credential-provider-web-identity@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/credential-provider-web-identity@npm:3.734.0"
+"@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"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
- "@aws-sdk/nested-clients": "npm:3.734.0"
+ "@aws-sdk/nested-clients": "npm:3.743.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/78c706b9523724bf1c4ed7ee3849cbadb541b7a9adec519fba7fbf201e4f2b81c4e44fa7e57492996862ea264700fcf726b7cf38c8d08200af900493ccd4d14f
+ checksum: 10/c00bdb25540de8e14521f649bce892389d40dd85fef74851c0eb56d7ddb305244dd12178d15201fd30e5b9a1550a7d85ae5aa8f8c47f2e07efdd5eaa29836910
languageName: node
linkType: hard
@@ -1702,24 +1702,24 @@ __metadata:
languageName: node
linkType: hard
-"@aws-sdk/middleware-user-agent@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/middleware-user-agent@npm:3.734.0"
+"@aws-sdk/middleware-user-agent@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/middleware-user-agent@npm:3.743.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
- "@aws-sdk/util-endpoints": "npm:3.734.0"
+ "@aws-sdk/util-endpoints": "npm:3.743.0"
"@smithy/core": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
- checksum: 10/23e3bc2811a08f23122420ad2ca7ff628f4a5e2c5ab991b33a1707910769e18b088e8197d1ba08556af5d6dc8cd89ae4d5c62fb34c9a66b72bcc41c3ce1ed7b9
+ checksum: 10/892e286acc06dd305d3c8226f34f93d173abb305164b51a5b6deb471bcb87ef29c20985955473f9b6305f1dbed78bd0fe13169c7cd9c3e7c7db6633415d747e9
languageName: node
linkType: hard
-"@aws-sdk/nested-clients@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/nested-clients@npm:3.734.0"
+"@aws-sdk/nested-clients@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/nested-clients@npm:3.743.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
@@ -1727,12 +1727,12 @@ __metadata:
"@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.734.0"
+ "@aws-sdk/middleware-user-agent": "npm:3.743.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
- "@aws-sdk/util-endpoints": "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.734.0"
+ "@aws-sdk/util-user-agent-node": "npm:3.743.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
@@ -1759,7 +1759,7 @@ __metadata:
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
- checksum: 10/d8ccd3158a139f20cbd8bc5a9d14e4bc5fd8f1cb67dbbfcbe3e7c19116de6214314af9e6f579d4349d02da47a1c2a38ebd591fd6c4435379aba19283c4bd44a2
+ checksum: 10/2ee46807d99e706b1b3cb7611f03ac712e03635119d0e39b8b61800f5fb6e8e77816671a49ab8a39c700767e63503d872b1a5bdad07508b4ccbc481b00d9ffc9
languageName: node
linkType: hard
@@ -1791,17 +1791,17 @@ __metadata:
languageName: node
linkType: hard
-"@aws-sdk/token-providers@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/token-providers@npm:3.734.0"
+"@aws-sdk/token-providers@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/token-providers@npm:3.743.0"
dependencies:
- "@aws-sdk/nested-clients": "npm:3.734.0"
+ "@aws-sdk/nested-clients": "npm:3.743.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/23419735a58106d0512f052c4a595db59235e81c076cb881629a864960e0dcc2c7ec573eaa4657cf465aa3a9e52507955c5ce4d2725278b359cba53822975d68
+ checksum: 10/2fca952ba7fb6ebb455d41fb035f6e14ee63e317f927218bf8648c41289b41ac73fd62e57807a96bd598eb9c4d23a1edf298b66040ff5e6be62f16d7f539a191
languageName: node
linkType: hard
@@ -1824,15 +1824,15 @@ __metadata:
languageName: node
linkType: hard
-"@aws-sdk/util-endpoints@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/util-endpoints@npm:3.734.0"
+"@aws-sdk/util-endpoints@npm:3.743.0":
+ version: 3.743.0
+ resolution: "@aws-sdk/util-endpoints@npm:3.743.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-endpoints": "npm:^3.0.1"
tslib: "npm:^2.6.2"
- checksum: 10/2143061a7378bbfe8c0c09363b1c1d1014287f453fa26a0c002525d59940d78fd1cb20e75a8ac061962b42bd8e0eb5c516e120e9be0b05bb45c7a79c1227182d
+ checksum: 10/54526aa78a344d9c62c5e5d33264063f4e4b093d3e5223948b66ff3cdebcdcb9757c2be5b5e08adb8052013b931c079fae8a9ddc19095a09fbc034e615c107a5
languageName: node
linkType: hard
@@ -1857,11 +1857,11 @@ __metadata:
languageName: node
linkType: hard
-"@aws-sdk/util-user-agent-node@npm:3.734.0":
- version: 3.734.0
- resolution: "@aws-sdk/util-user-agent-node@npm:3.734.0"
+"@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"
dependencies:
- "@aws-sdk/middleware-user-agent": "npm:3.734.0"
+ "@aws-sdk/middleware-user-agent": "npm:3.743.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/cb3bbc88f46c9874a05830f367da723f59a4cf47158fe7700eb28dd51cc0b6cc223aa4bf108b08d76d1ca6bcc71dbbf62e8454265491c6c113fa2e5c6b071cd2
+ checksum: 10/85a88c3a993d4b2e2d5c010c8a1d510bc07da498d7768ef3407e696b8c6c0212ca4a14bfdfb636a0a9f6a19cde0fa47bb074e53647620b4bcb6293f410963899
languageName: node
linkType: hard
@@ -10533,13 +10533,20 @@ __metadata:
languageName: node
linkType: hard
-"@opentelemetry/semantic-conventions@npm:1.28.0, @opentelemetry/semantic-conventions@npm:^1.22.0, @opentelemetry/semantic-conventions@npm:^1.27.0, @opentelemetry/semantic-conventions@npm:^1.28.0":
+"@opentelemetry/semantic-conventions@npm:1.28.0":
version: 1.28.0
resolution: "@opentelemetry/semantic-conventions@npm:1.28.0"
checksum: 10/c182a3206769b5d5a8ab89a5c674d046fd789421cef27ea55af179990e314732433c98e5017aa23e99f15fd2b0e13cb129bb6c2282da6860ce9419adf32b2e87
languageName: node
linkType: hard
+"@opentelemetry/semantic-conventions@npm:^1.22.0, @opentelemetry/semantic-conventions@npm:^1.27.0, @opentelemetry/semantic-conventions@npm:^1.28.0":
+ version: 1.29.0
+ resolution: "@opentelemetry/semantic-conventions@npm:1.29.0"
+ checksum: 10/94008a2e374f18dd71a30fe8b91cb58dccbbe3e13e1de2200907e42fd1441459acff65c5eadcbfff30f7e9575895df5dc8ced01228f434e555a9a3d72b595752
+ languageName: node
+ linkType: hard
+
"@opentelemetry/sql-common@npm:^0.40.1":
version: 0.40.1
resolution: "@opentelemetry/sql-common@npm:0.40.1"
@@ -12826,38 +12833,38 @@ __metadata:
languageName: node
linkType: hard
-"@shikijs/core@npm:2.3.1":
- version: 2.3.1
- resolution: "@shikijs/core@npm:2.3.1"
+"@shikijs/core@npm:2.3.2":
+ version: 2.3.2
+ resolution: "@shikijs/core@npm:2.3.2"
dependencies:
- "@shikijs/engine-javascript": "npm:2.3.1"
- "@shikijs/engine-oniguruma": "npm:2.3.1"
- "@shikijs/types": "npm:2.3.1"
+ "@shikijs/engine-javascript": "npm:2.3.2"
+ "@shikijs/engine-oniguruma": "npm:2.3.2"
+ "@shikijs/types": "npm:2.3.2"
"@shikijs/vscode-textmate": "npm:^10.0.1"
"@types/hast": "npm:^3.0.4"
hast-util-to-html: "npm:^9.0.4"
- checksum: 10/0e929d809bcb0b5f90a83ddde5466196a887f3bf691bbcceb4875a5d3861d4f0f869ba53277400e595b74f2d988366dc711701c13a5abf8916f8970bdb471281
+ checksum: 10/7384876f946e299ba3dff13e254411caabe1cfe46796ecc1597f2afc4834e2a4e17ec0c84ad32595bcbc79ee3cd5500cf9f3dfda5f581880b0f1fdfe72c459d3
languageName: node
linkType: hard
-"@shikijs/engine-javascript@npm:2.3.1":
- version: 2.3.1
- resolution: "@shikijs/engine-javascript@npm:2.3.1"
+"@shikijs/engine-javascript@npm:2.3.2":
+ version: 2.3.2
+ resolution: "@shikijs/engine-javascript@npm:2.3.2"
dependencies:
- "@shikijs/types": "npm:2.3.1"
+ "@shikijs/types": "npm:2.3.2"
"@shikijs/vscode-textmate": "npm:^10.0.1"
oniguruma-to-es: "npm:^3.1.0"
- checksum: 10/bc44115ffd33f670593fb451a7aab87398a14ad373a59445549125944f477984c865b35340ab67255b73f1bc21c6b333c36905e43158ac32ccf572b40ff1473e
+ checksum: 10/1e0ba83d0825f0a702fba74fc8cfa0e66d594613448116001d501b5676ce09479684d92aa9c6d29e98532398a38874160a923072d90c3b41b472fc6343303fb5
languageName: node
linkType: hard
-"@shikijs/engine-oniguruma@npm:2.3.1":
- version: 2.3.1
- resolution: "@shikijs/engine-oniguruma@npm:2.3.1"
+"@shikijs/engine-oniguruma@npm:2.3.2":
+ version: 2.3.2
+ resolution: "@shikijs/engine-oniguruma@npm:2.3.2"
dependencies:
- "@shikijs/types": "npm:2.3.1"
+ "@shikijs/types": "npm:2.3.2"
"@shikijs/vscode-textmate": "npm:^10.0.1"
- checksum: 10/82ff38e37f13465c7a9b70346f8b64c49861754353c91b5e1423e1edb87a121a1f563e6806748182178f98a583476b7239bf4353315c7b7a86a68383f0c61bc6
+ checksum: 10/2fa83bbaf25c88244cb1fc2b2bb09fa78e3ab7b769f582d0471f6d45492c53663ac4387af8d589ac06bc84c3fc84e2cfb330521feeb4ef712c32a45d52bd965b
languageName: node
linkType: hard
@@ -12871,21 +12878,21 @@ __metadata:
languageName: node
linkType: hard
-"@shikijs/langs@npm:2.3.1":
- version: 2.3.1
- resolution: "@shikijs/langs@npm:2.3.1"
+"@shikijs/langs@npm:2.3.2":
+ version: 2.3.2
+ resolution: "@shikijs/langs@npm:2.3.2"
dependencies:
- "@shikijs/types": "npm:2.3.1"
- checksum: 10/f4a6f0808ba27ea70f3d7745f979b17f69e52aa33b294847614cc9847dc359c571035302066674c98ca9a6b928f7d22f378543f0d04ac05d3da8d8018e110025
+ "@shikijs/types": "npm:2.3.2"
+ checksum: 10/bea22de19467017c23c1a33b1e16224177c35bd7c7b8e919e3dd94df3f4ad8199f1d92a9d4c0f73ea70b2776e69f6feaec6002c60fbf221ddd3f6afffd70545d
languageName: node
linkType: hard
-"@shikijs/themes@npm:2.3.1":
- version: 2.3.1
- resolution: "@shikijs/themes@npm:2.3.1"
+"@shikijs/themes@npm:2.3.2":
+ version: 2.3.2
+ resolution: "@shikijs/themes@npm:2.3.2"
dependencies:
- "@shikijs/types": "npm:2.3.1"
- checksum: 10/8beaa062025e4048072b361819fe277f8f6aabb807893c1da89f372acd576a17c2bcd3c4914cfdaaf3834e66befc58e54556279e94eebe7de09e3ab7e7b1cfd7
+ "@shikijs/types": "npm:2.3.2"
+ checksum: 10/ee55279e6e74673f3ee596e317cca5fcfe18541188f6ad7118b197d0c7ad690dc53efa4f6a28c825de5bcd99f5dba616024e06ead5a2f78312011c9bac4c1ba4
languageName: node
linkType: hard
@@ -12899,13 +12906,13 @@ __metadata:
languageName: node
linkType: hard
-"@shikijs/types@npm:2.3.1":
- version: 2.3.1
- resolution: "@shikijs/types@npm:2.3.1"
+"@shikijs/types@npm:2.3.2":
+ version: 2.3.2
+ resolution: "@shikijs/types@npm:2.3.2"
dependencies:
"@shikijs/vscode-textmate": "npm:^10.0.1"
"@types/hast": "npm:^3.0.4"
- checksum: 10/fad4b33fbf2031aabe815dcd333041787c7ad5333b80a80f16ba0b83d1f7a276e534222dd4e158ba0a1349d0f42fc4071f0e1506f8513d7805218f058dbeba0a
+ checksum: 10/d3a93b624237b3956ca8f8e28d7d0444df4da435fee2739e942144732106bb718857a93893e4178548ae61105431e4d59670157d118d8fb67cbdc168af67b621
languageName: node
linkType: hard
@@ -14228,109 +14235,109 @@ __metadata:
languageName: node
linkType: hard
-"@tailwindcss/node@npm:^4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/node@npm:4.0.3"
+"@tailwindcss/node@npm:^4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/node@npm:4.0.4"
dependencies:
enhanced-resolve: "npm:^5.18.0"
jiti: "npm:^2.4.2"
- tailwindcss: "npm:4.0.3"
- checksum: 10/7a2d79298aaa09804a28b291e5bdeab978383367e137ef1e2f04f10cfe3dbd71597fce408c275852a6f7ea12f5120372707040f9c9dade59ff7d55c1728921f1
+ tailwindcss: "npm:4.0.4"
+ checksum: 10/4fe228120db21f750e04c880685a0ad154c3e2535fb9a3a861940231c60a881e06ac372f3d35fbd68ab191b15f392d82be6aaf460cc79acb87b81809eeb4f2c2
languageName: node
linkType: hard
-"@tailwindcss/oxide-android-arm64@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-android-arm64@npm:4.0.3"
+"@tailwindcss/oxide-android-arm64@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-android-arm64@npm:4.0.4"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
-"@tailwindcss/oxide-darwin-arm64@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-darwin-arm64@npm:4.0.3"
+"@tailwindcss/oxide-darwin-arm64@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-darwin-arm64@npm:4.0.4"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
-"@tailwindcss/oxide-darwin-x64@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-darwin-x64@npm:4.0.3"
+"@tailwindcss/oxide-darwin-x64@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-darwin-x64@npm:4.0.4"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
-"@tailwindcss/oxide-freebsd-x64@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-freebsd-x64@npm:4.0.3"
+"@tailwindcss/oxide-freebsd-x64@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-freebsd-x64@npm:4.0.4"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
-"@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.3"
+"@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-linux-arm-gnueabihf@npm:4.0.4"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
-"@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.3"
+"@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-linux-arm64-gnu@npm:4.0.4"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
-"@tailwindcss/oxide-linux-arm64-musl@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-linux-arm64-musl@npm:4.0.3"
+"@tailwindcss/oxide-linux-arm64-musl@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-linux-arm64-musl@npm:4.0.4"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
-"@tailwindcss/oxide-linux-x64-gnu@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-linux-x64-gnu@npm:4.0.3"
+"@tailwindcss/oxide-linux-x64-gnu@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-linux-x64-gnu@npm:4.0.4"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
-"@tailwindcss/oxide-linux-x64-musl@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-linux-x64-musl@npm:4.0.3"
+"@tailwindcss/oxide-linux-x64-musl@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-linux-x64-musl@npm:4.0.4"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
-"@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.3"
+"@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-win32-arm64-msvc@npm:4.0.4"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
-"@tailwindcss/oxide-win32-x64-msvc@npm:4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide-win32-x64-msvc@npm:4.0.3"
+"@tailwindcss/oxide-win32-x64-msvc@npm:4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide-win32-x64-msvc@npm:4.0.4"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
-"@tailwindcss/oxide@npm:^4.0.3":
- version: 4.0.3
- resolution: "@tailwindcss/oxide@npm:4.0.3"
+"@tailwindcss/oxide@npm:^4.0.4":
+ version: 4.0.4
+ resolution: "@tailwindcss/oxide@npm:4.0.4"
dependencies:
- "@tailwindcss/oxide-android-arm64": "npm:4.0.3"
- "@tailwindcss/oxide-darwin-arm64": "npm:4.0.3"
- "@tailwindcss/oxide-darwin-x64": "npm:4.0.3"
- "@tailwindcss/oxide-freebsd-x64": "npm:4.0.3"
- "@tailwindcss/oxide-linux-arm-gnueabihf": "npm:4.0.3"
- "@tailwindcss/oxide-linux-arm64-gnu": "npm:4.0.3"
- "@tailwindcss/oxide-linux-arm64-musl": "npm:4.0.3"
- "@tailwindcss/oxide-linux-x64-gnu": "npm:4.0.3"
- "@tailwindcss/oxide-linux-x64-musl": "npm:4.0.3"
- "@tailwindcss/oxide-win32-arm64-msvc": "npm:4.0.3"
- "@tailwindcss/oxide-win32-x64-msvc": "npm:4.0.3"
+ "@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"
dependenciesMeta:
"@tailwindcss/oxide-android-arm64":
optional: true
@@ -14354,21 +14361,21 @@ __metadata:
optional: true
"@tailwindcss/oxide-win32-x64-msvc":
optional: true
- checksum: 10/86fedaf133df200fa06a12fc22f9bd3a07f85b1250876f04546685225828ce30476cca3a0fffa4f4b1417634b2874e3e1c74162faa4c6fb6759c21529c67cde1
+ checksum: 10/5f8760fd8c890383229100dd757861862eaa969c747215242551bc8021fa80c800e664762156fecf597c4a97aad806d7fce4893610537f40a61874faa59fdbfd
languageName: node
linkType: hard
"@tailwindcss/postcss@npm:^4.0.0":
- version: 4.0.3
- resolution: "@tailwindcss/postcss@npm:4.0.3"
+ version: 4.0.4
+ resolution: "@tailwindcss/postcss@npm:4.0.4"
dependencies:
"@alloc/quick-lru": "npm:^5.2.0"
- "@tailwindcss/node": "npm:^4.0.3"
- "@tailwindcss/oxide": "npm:^4.0.3"
+ "@tailwindcss/node": "npm:^4.0.4"
+ "@tailwindcss/oxide": "npm:^4.0.4"
lightningcss: "npm:^1.29.1"
postcss: "npm:^8.4.41"
- tailwindcss: "npm:4.0.3"
- checksum: 10/f23240ea8eb0ea0a487ff88786566f1156db38f5448aeb514eeefebb6b6d99b0b7f5cf00b4fc7d2e835f1bbf7a88edee04f8585b4ff825cdae6a4a62ca9d5de3
+ tailwindcss: "npm:4.0.4"
+ checksum: 10/2b2a5ecb1eb77dd432148f523377356609f52bae2d2fd81a550d9e65e0e3e18f1363157a117ad0cb6d127fd8d8e39ff89e371f89c59ae96bc3f6e51b3d9a08b7
languageName: node
linkType: hard
@@ -20430,15 +20437,15 @@ __metadata:
linkType: hard
"electron@npm:^34.0.0":
- version: 34.1.0
- resolution: "electron@npm:34.1.0"
+ version: 34.1.1
+ resolution: "electron@npm:34.1.1"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
- checksum: 10/318e668404e42c68187643225fc23a4f53b974bcb2d00392165905a65dc48b922899c313aebda0acff6fa5780c0ff0057f5886c11d7077182c5dbfcc9c21969e
+ checksum: 10/f31cc68aa12fa0eb206c2a7e3d6926cf727792619383165c904c02cdf6aa867ea754c57d58b7805fed09203dcaedc345d3be4a0cbd8998d4e3f39594efb6d800
languageName: node
linkType: hard
@@ -31921,18 +31928,18 @@ __metadata:
linkType: hard
"shiki@npm:^2.0.0":
- version: 2.3.1
- resolution: "shiki@npm:2.3.1"
+ version: 2.3.2
+ resolution: "shiki@npm:2.3.2"
dependencies:
- "@shikijs/core": "npm:2.3.1"
- "@shikijs/engine-javascript": "npm:2.3.1"
- "@shikijs/engine-oniguruma": "npm:2.3.1"
- "@shikijs/langs": "npm:2.3.1"
- "@shikijs/themes": "npm:2.3.1"
- "@shikijs/types": "npm:2.3.1"
+ "@shikijs/core": "npm:2.3.2"
+ "@shikijs/engine-javascript": "npm:2.3.2"
+ "@shikijs/engine-oniguruma": "npm:2.3.2"
+ "@shikijs/langs": "npm:2.3.2"
+ "@shikijs/themes": "npm:2.3.2"
+ "@shikijs/types": "npm:2.3.2"
"@shikijs/vscode-textmate": "npm:^10.0.1"
"@types/hast": "npm:^3.0.4"
- checksum: 10/13b1c2b7d0b9c285f3b4d6017a3d7b9353327193932648e6dd1cf4dd29419a654a9d7583545b6a996a8e422aadacb82937a2768ea31100782a14f09a93f03c4d
+ checksum: 10/d40904c1370e1a80f2baea501e94dcd05ea07ffd5bb4e643f5b06b2d362dd2e48e8719d4ec38a975e9cd0fe19c0cda78f7547a6d714b50e9fc4c153dc7c36f9d
languageName: node
linkType: hard
@@ -33117,10 +33124,10 @@ __metadata:
languageName: node
linkType: hard
-"tailwindcss@npm:4.0.3, tailwindcss@npm:^4.0.0":
- version: 4.0.3
- resolution: "tailwindcss@npm:4.0.3"
- checksum: 10/d9c464b205df6169aab7bf05b158562ec15820c47ad7e9fff2419c98d2040ef53ff5689a8f57b80510576311e356fbb02ab7c47b3868885fe39dc3d1bd83b543
+"tailwindcss@npm:4.0.4, tailwindcss@npm:^4.0.0":
+ version: 4.0.4
+ resolution: "tailwindcss@npm:4.0.4"
+ checksum: 10/19b18e2645df795b3f3320cb86cdfb948c895562694404f6ad861f168f01c4a7cabf229099eec644e245e63fef21dcef2c8e1fdf497ac87060c5ceab589b2bf4
languageName: node
linkType: hard