From ed694850f2792eb8eca9f6071779d126ab7461ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 00:25:29 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-10176064 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bca92ba1..23624d01d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/http-proxy": "9.5.0", - "@fastify/multipart": "^8.3.1", + "@fastify/multipart": "8.3.1", "@fastify/swagger": "8.15.0", "@fastify/type-provider-typebox": "4.0.0", "@hirosystems/api-toolkit": "1.6.2", @@ -69,7 +69,7 @@ "strict-event-emitter-types": "2.0.0", "tiny-secp256k1": "2.2.1", "ts-unused-exports": "7.0.3", - "undici": "^6.21.1", + "undici": "^6.21.2", "uuid": "8.3.2", "ws": "7.5.10", "zone-file": "2.0.0-beta.3" @@ -16970,9 +16970,9 @@ "dev": true }, "node_modules/undici": { - "version": "6.21.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", - "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", + "version": "6.21.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz", + "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 30cb39a4b..a4e219f5c 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "strict-event-emitter-types": "2.0.0", "tiny-secp256k1": "2.2.1", "ts-unused-exports": "7.0.3", - "undici": "6.21.1", + "undici": "6.21.2", "uuid": "8.3.2", "ws": "7.5.10", "zone-file": "2.0.0-beta.3"