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 13, 2024
1 parent 3660406 commit 7b13089
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.0.1"
}
}
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.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-10.0.1.tgz#a918fcdb2930871d57a97334e5cdfff6387ed55d"
integrity sha512-kG7dZ4Z6s6VbCVxd0PJpkYND0X+SW+iIAuboIQyHE7eFSNVprFVTpG1uID3UsVS7Jw47tdPvSiCSGzgXDhFcGQ==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.4"
Expand Down

0 comments on commit 7b13089

Please sign in to comment.