Skip to content

Commit

Permalink
Update Yarn to v4.6.0 (#9488)
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 Jan 17, 2025
1 parent b677e62 commit c40b734
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 578 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.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.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 @@ -202,5 +202,5 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.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.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.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 @@ -226,5 +226,5 @@
"@datadog/pprof": "patch:@datadog/pprof@5.4.1#./patch/@datadog-pprof-5.4.1.patch",
"path-to-regexp": "0.1.12"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}

0 comments on commit c40b734

Please sign in to comment.