From 2658c1fca7094880fb2777e195c2a20a49690240 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 15:48:47 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.27.3 to 1.31.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.3 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.3...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 802d78b4..3d59da9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8159,9 +8159,9 @@ } }, "rollup": { - "version": "1.27.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.3.tgz", - "integrity": "sha512-79AEh4m5NPCz97GTuIoXpSFIMPyk2AiqVQp040baSRPXk/I4YMGt5/CR9GX5oEYEkxwBZoWLheaS1/w/FidfJw==", + "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 ba7aec90..decb5bf0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prettier": "1.19.1", "prop-types": "^15.7.2", "react": "^16.11.0", - "rollup": "^1.27.3", + "rollup": "^1.31.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",