From e9cabb6e36230b761ef79e777df8a9b904b4deea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:29:34 +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-6139239 --- script/vsts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/vsts/package.json b/script/vsts/package.json index 463bb18335e..ddcd60da3f8 100644 --- a/script/vsts/package.json +++ b/script/vsts/package.json @@ -7,9 +7,9 @@ "download": "^7.1.0", "glob": "7.0.3", "pr-changelog": "^0.3.4", - "publish-release": "^1.6.0", + "publish-release": "^1.6.1", "request": "^2.87.0", - "request-promise-native": "^1.0.5", + "request-promise-native": "^1.0.9", "semver": "5.3.0", "yargs": "4.8.1" }