From ce9832b5a5cf3d4fc17ca787ac95d501e33c289e Mon Sep 17 00:00:00 2001 From: naugtur Date: Tue, 12 May 2026 15:40:43 +0200 Subject: [PATCH] chore: block the possibility of unexpected git dependencies --- .yarnrc.yml | 3 +++ package.json | 2 +- yarn.lock | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index aa8119ea33..ce2cfb8788 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -14,3 +14,6 @@ catalogs: enableScripts: false nodeLinker: pnpm + +## Allowlist of git dependencies. Empty to block all git deps. +approvedGitRepositories: [] diff --git a/package.json b/package.json index e9ca572ac0..2264d0d464 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "engines": { "node": ">=16" }, - "packageManager": "yarn@4.13.0", + "packageManager": "yarn@4.14.1", "devDependencies": { "@changesets/changelog-github": "^0.6.0", "@changesets/cli": "^2.30.0", diff --git a/yarn.lock b/yarn.lock index 5c3aad278d..c304265cfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # Manual changes might be lost - proceed with caution! __metadata: - version: 8 + version: 9 cacheKey: 10c0 "@aashutoshrathi/word-wrap@npm:^1.2.3":