From c40bb357e341267ae2303442a3aaa5c98f12d417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Caill=C3=A9?= <7012430+OffenseTeacher@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:45:25 -0400 Subject: [PATCH] security: set npmMinimalAgeGate to 7d --- .yarnrc.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 207851e..e37fe3f 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,17 +1,29 @@ -approvedGitRepositories: - - "**" +compressionLevel: mixed -enableScripts: true +enableGlobalCache: true nmHoistingLimits: workspaces +nmMode: hardlinks-global + nodeLinker: node-modules +npmMinimalAgeGate: 7d + +npmScopes: + mx: + npmAlwaysAuth: true + npmPublishRegistry: "https://maintainx-154574718005.d.codeartifact.us-east-1.amazonaws.com/npm/maintainx/" + npmRegistryServer: "https://maintainx-154574718005.d.codeartifact.us-east-1.amazonaws.com/npm/maintainx/" + +patchFolder: ./.yarn/patches + plugins: - - path: ./bundles/@yarnpkg/plugin-unused-resolutions.js - spec: bundles/@yarnpkg/plugin-unused-resolutions.js + - checksum: d1b1142e8acf30b61023df541d3405617356e65ca4b02fa949a31ab1492e70b9b627456fdcb2fba670ebfcbb7d7fc7b5f99cc62360599bf13c2295fbbe96b5e3 + path: .yarn/plugins/@yarnpkg/plugin-aws-codeartifact.cjs + spec: "https://github.com/MaintainX/yarn-plugin-aws-codeartifact/releases/download/v0.22.0-mx/plugin-aws-codeartifact.js" - checksum: 627893516485148067c93dbcad672faf71332596b318b10aabf48b7fbdb8d620fedaf1004b922dd08f77c7d0b688a9e6f722d604f2bd22b8196baf2d3d378566 path: .yarn/plugins/plugin-dedupe-on-install.cjs spec: "https://raw.githubusercontent.com/ambar/yarn-plugin-dedupe-on-install/96ffd15fdb25310613f003a2c258dfd73eaa36a1/index.js" -yarnPath: .yarn/releases/yarn-4.14.1.cjs +yarnPath: .yarn/releases/yarn-4.11.0.cjs