From 6c6967ed7d4867c6520c1a4761e5a8062e12cda1 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:32:38 +0000 Subject: [PATCH] Update dependency undici-types to v7 --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2502237..0ca8e43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "express": "^4.21.2", "get-port": "^7.1.0", "lodash": "^4.17.21", - "undici-types": "^6.20.0", + "undici-types": "^7.0.0", "yargs": "^17.7.2" }, "devDependencies": { @@ -1612,6 +1612,13 @@ "form-data": "^4.0.0" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/qs": { "version": "6.9.18", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", @@ -6507,9 +6514,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.5.0.tgz", + "integrity": "sha512-CxNFga24pkqrtk9aO4jV78tWXLZhVVU9J2/EAhBGwqJ1+tsLydMI2Vaq7wj3ba/SZL7BL8aq5rflf75DhbgkhA==", "license": "MIT" }, "node_modules/unpipe": { diff --git a/package.json b/package.json index 46740b7..cbc34cc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "express": "^4.21.2", "get-port": "^7.1.0", "lodash": "^4.17.21", - "undici-types": "^6.20.0", + "undici-types": "^7.0.0", "yargs": "^17.7.2" }, "scripts": {