From 3231f2e6a2b01000bd3d09e0347dc1d803118c11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 21:04:14 +0000 Subject: [PATCH] fix: integration/package.json & integration/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- integration/package.json | 2 +- integration/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/package.json b/integration/package.json index dd72ec91fba..bd28547ea9b 100644 --- a/integration/package.json +++ b/integration/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@playwright/test": "^1.27.1", - "axios": "^1.1.3" + "axios": "^1.6.0" }, "devDependencies": { "prettier": "^2.7.1" diff --git a/integration/yarn.lock b/integration/yarn.lock index 88e24160c02..d1f5130c5bc 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -20,10 +20,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"