From eabd9ab3908770f4e739ce6c589ae4229698fa46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 17:52:56 +0000 Subject: [PATCH 1/2] fix: internal/local/testdata/functions/functions/package.json & internal/local/testdata/functions/functions/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- internal/local/testdata/functions/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/local/testdata/functions/functions/package.json b/internal/local/testdata/functions/functions/package.json index 2f0c4aa5..320df30c 100644 --- a/internal/local/testdata/functions/functions/package.json +++ b/internal/local/testdata/functions/functions/package.json @@ -2,7 +2,7 @@ "dependencies": { "axios": "^0.21.1", "debug": "^4.3.1", - "follow-redirects": "^1.13.2", + "follow-redirects": "^1.15.4", "is-buffer": "^2.0.5" } } From 6b3faa00e652426c275e1e34cc572b8c0860b66a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 17:52:56 +0000 Subject: [PATCH 2/2] fix: internal/local/testdata/functions/functions/package.json & internal/local/testdata/functions/functions/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- internal/local/testdata/functions/functions/yarn.lock | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/internal/local/testdata/functions/functions/yarn.lock b/internal/local/testdata/functions/functions/yarn.lock index 33c47058..b895a38e 100644 --- a/internal/local/testdata/functions/functions/yarn.lock +++ b/internal/local/testdata/functions/functions/yarn.lock @@ -16,11 +16,16 @@ debug@^4.3.1: dependencies: ms "2.1.2" -follow-redirects@^1.10.0, follow-redirects@^1.13.2: +follow-redirects@^1.10.0: version "1.13.2" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA== +follow-redirects@^1.15.4: + version "1.15.4" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" + integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== + is-buffer@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"