From 94f83fed395f91818448bd26ba91d3b0d36424b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jun 2022 00:14:06 +0000 Subject: [PATCH] fix: packages/templates/package.json & packages/templates/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- packages/templates/package.json | 2 +- packages/templates/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/templates/package.json b/packages/templates/package.json index 26341e33..c0200ba8 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -13,7 +13,7 @@ ], "dependencies": { "@salesforce/core": "^2.33.1", - "got": "^11.8.2", + "got": "^11.8.5", "mime-types": "^2.1.27", "tar": "^6.1.10", "tslib": "^1", diff --git a/packages/templates/yarn.lock b/packages/templates/yarn.lock index cbd3884a..c6a6111d 100644 --- a/packages/templates/yarn.lock +++ b/packages/templates/yarn.lock @@ -2315,10 +2315,10 @@ globby@^11.0.1, globby@^11.0.3: merge2 "^1.4.1" slash "^3.0.0" -got@^11.8.2: - version "11.8.3" - resolved "https://registry.yarnpkg.com/got/-/got-11.8.3.tgz#f496c8fdda5d729a90b4905d2b07dbd148170770" - integrity sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg== +got@^11.8.5: + version "11.8.5" + resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" + integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ== dependencies: "@sindresorhus/is" "^4.0.0" "@szmarczak/http-timer" "^4.0.5"