From ec71e5307b130e4a2ed63a9bdfc1ccfc858de7e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 04:48:10 +0000 Subject: [PATCH] Bump rollup from 1.27.5 to 1.31.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.5 to 1.31.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/v1.27.5...v1.31.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 5f58de3..0038231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11566,9 +11566,9 @@ } }, "rollup": { - "version": "1.27.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.5.tgz", - "integrity": "sha512-8rfVdzuTg2kt8ObD9LNJpEwUN7B6lsl3sHc5fddtgICpLjpYeSf4m2+RftBzcCaBTMi1iYX3Ez8zFT4Gj2nJjg==", + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.31.1.tgz", + "integrity": "sha512-2JREN1YdrS/kpPzEd33ZjtuNbOuBC3ePfuZBdKEybvqcEcszW1ckyVqzcEiEe0nE8sqHK+pbJg+PsAgRJ8+1dg==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 63de3ec..563e3d4 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": "1.31.1", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.2",