Bump serve from 11.3.0 to 11.3.1 (#30904)

Bumps [serve](https://github.com/zeit/serve) from 11.3.0 to 11.3.1.
- [Release notes](https://github.com/zeit/serve/releases)
- [Commits](https://github.com/zeit/serve/compare/11.3.0...11.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-26 19:08:32 +03:00 committed by GitHub
parent ad518e2097
commit d9063498f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10218,9 +10218,9 @@
}
},
"serve": {
"version": "11.3.0",
"resolved": "https://registry.npmjs.org/serve/-/serve-11.3.0.tgz",
"integrity": "sha512-AU0g50Q1y5EVFX56bl0YX5OtVjUX1N737/Htj93dQGKuHiuLvVB45PD8Muar70W6Kpdlz8aNJfoUqTyAq9EE/A==",
"version": "11.3.1",
"resolved": "https://registry.npmjs.org/serve/-/serve-11.3.1.tgz",
"integrity": "sha512-+tcx5eybTZT0scsp1PCb7HYjzBSfRF9fQIwyEU8ZYLioVuhHwywRYBBTF5WYlTXvC62eumK2bloDXAd7+9blGQ==",
"dev": true,
"requires": {
"@zeit/schemas": "2.6.0",

View File

@ -131,7 +131,7 @@
"postcss-cli": "^7.1.1",
"rollup": "^2.10.9",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.3.0",
"serve": "^11.3.1",
"shelljs": "^0.8.4",
"stylelint": "^13.5.0",
"stylelint-config-twbs-bootstrap": "^2.0.2",