From 6df01de970cf3775eccfd2f6eab64e946556be59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:44:05 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.21.0 to 2.38.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.21.0 to 2.38.3. - [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.21.0...v2.38.3) 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 baac5ca02..b25b5d559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12070,12 +12070,21 @@ } }, "rollup": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.21.0.tgz", - "integrity": "sha512-BEGgy+wSzux7Ycq58pRiWEOBZaXRXTuvzl1gsm7gqmsAHxkWf9nyA5V2LN9fGSHhhDQd0/C13iRzSh4bbIpWZQ==", + "version": "2.38.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.3.tgz", + "integrity": "sha512-FVx/XzR2DtCozKNDBjHJCHIgkC12rNg/ruAeoYWjLeeKfSKgwhh+lDLDhuCkuRG/fsup8py8dKBTlHdvUFX32A==", "dev": true, "requires": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.1" + }, + "dependencies": { + "fsevents": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz", + "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==", + "dev": true, + "optional": true + } } }, "rollup-plugin-babel": { diff --git a/package.json b/package.json index 81e02b891..3ee6d81f7 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "nyc": "15.1.0", "prettier": "2.0.5", "pretty-quick": "2.0.1", - "rollup": "2.21.0", + "rollup": "2.38.3", "rollup-plugin-babel": "4.4.0", "rollup-plugin-terser": "6.1.0", "semantic-release": "17.1.1",