chore: bump http-server from 13.0.0 to 13.0.1 in /web3.js (#19375)

Bumps [http-server](https://github.com/http-party/http-server) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/http-party/http-server/releases)
- [Commits](https://github.com/http-party/http-server/compare/v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: http-server
  dependency-type: direct:development
  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>
This commit is contained in:
dependabot[bot] 2021-08-23 08:51:35 +00:00 committed by GitHub
parent 034b68f52f
commit 86ef147ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -9090,9 +9090,9 @@
"dev": true
},
"node_modules/http-server": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/http-server/-/http-server-13.0.0.tgz",
"integrity": "sha512-tqOx2M1CiZ3aVaE7Ue/0lup9kOG+Zqg6wdT1HygvxFnvPpU9doBMPcQ1ffT0/QS3J9ua35gipg0o3Dr8N0K0Tg==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/http-server/-/http-server-13.0.1.tgz",
"integrity": "sha512-ke9rphoNuqsOCHy4tA3b3W4Yuxy7VUIXcTHSLz6bkMDAJPQD4twjEatquelJBIPwNhZuC3+FYj/+dSaGHdKTCw==",
"dev": true,
"dependencies": {
"basic-auth": "^1.0.3",
@ -9109,7 +9109,6 @@
"url-join": "^2.0.5"
},
"bin": {
"hs": "bin/http-server",
"http-server": "bin/http-server"
},
"engines": {
@ -27256,9 +27255,9 @@
}
},
"http-server": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/http-server/-/http-server-13.0.0.tgz",
"integrity": "sha512-tqOx2M1CiZ3aVaE7Ue/0lup9kOG+Zqg6wdT1HygvxFnvPpU9doBMPcQ1ffT0/QS3J9ua35gipg0o3Dr8N0K0Tg==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/http-server/-/http-server-13.0.1.tgz",
"integrity": "sha512-ke9rphoNuqsOCHy4tA3b3W4Yuxy7VUIXcTHSLz6bkMDAJPQD4twjEatquelJBIPwNhZuC3+FYj/+dSaGHdKTCw==",
"dev": true,
"requires": {
"basic-auth": "^1.0.3",