diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-31 15:06:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-12-31 15:06:16 +0200 |
| commit | 082d5ef087a6bc4989310e8289a8f90bf1badea7 (patch) | |
| tree | b150ee644749901985892607101a09c559da7b66 | |
| parent | bd278341989e115e95fe29bc4738b440087f6d75 (diff) | |
| download | bootstrap-082d5ef087a6bc4989310e8289a8f90bf1badea7.tar.xz bootstrap-082d5ef087a6bc4989310e8289a8f90bf1badea7.zip | |
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] <[email protected]>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9c857d837..345167979 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 82228ec2b..5ba6c04ad 100644 --- a/package.json +++ b/package.json @@ -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", |
