build(deps): bump superagent from 8.1.1 to 8.1.2 in /src (#5876)

Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.1 to 8.1.2.
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/ladjs/superagent/compare/v8.1.1...v8.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5880/head
dependabot[bot] 2023-08-17 16:12:54 +02:00 committed by GitHub
parent faa2ed1b4d
commit 89145ab376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -10566,9 +10566,9 @@
"dev": true
},
"superagent": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/superagent/-/superagent-8.1.1.tgz",
"integrity": "sha512-5jVAXxfqR15KFq3trY7q0ySvzXWPsnkWgzoUkfgxeFDMPSFhsdnko9RQ/vBo3JLOcMErLReBFZQJNmH6y9IM3A==",
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/superagent/-/superagent-8.1.2.tgz",
"integrity": "sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==",
"requires": {
"component-emitter": "^1.3.0",
"cookiejar": "^2.1.4",

View File

@ -63,7 +63,7 @@
"security": "1.0.0",
"semver": "^7.5.4",
"socket.io": "^2.5.0",
"superagent": "^8.1.1",
"superagent": "^8.1.2",
"terser": "^5.19.2",
"threads": "^1.7.0",
"tinycon": "0.6.8",