From af774caa9402efbe59eb999a91fecc7d85389404 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:37:02 +0000 Subject: [PATCH] fix(deps): update dependency superagent to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98656c5..7c1d45b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ }, "dependencies": { "cli-table": "^0.3.11", - "superagent": "^9.0.2" + "superagent": "^10.1.0" } } diff --git a/yarn.lock b/yarn.lock index c3ad60a..9507458 100644 --- a/yarn.lock +++ b/yarn.lock @@ -236,10 +236,10 @@ side-channel@^1.0.6: get-intrinsic "^1.2.4" object-inspect "^1.13.1" -superagent@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/superagent/-/superagent-9.0.2.tgz#a18799473fc57557289d6b63960610e358bdebc1" - integrity sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w== +superagent@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/superagent/-/superagent-10.1.0.tgz#9c56cbc51fca902ed07e93ff64bc7af3d823c7ea" + integrity sha512-JMmik7PbnXGlq7g528Gi6apHbVbTz2vrE3du6fuG4kIPSb2PnLoSOPvfjKn8aQYuJcBWAKW6ZG90qPPsE5jZxQ== dependencies: component-emitter "^1.3.0" cookiejar "^2.1.4"