From dc4f3c2a5fdf59222e128c43ee1fe0d66e33ddcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:02:13 +0000 Subject: [PATCH] Bump rollup-plugin-serve from 1.0.1 to 1.1.0 Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/thgh/rollup-plugin-serve/releases) - [Changelog](https://github.com/thgh/rollup-plugin-serve/blob/master/CHANGELOG.md) - [Commits](https://github.com/thgh/rollup-plugin-serve/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54d293b..f9f2b55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -847,12 +847,12 @@ } }, "rollup-plugin-serve": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/rollup-plugin-serve/-/rollup-plugin-serve-1.0.1.tgz", - "integrity": "sha512-bni0pb4s1YLvn1xBmj+dH1OsLdp8gWA4zqh3yuEtT6/YHhg3nDneGU2GwMcRDQwY2tXzuI0uSeAlF1rY+ODitg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-serve/-/rollup-plugin-serve-1.1.0.tgz", + "integrity": "sha512-pYkSsuA0/psKqhhictkJw1c2klya5b+LlCvipWqI9OE1aG2M97mRumZCbBlry5CMEOzYBBgSDgd1694sNbmyIw==", "dev": true, "requires": { - "mime": ">=2.0.3", + "mime": ">=2.4.6", "opener": "1" } },