Skip to content

Commit 38f2804

Browse files
authored
chore(deps): pin js-cookie, tmp and brace-expansion (#3961)
Adds `pnpm.overrides` pinning a few transitive deps to their current releases: - `js-cookie` → 3.0.7 - `tmp` → 0.2.7 - `brace-expansion` → 1.1.13 / 2.0.3 / 5.0.6 (one entry per major) Each override is scoped to the affected major range so unaffected majors aren't dragged forward. Also drops the `fast-xml-builder` override, which no longer resolves to anything in the tree. Lockfile-only - no published package's dependencies change. `js-cookie`/`tmp` parents pin ranges that can't reach the new versions on their own, so overrides (not a plain lockfile refresh) are needed to hold them.
1 parent ab3a1e5 commit 38f2804

2 files changed

Lines changed: 37 additions & 55 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@
123123
"semver@>=5 <5.7.2": "^5.7.2",
124124
"defu@>=6 <6.1.5": "^6.1.5",
125125
"fast-uri@<3.1.2": "^3.1.2",
126-
"fast-xml-builder@<1.1.7": "^1.1.7"
126+
"js-cookie@<3.0.8": "3.0.8",
127+
"tmp@<0.2.7": "0.2.7",
128+
"brace-expansion@<1.1.13": "1.1.13",
129+
"brace-expansion@>=2 <2.0.3": "2.0.3",
130+
"brace-expansion@>=5 <5.0.6": "5.0.6"
127131
},
128132
"onlyBuiltDependencies": [
129133
"@depot/cli",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)