Skip to content

Commit 34fcd9d

Browse files
authored
fix(action): update undici to 6.24.1 to resolve Dependabot alerts (#543)
Updates the `undici` dependency in the action lockfile to resolve high-severity security vulnerabilities and rebuilds the production bundle to include the fix. To generate these changes, the following commands were run: - `cd action && npm update undici` - `cd action && npm run package` - updated bundled js files - exclude actions from coverage report
1 parent 04b98fd commit 34fcd9d

5 files changed

Lines changed: 25687 additions & 22353 deletions

File tree

.c8rc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"exclude": [
3+
"action/**"
4+
]
5+
}

0 commit comments

Comments
 (0)