From 8aed3f42225772014e782cd56a4e861e6b05f0c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 07:49:34 +0000 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.13.1 to 2.36.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.36.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.36.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..ba1fd98 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.36.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.36.1.tgz", + "integrity": "sha512-eAfqho8dyzuVvrGqpR0ITgEdq0zG2QJeWYh+HeuTbpcaXk8vNFc48B7bJa1xYosTCKx0CuW+447oQOW8HgBIZQ==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 2e0257f..857dada 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.36.1", "es-dev-server": "^1.54.0" }, "eslintConfig": {