Skip to content

Commit

Permalink
build(deps): bump superagent from 8.1.2 to 10.1.1
Browse files Browse the repository at this point in the history
Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.2 to 10.1.1.
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
- [Commits](ladjs/superagent@v8.1.2...v10.1.1)

---
updated-dependencies:
- dependency-name: superagent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 2ad2b3a commit 5c7dd6c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"storybook-react-i18next": "~2.0.1",
"style-loader": "~4.0.0",
"styled-components": "~5.3.3",
"superagent": "~8.1.0",
"superagent": "~10.1.1",
"webpack": "~5.96.1",
"webpack-cli": "~5.1.0",
"webpack-dev-server": "~5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-panoptes-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"jose": "~5.9.6",
"superagent": "^8.0.6"
"superagent": "^10.1.1"
},
"devDependencies": {
"@zooniverse/standard": "~2.0.0",
Expand Down
31 changes: 30 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10158,6 +10158,15 @@ formidable@^2.1.2:
once "^1.4.0"
qs "^6.11.0"

formidable@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/formidable/-/formidable-3.5.2.tgz#207c33fecdecb22044c82ba59d0c63a12fb81d77"
integrity sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==
dependencies:
dezalgo "^1.0.4"
hexoid "^2.0.0"
once "^1.4.0"

formik@~2.4.0:
version "2.4.6"
resolved "https://registry.yarnpkg.com/formik/-/formik-2.4.6.tgz#4da75ca80f1a827ab35b08fd98d5a76e928c9686"
Expand Down Expand Up @@ -10895,6 +10904,11 @@ hexoid@^1.0.0:
resolved "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz"
integrity sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==

hexoid@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/hexoid/-/hexoid-2.0.0.tgz#fb36c740ebbf364403fa1ec0c7efd268460ec5b9"
integrity sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==

hmac-drbg@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
Expand Down Expand Up @@ -17270,7 +17284,22 @@ [email protected]:
dependencies:
client-only "0.0.1"

superagent@^8.0.6, superagent@^8.0.8, superagent@~8.1.0:
superagent@^10.1.1, superagent@~10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-10.1.1.tgz#2f112591a5701a1d4467048580bcfda104e5a94d"
integrity sha512-9pIwrHrOj3uAnqg9gDlW7EA2xv+N5au/dSM0kM22HTqmUu8jBxNT+8uA7tA3UoCnmiqzpSbu8rasIUZvbyamMQ==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.4"
debug "^4.3.4"
fast-safe-stringify "^2.1.1"
form-data "^4.0.0"
formidable "^3.5.2"
methods "^1.1.2"
mime "2.6.0"
qs "^6.11.0"

superagent@^8.0.8:
version "8.1.2"
resolved "https://registry.npmjs.org/superagent/-/superagent-8.1.2.tgz"
integrity sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==
Expand Down

0 comments on commit 5c7dd6c

Please sign in to comment.