From 9b379eac7b6361e5231f7c67732061f8e70ad382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:50:37 +0000 Subject: [PATCH] chore(deps): bump undici from 7.0.0 to 7.2.0 (#364) Bumps [undici](https://github.com/nodejs/undici) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.0.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dcd63b0..7275570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "octokit": "^4.0.2", "posthog-node": "^4.3.1", "semver": "^7.6.3", - "undici": "^7.0.0", + "undici": "^7.2.0", "winston": "^3.17.0" }, "devDependencies": { @@ -4779,10 +4779,9 @@ } }, "node_modules/undici": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.0.0.tgz", - "integrity": "sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==", - "license": "MIT", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.0.tgz", + "integrity": "sha512-klt+0S55GBViA9nsq48/NSCo4YX5mjydjypxD7UmHh/brMu8h/Mhd/F7qAeoH2NOO8SDTk6kjnTFc4WpzmfYpQ==", "engines": { "node": ">=20.18.1" } diff --git a/package.json b/package.json index 4e54d74..640c56b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "octokit": "^4.0.2", "posthog-node": "^4.3.1", "semver": "^7.6.3", - "undici": "^7.0.0", + "undici": "^7.2.0", "winston": "^3.17.0" }, "devDependencies": {