build(deps): bump superagent from 7.1.2 to 7.1.3 in /src

Bumps [superagent](https://github.com/visionmedia/superagent) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/visionmedia/superagent/releases)
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/visionmedia/superagent/commits/v7.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-03 15:27:24 +00:00 committed by GitHub
parent 0adc027e25
commit e0eb0e9333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
src/package-lock.json generated
View file

@ -8879,21 +8879,21 @@
"dev": true "dev": true
}, },
"superagent": { "superagent": {
"version": "7.1.2", "version": "7.1.3",
"resolved": "https://registry.npmjs.org/superagent/-/superagent-7.1.2.tgz", "resolved": "https://registry.npmjs.org/superagent/-/superagent-7.1.3.tgz",
"integrity": "sha512-o9/fP6dww7a4xmEF5a484o2rG34UUGo8ztDlv7vbCWuqPhpndMi0f7eXxdlryk5U12Kzy46nh8eNpLAJ93Alsg==", "integrity": "sha512-WA6et4nAvgBCS73lJvv1D0ssI5uk5Gh+TGN/kNe+B608EtcVs/yzfl+OLXTzDs7tOBDIpvgh/WUs1K2OK1zTeQ==",
"requires": { "requires": {
"component-emitter": "^1.3.0", "component-emitter": "^1.3.0",
"cookiejar": "^2.1.3", "cookiejar": "^2.1.3",
"debug": "^4.3.3", "debug": "^4.3.4",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"formidable": "^2.0.1", "formidable": "^2.0.1",
"methods": "^1.1.2", "methods": "^1.1.2",
"mime": "^2.5.0", "mime": "^2.5.0",
"qs": "^6.10.1", "qs": "^6.10.3",
"readable-stream": "^3.6.0", "readable-stream": "^3.6.0",
"semver": "^7.3.5" "semver": "^7.3.7"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {

View file

@ -63,7 +63,7 @@
"security": "1.0.0", "security": "1.0.0",
"semver": "^7.3.7", "semver": "^7.3.7",
"socket.io": "^2.4.1", "socket.io": "^2.4.1",
"superagent": "^7.1.2", "superagent": "^7.1.3",
"terser": "^5.12.1", "terser": "^5.12.1",
"threads": "^1.7.0", "threads": "^1.7.0",
"tinycon": "0.6.8", "tinycon": "0.6.8",