Skip to content

Commit

Permalink
refactor: Update cross-spawn transitive dependency across the repo (#…
Browse files Browse the repository at this point in the history
…23415)

## Description

Updates the cross-spawn dependency across the repo (including a test
pnpm workspace inside build-tools) to address
https://nvd.nist.gov/vuln/detail/CVE-2024-21538.

In a few packages, some other transitive dependencies got updated even
when targeting just cross-spawn, but the changes seem ok.
  • Loading branch information
alexvy86 authored Jan 3, 2025
1 parent e6d677b commit 2c6181f
Show file tree
Hide file tree
Showing 14 changed files with 149 additions and 225 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@fluid-tools/build-infrastructure": "link:../../../../../build-infrastructure"
},
"devDependencies": {
"@changesets/cli": "^2.27.9"
"@changesets/cli": "^2.27.11"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions build-tools/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions common/build/eslint-config-fluid/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions common/build/eslint-plugin-fluid/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c6181f

Please sign in to comment.