From 3aa1b2239108a363ef648aac0f4f48475013ad9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 08:02:56 +0000 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.13.1 to 2.35.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.35.0. - [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.35.0) 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..e7c16a0 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.35.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.35.0.tgz", + "integrity": "sha512-AkiRsGBlHbP+bnAcOgiCRp6jm0BEGHXJk7TGZ+GpKyTL3EiSv+v+zEHlaB1gy1Ql2zyblBhzo5X346bCL45OAg==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 2e0257f..ec74bd1 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.35.0", "es-dev-server": "^1.54.0" }, "eslintConfig": {