Bump serve from 11.2.0 to 11.3.0 (#29932)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-31 15:06:16 +02:00 committed by XhmikosR
parent bd27834198
commit 082d5ef087
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11282,9 +11282,9 @@
}
},
"serve": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/serve/-/serve-11.2.0.tgz",
"integrity": "sha512-THZcLzDGk3vJqjhAbLkLag43tiE3V0B7wVe98Xtl+1KyAsr+4iShg+9hke4pLZmrCJu0pUg0TrbhJmdqn/MKoA==",
"version": "11.3.0",
"resolved": "https://registry.npmjs.org/serve/-/serve-11.3.0.tgz",
"integrity": "sha512-AU0g50Q1y5EVFX56bl0YX5OtVjUX1N737/Htj93dQGKuHiuLvVB45PD8Muar70W6Kpdlz8aNJfoUqTyAq9EE/A==",
"dev": true,
"requires": {
"@zeit/schemas": "2.6.0",

View File

@ -128,7 +128,7 @@
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.2.0",
"serve": "^11.3.0",
"shelljs": "^0.8.3",
"stylelint": "^12.0.1",
"stylelint-config-twbs-bootstrap": "^1.0.0",