From 709d4861cb5ceee713d3d67f4cc55db3a6819254 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 16:42:22 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2c0f7c..15df9fa 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@bitauth/libauth": "^1.17.1", - "axios": "^1.6.0", + "axios": "^1.6.3", "lodash": "^4.17.21", "path-to-regexp": "^6.2.1", "require-in-the-middle": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index e83e268..5ca59c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1176,10 +1176,10 @@ axios@0.26.1: dependencies: follow-redirects "^1.14.8" -axios@^1.6.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2" - integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A== +axios@^1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" + integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"