Skip to content

Commit 45b450d

Browse files
committed
build(deps): pin patched transitive dependency versions
Pin patched transitive npm versions in sdks workspace via pnpm.overrides (brace-expansion@^2 -> 2.0.3, picomatch@^2 -> 2.3.2, picomatch@^4 -> 4.0.4, yaml@^2 -> 2.8.3). Remaining unpatchable alerts in this Dependabot set: none identified; all open alerts (89-94) are lockfile-resolvable.
1 parent 42a0057 commit 45b450d

File tree

2 files changed

+62
-29
lines changed

2 files changed

+62
-29
lines changed

sdks/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"markdown-it": ">=14.1.1",
1414
"diff": ">=4.0.4",
1515
"js-yaml": ">=4.1.1",
16-
"brace-expansion": ">=2.0.2"
16+
"brace-expansion@^2": "2.0.3",
17+
"picomatch@^2": "2.3.2",
18+
"picomatch@^4": "4.0.4",
19+
"yaml@^2": "2.8.3"
1720
}
1821
}
1922
}

sdks/pnpm-lock.yaml

Lines changed: 58 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)