From fc3aed0320225f41dd1ed950b230914da70ae372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 4 Oct 2018 06:28:43 +0000 Subject: [PATCH] :arrow_up: Update rollup requirement from ^0.63.4 to ^0.66.4 Updates the requirements on [rollup](https://github.com/rollup/rollup) to permit the latest version. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/commits/v0.66.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6efe7d..ddf2a35 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "chai": "^4.1.2", "holding": "^3.0.3", - "rollup": "^0.63.4", + "rollup": "^0.66.4", "fs-extra": "^7.0.0", "superagent": "^3.8.3" },