From 5ab5a667147c9257f9315781d9bd924210b224f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:37:43 +0000 Subject: [PATCH] Bump undici from 6.19.2 to 6.19.4 in the non-breaking-changes group Bumps the non-breaking-changes group with 1 update: [undici](https://github.com/nodejs/undici). Updates `undici` from 6.19.2 to 6.19.4 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/commits) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] --- 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 60a7a4c..f0afa58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", "prettier": "^3.3.3", - "undici": "^6.19.2" + "undici": "^6.19.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7877,9 +7877,9 @@ } }, "node_modules/undici": { - "version": "6.19.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz", - "integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==", + "version": "6.19.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.4.tgz", + "integrity": "sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g==", "dev": true, "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 3568047..03593c1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", "prettier": "^3.3.3", - "undici": "^6.19.2" + "undici": "^6.19.4" }, "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",