Skip to content

Commit 7404383

Browse files
pablo-albaladejoPablo Albaladejoclaude
authored
fix(security): add overrides for qs and undici vulnerabilities (#146)
* chore: remove stale changeset for ignored private package The workout-spa-editor changeset cannot produce a release since the package is private and listed in changesets ignore config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(security): add overrides for qs and undici vulnerabilities - qs >=6.7.0 <=6.14.1: arrayLimit bypass DoS (GHSA-w7fw-mjwx-w883) - undici <6.23.0: unbounded decompression chain (GHSA-g9mf-h72j-4rw9) Both are transitive dependencies that cannot be updated directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: apply prettier formatting to pnpm-lock.yaml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Pablo Albaladejo <pablo.albaladejo@aircall.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 70e58fb commit 7404383

File tree

3 files changed

+6503
-3479
lines changed

3 files changed

+6503
-3479
lines changed

.changeset/reorganize-workout-toolbar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"lodash@<4.17.23": ">=4.17.23",
2020
"esbuild@<=0.24.2": ">=0.25.0",
2121
"glob@>=10.3.7 <=11.0.3": ">=11.1.0",
22-
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
22+
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
23+
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
24+
"undici@<6.23.0": ">=6.23.0"
2325
},
2426
"peerDependencyRules": {
2527
"allowedVersions": {

0 commit comments

Comments
 (0)