From 541c7b66025746e62cc1fbcc618d3771233e58f2 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 12 Jun 2026 17:10:44 +0800 Subject: [PATCH] chore: Set 14 days cooldown for npm update to mininize the supply-chain-attack (#7508) --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 521a9f7c0..270e96267 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ legacy-peer-deps=true +min-release-age=14