From b7f14514f21ffa4429f2275e8e2a0e2bb3a42ac4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 07:33:11 +0000 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.13.1 to 2.28.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.28.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.13.1...v2.28.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3d544a..169427f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9133,9 +9133,9 @@ } }, "rollup": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.13.1.tgz", - "integrity": "sha512-EiICynxIO1DTFmFn+/98gfaqCToK2nbjPjHJLuNvpcwc+P035VrXmJxi3JsOhqkdty+0cOEhJ26ceGTY3UPMPQ==", + "version": "2.28.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.28.1.tgz", + "integrity": "sha512-DOtVoqOZt3+FjPJWLU8hDIvBjUylc9s6IZvy76XklxzcLvAQLtVAG/bbhsMhcWnYxC0TKKcf1QQ/tg29zeID0Q==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 2e0257f..f49cfe4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@open-wc/demoing-storybook": "^2.3.5", "@open-wc/building-rollup": "^1.3.1", "rimraf": "^3.0.2", - "rollup": "^2.13.1", + "rollup": "^2.28.1", "es-dev-server": "^1.54.0" }, "eslintConfig": {