From 69aeaf277765589c40c277c3b5ee9e65a94a5b31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 11:41:51 +0000 Subject: [PATCH] fix: script/vsts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- script/vsts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vsts/package.json b/script/vsts/package.json index 12f5d1449f8..cd22dd1f4cf 100644 --- a/script/vsts/package.json +++ b/script/vsts/package.json @@ -9,7 +9,7 @@ "pr-changelog": "^0.3.2", "publish-release": "^1.6.0", "request": "^2.87.0", - "request-promise-native": "^1.0.5", + "request-promise-native": "^1.0.9", "semver": "5.3.0", "yargs": "4.8.1" }