Skip to content

Commit

Permalink
Update Yarn to v4.7.0
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 9542e94 commit 2504480
Show file tree
Hide file tree
Showing 6 changed files with 588 additions and 586 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@
"@datadog/pprof": "patch:@datadog/[email protected]#./patch/@datadog-pprof-5.4.1.patch",
"path-to-regexp": "0.1.12"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}

0 comments on commit 2504480

Please sign in to comment.