diff --git a/infrastructure/functions/onGithubWebhook/package.json b/infrastructure/functions/onGithubWebhook/package.json index 26a2dd04a4dde..299487afddb02 100644 --- a/infrastructure/functions/onGithubWebhook/package.json +++ b/infrastructure/functions/onGithubWebhook/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.17.0", + "axios": "^0.21.3", "flat": "^4.0.0", "graphql-request": "^1.4.0", "libhoney": "^1.0.0-beta.10" diff --git a/infrastructure/functions/onGithubWebhook/yarn.lock b/infrastructure/functions/onGithubWebhook/yarn.lock index 86241b9a11626..51adebb581f2e 100644 --- a/infrastructure/functions/onGithubWebhook/yarn.lock +++ b/infrastructure/functions/onGithubWebhook/yarn.lock @@ -6,12 +6,12 @@ async@^1.5.2: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -axios@^0.17.0: - version "0.17.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.0.tgz#7da747916db803f761651d6091d708789b953c6a" +axios@^0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.3.tgz#f85d9b747f9b66d59ca463605cedf1844872b82e" + integrity sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA== dependencies: - follow-redirects "^1.2.3" - is-buffer "^1.1.5" + follow-redirects "^1.14.0" combined-stream@^1.0.5: version "1.0.5" @@ -38,7 +38,7 @@ cross-fetch@0.0.8: node-fetch "1.7.3" whatwg-fetch "2.0.3" -debug@^2.2.0, debug@^2.6.9: +debug@^2.2.0: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" dependencies: @@ -68,11 +68,10 @@ flat@^4.0.0: dependencies: is-buffer "~1.1.5" -follow-redirects@^1.2.3: - version "1.2.5" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.5.tgz#ffd3e14cbdd5eaa72f61b6368c1f68516c2a26cc" - dependencies: - debug "^2.6.9" +follow-redirects@^1.14.0: + version "1.14.3" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e" + integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw== form-data@1.0.0-rc4: version "1.0.0-rc4" @@ -100,7 +99,7 @@ inherits@~2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" -is-buffer@^1.1.5, is-buffer@~1.1.5: +is-buffer@~1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"