Skip to content

Commit

Permalink
fix(deps): update dependency superagent to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 3660406 commit af774ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"cli-table": "^0.3.11",
"superagent": "^9.0.2"
"superagent": "^10.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit af774ca

Please sign in to comment.