From 25fe342fe31989106416eb844d5d60765a90c936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 08:02:03 +0000 Subject: [PATCH] Bump undici from 6.18.0 to 6.19.7 Bumps [undici](https://github.com/nodejs/undici) from 6.18.0 to 6.19.7. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.18.0...v6.19.7) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b00a349..e0d33412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "ts-jest": "^29.2.4", "ts-loader": "^9.5.1", "typescript": "^5.4.5", - "undici": "^6.18.0", + "undici": "^6.19.7", "webpack": "^5.93.0", "webpack-bundle-size-analyzer": "^3.1.0", "webpack-cli": "^5.1.4", @@ -13104,9 +13104,9 @@ } }, "node_modules/undici": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.18.0.tgz", - "integrity": "sha512-nT8jjv/fE9Et1ilR6QoW8ingRTY2Pp4l2RUrdzV5Yz35RJDrtPc1DXvuNqcpsJSGIRHFdt3YKKktTzJA6r0fTA==", + "version": "6.19.7", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz", + "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==", "dev": true, "engines": { "node": ">=18.17" @@ -23315,9 +23315,9 @@ } }, "undici": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.18.0.tgz", - "integrity": "sha512-nT8jjv/fE9Et1ilR6QoW8ingRTY2Pp4l2RUrdzV5Yz35RJDrtPc1DXvuNqcpsJSGIRHFdt3YKKktTzJA6r0fTA==", + "version": "6.19.7", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz", + "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 7cf0fd0a..5a4745aa 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ts-jest": "^29.2.4", "ts-loader": "^9.5.1", "typescript": "^5.4.5", - "undici": "^6.18.0", + "undici": "^6.19.7", "webpack": "^5.93.0", "webpack-bundle-size-analyzer": "^3.1.0", "webpack-cli": "^5.1.4",