From c2b738937b7ae40deca2240608fe84dd916f330a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 13 Aug 2024 12:04:08 +0000
Subject: [PATCH] build(deps): bump undici from 6.19.5 to 6.19.7 (#3145)

Bumps [undici](https://github.com/nodejs/undici) from 6.19.5 to 6.19.7.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.19.5...v6.19.7)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index b466b0f..4f57fc1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
         "@octokit/plugin-paginate-rest": "^5.0.1",
         "@octokit/plugin-rest-endpoint-methods": "^6.8.1",
         "proxy-from-env": "^1.1.0",
-        "undici": "^6.19.5",
+        "undici": "^6.19.7",
         "uuid": "^9.0.1"
       },
       "devDependencies": {
@@ -7699,9 +7699,9 @@
       }
     },
     "node_modules/undici": {
-      "version": "6.19.5",
-      "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.5.tgz",
-      "integrity": "sha512-LryC15SWzqQsREHIOUybavaIHF5IoL0dJ9aWWxL/PgT1KfqAW5225FZpDUFlt9xiDMS2/S7DOKhFWA7RLksWdg==",
+      "version": "6.19.7",
+      "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz",
+      "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==",
       "engines": {
         "node": ">=18.17"
       }
diff --git a/package.json b/package.json
index db72633..28a5951 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
     "@octokit/plugin-paginate-rest": "^5.0.1",
     "@octokit/plugin-rest-endpoint-methods": "^6.8.1",
     "proxy-from-env": "^1.1.0",
-    "undici": "^6.19.5",
+    "undici": "^6.19.7",
     "uuid": "^9.0.1"
   },
   "devDependencies": {