diff --git a/package-lock.json b/package-lock.json index 37ee228a5..14638bf04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "to-regex-range": "^5.0.1", "uc.micro": "^2.1.0", "undici": "^6.24.0", - "undici-types": "^5.26.5", + "undici-types": "^8.3.0", "unicorn-magic": "^0.4.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.25.2" @@ -612,6 +612,13 @@ "undici-types": "~5.26.4" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/unist": { "version": "2.0.11", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", @@ -2176,9 +2183,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/unicorn-magic": { diff --git a/package.json b/package.json index d17c99e99..d1d98e1ce 100644 --- a/package.json +++ b/package.json @@ -336,7 +336,7 @@ "to-regex-range": "^5.0.1", "uc.micro": "^2.1.0", "undici": "^6.24.0", - "undici-types": "^5.26.5", + "undici-types": "^8.3.0", "unicorn-magic": "^0.4.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.25.2"