From 81da03a4e8418bb286007645e5cbe02f18f4f0f2 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 11 May 2024 11:53:43 +0200 Subject: [PATCH] chore: fix version for migrateToSecureLegacySignature --- website/versioned_docs/version-5.x/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/versioned_docs/version-5.x/config.md b/website/versioned_docs/version-5.x/config.md index f8d1bac45..c7ec22022 100644 --- a/website/versioned_docs/version-5.x/config.md +++ b/website/versioned_docs/version-5.x/config.md @@ -71,7 +71,7 @@ If the secret length is **64 characters** long: Go to the [storage location](cli.md) and edit manually the secret to be 32 characters long. -##### Option 2: Automatically (since v5.30.3) +##### Option 2: Automatically (since v5.31.0) The `migrateToSecureLegacySignature` property is used to generate a new secret token if the length is 64 characters. @@ -141,7 +141,7 @@ This warning indicates that Node.js has deprecated a function utilized by the le If verdaccio runs on **Node.js 22** or higher, you will not see this warning since a new modern legacy signature has been implemented. -The **migrateToSecureLegacySignature** property is only available for versions higher than 5.30.3 and is **false** by default. +The **migrateToSecureLegacySignature** property is only available for versions higher than 5.31.0 and is **false** by default. :::info