From c5da33c64e260ea5be0b2ee580ce41cdce1fbc3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:15:38 +0000 Subject: [PATCH] chore(deps): bump undici from 4.16.0 to 6.19.7 in /relying-party Bumps [undici](https://github.com/nodejs/undici) from 4.16.0 to 6.19.7. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v4.16.0...v6.19.7) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- relying-party/package.json | 2 +- relying-party/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/relying-party/package.json b/relying-party/package.json index cc3b277..4d708ed 100644 --- a/relying-party/package.json +++ b/relying-party/package.json @@ -29,7 +29,7 @@ "ajv": "^8.11.0", "jose": "^4.6.0", "lodash": "^4.17.21", - "undici": "^4.16.0", + "undici": "^6.19.7", "uuid": "^8.3.2", "winston": "^3.6.0", "winston-daily-rotate-file": "^4.6.1" diff --git a/relying-party/yarn.lock b/relying-party/yarn.lock index d784ccb..33947de 100644 --- a/relying-party/yarn.lock +++ b/relying-party/yarn.lock @@ -2826,10 +2826,10 @@ typescript@^4.6.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== -undici@^4.16.0: - version "4.16.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-4.16.0.tgz#469bb87b3b918818d3d7843d91a1d08da357d5ff" - integrity sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw== +undici@^6.19.7: + version "6.19.7" + resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.7.tgz#7d4cf26dc689838aa8b6753a3c5c4288fc1e0216" + integrity sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A== universalify@^0.1.2: version "0.1.2"