From 3caec8f8640eb549fcca57a023812f64698023d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 12:29: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-14943963 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ed962eb..da55abc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "short-uuid": "^5.1.0", "sinon": "^17.0.1", "to-snake-case": "^1.0.0", - "undici": "^7.5.0", + "undici": "^7.18.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.18.0", "xml2js": "^0.6.2" @@ -10431,9 +10431,9 @@ } }, "node_modules/undici": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", - "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", + "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index 23271f11..3d37bb00 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "short-uuid": "^5.1.0", "sinon": "^17.0.1", "to-snake-case": "^1.0.0", - "undici": "^7.5.0", + "undici": "^7.18.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.18.0", "xml2js": "^0.6.2"