build(deps): [security] bump node-fetch from 2.6.0 to 2.6.1 in /web

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. **This update includes a security fix.**
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-12 02:25:57 +00:00 committed by Mike Welsh
parent eff5964acb
commit 32c4becb93
1 changed files with 3 additions and 44 deletions

47
web/package-lock.json generated
View File

@ -2271,17 +2271,6 @@
}
}
},
"@wdio/config": {
"version": "6.4.6",
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-6.4.6.tgz",
"integrity": "sha512-raKCCGfFPBTi2tIsE3u8noWajt1Tqz9nt00MSvLBEPtkcb58/RicCPfehtZFbjvoaF1IfBdcBDnswe2jP++GaQ==",
"dev": true,
"requires": {
"@wdio/logger": "6.0.16",
"deepmerge": "^4.0.0",
"glob": "^7.1.2"
}
},
"@wdio/local-runner": {
"version": "6.4.7",
"resolved": "https://registry.npmjs.org/@wdio/local-runner/-/local-runner-6.4.7.tgz",
@ -2327,18 +2316,6 @@
}
}
},
"@wdio/logger": {
"version": "6.0.16",
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-6.0.16.tgz",
"integrity": "sha512-VbH5UnQIG/3sSMV+Y38+rOdwyK9mVA9vuL7iOngoTafHwUjL1MObfN/Cex84L4mGxIgfxCu6GV48iUmSuQ7sqA==",
"dev": true,
"requires": {
"chalk": "^4.0.0",
"loglevel": "^1.6.0",
"loglevel-plugin-prefix": "^0.8.4",
"strip-ansi": "^6.0.0"
}
},
"@wdio/mocha-framework": {
"version": "6.4.7",
"resolved": "https://registry.npmjs.org/@wdio/mocha-framework/-/mocha-framework-6.4.7.tgz",
@ -2380,15 +2357,6 @@
"integrity": "sha512-cocBRkv5sYUBxXResuxskQhIkKgDgE/yAtgMGR5wXLrtG/sMpZ2HVy6LOcOeARidAaRwbav80M2ZHjTCjPn53w==",
"dev": true
},
"@wdio/repl": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-6.4.0.tgz",
"integrity": "sha512-3oSRBzbWM67kng/ZqcDtFTHhTVO/fIALNqfyEEzaMb7oJ2OXgibBzjEa1r8ZhKIC8TpEAJ29BdSll4brHUhQrw==",
"dev": true,
"requires": {
"@wdio/utils": "6.4.0"
}
},
"@wdio/reporter": {
"version": "6.4.7",
"resolved": "https://registry.npmjs.org/@wdio/reporter/-/reporter-6.4.7.tgz",
@ -2568,15 +2536,6 @@
}
}
},
"@wdio/utils": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-6.4.0.tgz",
"integrity": "sha512-sAVBbgQjUmvbvkQ/EyWIUSDoebtiZewmf6wb6Pt6EZfaTm4hul30Txd+IXfazhuxp701PskwufkMWzrQIXhpKw==",
"dev": true,
"requires": {
"@wdio/logger": "6.0.16"
}
},
"@webassemblyjs/ast": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
@ -10442,9 +10401,9 @@
}
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"dev": true
},
"node-fetch-npm": {