@ai-sdk/provider-utils 5.0.35 → 5.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/provider-utils
2
2
 
3
+ ## 5.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - 6bcc0f8: Update Undici to a version patched for CVE-2026-13697.
8
+
3
9
  ## 5.0.35
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -517,7 +517,7 @@ function handleFetchError({
517
517
  }
518
518
 
519
519
  // src/version.ts
520
- var VERSION = true ? "5.0.35" : "0.0.0-test";
520
+ var VERSION = true ? "5.0.36" : "0.0.0-test";
521
521
 
522
522
  // src/normalize-headers.ts
523
523
  function normalizeHeaders(headers) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/provider-utils",
3
- "version": "5.0.35",
3
+ "version": "5.0.36",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -36,7 +36,7 @@
36
36
  "@standard-schema/spec": "^1.1.0",
37
37
  "@workflow/serde": "4.1.0",
38
38
  "eventsource-parser": "^3.0.8",
39
- "undici": "^7.28.0"
39
+ "undici": "^7.29.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "22.19.19",