From 58282cfa433e31585e2cc664ae81dccefa04dfd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:44:19 +0200 Subject: [PATCH] chore(deps): bump undici from 6.17.0 to 6.18.2 (#80) Bumps [undici](https://github.com/nodejs/undici) from 6.17.0 to 6.18.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.2) --- 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.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7fdbec8..731c3ea 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,6 @@ "vitest": "^1.6.0" }, "dependencies": { - "undici": "^6.17.0" + "undici": "^6.18.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3439f0b..7984457 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: undici: - specifier: ^6.17.0 - version: 6.17.0 + specifier: ^6.18.2 + version: 6.18.2 devDependencies: '@fastify/cookie': @@ -4101,8 +4101,8 @@ packages: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: true - /undici@6.17.0: - resolution: {integrity: sha512-fs13QiDjPIzJ7gFAOal9CSG0c92rT2xw6MuMUJ4H30Eg5GCauLWYCCZA1tInjd6M4y+JZjVCCFr9pFpbhcC64w==} + /undici@6.18.2: + resolution: {integrity: sha512-o/MQLTwRm9IVhOqhZ0NQ9oXax1ygPjw6Vs+Vq/4QRjbOAC3B1GCHy7TYxxbExKlb7bzDRzt9vBWU6BDz0RFfYg==} engines: {node: '>=18.17'} dev: false