From 25b6b4cb20cb6ef31c3cb41a0720bb84eda5857f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 17:36:16 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.25.1 to 1.26.0 Bumps [rollup](https://github.com/rollup/rollup) from 1.25.1 to 1.26.0. - [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.25.1...v1.26.0) 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 0ca4664c..0cc20e6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7018,9 +7018,9 @@ } }, "rollup": { - "version": "1.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", - "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.26.0.tgz", + "integrity": "sha512-5HljNYn9icFvXX+Oe97qY5TWvnWhKqgGT0HGeWWqFPx7w7+Anzg7dfHMtUif7YYy6QxAgynDSwK6uxbgcrVUxw==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 6e92e8a7..9bb2691c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prettier": "1.18.2", "prop-types": "^15.7.2", "react": "^16.11.0", - "rollup": "^1.25.1", + "rollup": "^1.26.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",