From 7b7e375f75a6b7ce9e854967c26c05acfa192466 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 08:06:46 +0000 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.13.1 to 2.55.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.55.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.55.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3d544a..9e717b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9133,12 +9133,21 @@ } }, "rollup": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.13.1.tgz", - "integrity": "sha512-EiICynxIO1DTFmFn+/98gfaqCToK2nbjPjHJLuNvpcwc+P035VrXmJxi3JsOhqkdty+0cOEhJ26ceGTY3UPMPQ==", + "version": "2.55.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz", + "integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==", "dev": true, "requires": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.2" + }, + "dependencies": { + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + } } }, "rollup-plugin-babel": { diff --git a/package.json b/package.json index 2e0257f..f1f027d 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.55.1", "es-dev-server": "^1.54.0" }, "eslintConfig": {