Skip to content

Commit 78b07fb

Browse files
Revert "[TASK] Override fast-redact dependency with minimum v3.5.0"
This reverts commit 67fc404. Misread the version requirements for the fix; v3.5.0 is still exhibiting the issue.
1 parent 67fc404 commit 78b07fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"zod": "^4.1.11"
9191
},
9292
"overrides": {
93-
"jsdom": "^26.0.0",
94-
"fast-redact": "^3.5.0"
93+
"jsdom": "^26.0.0"
9594
}
9695
}

0 commit comments

Comments
 (0)