From 2a4398c002dd07e7ab29bd00ae461e34e01902be Mon Sep 17 00:00:00 2001 From: GENTILHOMME Thomas Date: Tue, 24 Mar 2026 19:18:35 +0100 Subject: [PATCH 1/2] chore(.npmrc): add allow-git=none --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 61cbf3f..687c536 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ package-lock=false save-exact=true ignore-scripts=true +allow-git=none \ No newline at end of file From 3402b2fa20de2cea44bc47a2ef9467a302d76bd5 Mon Sep 17 00:00:00 2001 From: "Thomas.G" Date: Tue, 24 Mar 2026 19:23:09 +0100 Subject: [PATCH 2/2] Update .npmrc Co-authored-by: PierreDemailly <39910767+PierreDemailly@users.noreply.github.com> --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 687c536..167116c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ package-lock=false save-exact=true ignore-scripts=true -allow-git=none \ No newline at end of file +allow-git=none