diff --git a/packages/lib-classifier/package.json b/packages/lib-classifier/package.json index 9e25a0012e3..b803dfd228d 100644 --- a/packages/lib-classifier/package.json +++ b/packages/lib-classifier/package.json @@ -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" diff --git a/packages/lib-panoptes-js/package.json b/packages/lib-panoptes-js/package.json index 165c5a71833..77a7defaab8 100644 --- a/packages/lib-panoptes-js/package.json +++ b/packages/lib-panoptes-js/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "jose": "~5.9.6", - "superagent": "^8.0.6" + "superagent": "^10.1.1" }, "devDependencies": { "@zooniverse/standard": "~2.0.0", diff --git a/yarn.lock b/yarn.lock index 1736eb8860e..c02aa9eb7bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -17270,7 +17284,22 @@ styled-jsx@5.1.1: 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==