federated-model-aggregation
federated-model-aggregation copied to clipboard
chore(deps): update dependency fetch-mock to v10
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| fetch-mock (source) | dependencies | major | ^9.11.0 -> ^10.1.0 |
By merging this PR, the issue #50 will be automatically resolved and closed:
| Severity | CVE | |
|---|---|---|
High |
7.5 | CVE-2024-45296 |
Release Notes
wheresrhys/fetch-mock (fetch-mock)
v10.1.0: fetch-mock: v10.1.0
Features
- wip: replace dequal, glob-to-regexp and bump path-to-regexp (d8d8b25)
Bug Fixes
v10.0.8: fetch-mock: v10.0.8
Bug Fixes
Miscellaneous
v10.0.7: Make type definitions compatible with ESM and CommonJs
v10.0.6: Fix type definitions
v10.0.5: Fix exports
v10.0.4: Simple API for naming routes
e.g. .mock('/path', 200, 'my-name')
v10.0.3: Remove custom aborterror implementation
v10.0.2: Support matching data URLs
v10.0.1: Small fixes to types
v10.0.0: ESM and native fetch
A major rewrite to use ESM modules and default to using native fetch in all environments
Other than that the API remains unchanged
- [ ] If you want to rebase/retry this PR, check this box
High