From 969c3448158fe143e8a0e29f698c2cf2276f1c52 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 30 May 2025 02:52:00 +0200 Subject: [PATCH] chore(website): lock file maintenance (#35808) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- website/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 25bdab98c25..9be417a19f6 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10248,9 +10248,9 @@ } }, "node_modules/zod": { - "version": "3.25.35", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.35.tgz", - "integrity": "sha512-Fe0Tz/mSbIraMd1/RR1jbtPMsrzX/SNwCmEpRqB0xB2YBnoRfQqyu4aIqWKWrx9C2XjF4SY47IVIt30+RVGSsw==", + "version": "3.25.39", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.39.tgz", + "integrity": "sha512-yrva2T2x4R+FMFTPBVD/YPS7ct8njqjnV93zNx/MlwqLAxcnxwRGbXWyWF63/nErl3rdRd8KARObon7BiWzabQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks"