From ffb20a298cb7d09d992e6087fec931567feba519 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Mar 2026 06:22:50 +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-15518064 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518068 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518070 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518066 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518061 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518072 --- 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 230a6fe..f0f964e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "debug": "^4.4.3", "lodash": "^4.17.23", "rimraf": "^6.1.2", - "undici": "^7.20.0" + "undici": "^7.24.0" }, "devDependencies": { "@types/jest": "23.3.10", @@ -4353,9 +4353,9 @@ } }, "node_modules/undici": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.20.0.tgz", - "integrity": "sha512-MJZrkjyd7DeC+uPZh+5/YaMDxFiiEEaDgbUSVMXayofAkDWF1088CDo+2RPg7B1BuS1qf1vgNE7xqwPxE0DuSQ==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz", + "integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index e095b1f..9c0bd4f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "debug": "^4.4.3", "lodash": "^4.17.23", "rimraf": "^6.1.2", - "undici": "^7.20.0" + "undici": "^7.24.0" }, "devDependencies": { "@types/jest": "23.3.10",