From 197d2228ff3ee9fcdab7aaf98c375922f77a6c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:07:19 +0000 Subject: [PATCH] Build(deps): Bump undici-types from 7.1.0 to 7.2.1 Bumps [undici-types](https://github.com/nodejs/undici) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: undici-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5492ab7..672784b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "minimist": "^1.2.8", "octokit": "^4.0.2", "parse-lcov": "^1.0.4", - "undici-types": "^7.1.0", + "undici-types": "^7.2.1", "xml-js": "^1.6.11" }, "devDependencies": { @@ -9249,10 +9249,9 @@ } }, "node_modules/undici-types": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.1.0.tgz", - "integrity": "sha512-IdycojzhJm9g7sblozLpNkyPG2dJ7bsrpfc4hq2QKrnwbDK+ebiGL3UFSwq6B3IzB3R0m3u1b4in3hrZtMnm8g==", - "license": "MIT" + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.2.1.tgz", + "integrity": "sha512-JzyfEFtoTUqsKrSPsm4U75Z3a8wt1Gx3BHN+auORziFSkk7Nqa4eFKKsWiY12NMdaDiUUuvJF4Gf9F/AeWWHYQ==" }, "node_modules/universal-github-app-jwt": { "version": "2.2.0", diff --git a/package.json b/package.json index 0c8435eb..be699f73 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "minimist": "^1.2.8", "octokit": "^4.0.2", "parse-lcov": "^1.0.4", - "undici-types": "^7.1.0", + "undici-types": "^7.2.1", "xml-js": "^1.6.11" }, "devDependencies": {