From 3e9e09c0c1130161d329c115d4ac0fa78fe2b0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:09:27 +0000 Subject: [PATCH] chore(deps): bump undici from 5.23.0 to 5.26.2 Bumps [undici](https://github.com/nodejs/undici) from 5.23.0 to 5.26.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.23.0...v5.26.2) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/klinklang-server/package.json | 2 +- pnpm-lock.yaml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/packages/klinklang-server/package.json b/packages/klinklang-server/package.json index f8d106a..1d5ed52 100644 --- a/packages/klinklang-server/package.json +++ b/packages/klinklang-server/package.json @@ -55,7 +55,7 @@ "pino": "^8.15.0", "safe-regex": "^2.1.1", "sass": "^1.66.1", - "undici": "^5.23.0", + "undici": "^5.26.2", "uuid": "^9.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea26daf..2419b5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -188,8 +188,8 @@ importers: specifier: ^1.66.1 version: 1.66.1 undici: - specifier: ^5.23.0 - version: 5.23.0 + specifier: ^5.26.2 + version: 5.26.2 uuid: specifier: ^9.0.0 version: 9.0.0 @@ -874,6 +874,11 @@ packages: fastify-plugin: 4.5.0 dev: false + /@fastify/busboy@2.0.0: + resolution: {integrity: sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==} + engines: {node: '>=14'} + dev: false + /@fastify/cookie@9.0.4: resolution: {integrity: sha512-behLOTH2u7fSZ6+TWeW8XUCmpEstwl8ysxzyb4QRxnKyt80O2S4yVfNbBZQcG9rktjeZXfR7LLl9xXKL4vdjlQ==} dependencies: @@ -3550,6 +3555,7 @@ packages: /node-gyp-build-optional-packages@5.0.7: resolution: {integrity: sha512-YlCCc6Wffkx0kHkmam79GKvDQ6x+QZkMjFGrIMxgFNILFvGSbCp2fCBC55pGTT9gVaz8Na5CLmxt/urtzRv36w==} hasBin: true + requiresBuild: true dev: false optional: true @@ -4398,11 +4404,11 @@ packages: busboy: 1.6.0 dev: false - /undici@5.23.0: - resolution: {integrity: sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==} + /undici@5.26.2: + resolution: {integrity: sha512-a4PDLQgLTPHVzOK+x3F79/M4GtyYPl+aX9AAK7aQxpwxDwCqkeZCScy7Gk5kWT3JtdFq1uhO3uZJdLtHI4dK9A==} engines: {node: '>=14.0'} dependencies: - busboy: 1.6.0 + '@fastify/busboy': 2.0.0 dev: false /update-browserslist-db@1.0.11(browserslist@4.21.10):