From d8f120253481865a319a5b78f75158854ee6dec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 11 Nov 2018 14:52:27 +0000 Subject: [PATCH] :arrow_up: Update rollup requirement from ^0.63.4 to ^0.67.1 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) 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..0106f36 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.67.1", "fs-extra": "^7.0.0", "superagent": "^3.8.3" },