From 84b8dc8e926432e3e44484efa3f0f66365330f18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 04:51:46 +0000 Subject: [PATCH] Bump rollup from 1.27.5 to 2.38.3 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.5 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/v1.27.5...v2.38.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f58de3..c0a38fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11566,21 +11566,20 @@ } }, "rollup": { - "version": "1.27.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.5.tgz", - "integrity": "sha512-8rfVdzuTg2kt8ObD9LNJpEwUN7B6lsl3sHc5fddtgICpLjpYeSf4m2+RftBzcCaBTMi1iYX3Ez8zFT4Gj2nJjg==", + "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": { - "@types/estree": "*", - "@types/node": "*", - "acorn": "^7.1.0" + "fsevents": "~2.3.1" }, "dependencies": { - "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", - "dev": true + "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 } } }, diff --git a/package.json b/package.json index 63de3ec..35ffd11 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react": "16.9.0", "react-dom": "16.12.0", "rimraf": "3.0.0", - "rollup": "1.27.5", + "rollup": "2.38.3", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.2",